github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. 
:warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff bfa937a48767a3dd10c5847034ce0b341da00a93 
619189446484702fdf66dc43009cf6606dc4a8cd -- 
clang-tools-extra/clang-tidy/misc/UseInternalLinkageCheck.cpp 
clang-tools-extra/clang-tidy/misc/UseInternalLinkageCheck.h 
clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/use-internal-linkage/func.h
 
clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/use-internal-linkage/func_cpp.inc
 
clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/use-internal-linkage/func_h.inc
 
clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/use-internal-linkage/var.h
 clang-tools-extra/test/clang-tidy/checkers/misc/use-internal-linkage-func.cpp 
clang-tools-extra/test/clang-tidy/checkers/misc/use-internal-linkage-var.cpp 
libc/src/math/fmodf16.h libc/src/math/generic/fmodf16.cpp 
libc/src/math/generic/remquof128.cpp libc/src/math/remquof128.h 
libc/test/src/math/performance_testing/fmodf16_perf.cpp 
libc/test/src/math/smoke/fmodf16_test.cpp 
libc/test/src/math/smoke/remquof128_test.cpp 
clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp 
clang/examples/PrintFunctionNames/PrintFunctionNames.cpp 
clang/include/clang/Sema/SemaHLSL.h clang/lib/AST/ExprConstant.cpp 
clang/lib/CodeGen/CGHLSLRuntime.cpp clang/lib/Sema/SemaHLSL.cpp 
clang/test/SemaCXX/complex-folding.cpp 
compiler-rt/lib/xray/tests/unit/function_call_trie_test.cpp 
compiler-rt/lib/xray/tests/unit/profile_collector_test.cpp 
compiler-rt/lib/xray/tests/unit/segmented_array_test.cpp 
compiler-rt/lib/xray/tests/unit/test_helpers.cpp 
compiler-rt/lib/xray/xray_fdr_logging.cpp 
compiler-rt/lib/xray/xray_function_call_trie.h 
compiler-rt/lib/xray/xray_profile_collector.cpp 
compiler-rt/lib/xray/xray_profiling.cpp 
compiler-rt/lib/xray/xray_segmented_array.h 
compiler-rt/test/dfsan/release_shadow_space.c 
compiler-rt/test/tsan/custom_mutex4.cpp compiler-rt/test/tsan/custom_mutex5.cpp 
libc/src/__support/FPUtil/FPBits.h libc/src/__support/FPUtil/generic/FMod.h 
libc/test/src/math/performance_testing/BinaryOpSingleOutputPerf.h 
libc/test/src/math/smoke/FModTest.h libcxx/include/__type_traits/promote.h 
lld/ELF/Arch/AArch64.cpp lld/ELF/InputFiles.cpp lld/ELF/Relocations.cpp 
lld/ELF/SyntheticSections.cpp lld/ELF/SyntheticSections.h lld/ELF/Writer.cpp 
lldb/include/lldb/API/SBCommandInterpreterRunOptions.h 
lldb/include/lldb/Interpreter/CommandInterpreter.h 
lldb/source/API/SBCommandInterpreterRunOptions.cpp 
lldb/source/Interpreter/CommandInterpreter.cpp 
lldb/tools/debugserver/source/JSON.cpp llvm/examples/BrainF/BrainF.cpp 
llvm/examples/BrainF/BrainFDriver.cpp llvm/include/llvm/ProfileData/InstrProf.h 
llvm/include/llvm/ProfileData/MemProf.h 
llvm/include/llvm/ProfileData/MemProfReader.h 
llvm/include/llvm/Support/GenericLoopInfoImpl.h 
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp 
llvm/lib/ProfileData/InstrProfReader.cpp 
llvm/lib/ProfileData/InstrProfWriter.cpp llvm/lib/ProfileData/MemProf.cpp 
llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp 
llvm/lib/Transforms/Instrumentation/MemProfiler.cpp 
llvm/lib/Transforms/Scalar/Reassociate.cpp 
llvm/lib/Transforms/Utils/SimplifyCFG.cpp 
llvm/unittests/ProfileData/MemProfTest.cpp mlir/include/mlir/IR/PatternMatch.h 
mlir/lib/Dialect/Affine/IR/AffineOps.cpp 
mlir/lib/Dialect/Linalg/Transforms/Loops.cpp 
mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp mlir/lib/Dialect/SCF/IR/SCF.cpp 
mlir/lib/Dialect/SCF/Transforms/ForallToFor.cpp 
mlir/lib/Dialect/SCF/Transforms/ForallToParallel.cpp 
mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp 
mlir/unittests/Dialect/SCF/LoopLikeSCFOpsTest.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/lldb/include/lldb/Interpreter/CommandInterpreter.h 
b/lldb/include/lldb/Interpreter/CommandInterpreter.h
index 48f6618ab0..8683e2a88a 100644
--- a/lldb/include/lldb/Interpreter/CommandInterpreter.h
+++ b/lldb/include/lldb/Interpreter/CommandInterpreter.h
@@ -100,8 +100,7 @@ public:
                                LazyBool stop_on_error, LazyBool stop_on_crash,
                                LazyBool echo_commands, LazyBool echo_comments,
                                LazyBool print_results, LazyBool print_errors,
-                               LazyBool add_to_history,
-                               LazyBool handle_repeats)
+                               LazyBool add_to_history, LazyBool 
handle_repeats)
       : m_stop_on_continue(stop_on_continue), m_stop_on_error(stop_on_error),
         m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands),
         m_echo_comment_commands(echo_comments), m_print_results(print_results),

``````````

</details>


https://github.com/llvm/llvm-project/pull/94809
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to