eopXD updated this revision to Diff 346965. eopXD added a comment. Herald added subscribers: cfe-commits, libcxx-commits, openmp-commits, lldb-commits, Sanitizers, shabalin, jsmolens, eric-k256, dcaballe, cota, mravishankar, teijeong, frasercrmck, dexonsmith, rdzhabarov, tatianashp, wenlei, lxfind, dang, okura, bbn, jdoerfert, msifontes, sstefan1, jurahul, kuter, Kayjukh, grosul1, Joonsoo, stephenneuendorffer, kerbowa, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, csigg, nicolasvasilache, antiagainst, shauheen, rriddle, mehdi_amini, luismarques, apazos, sameer.abuasal, pengfei, s.egerton, dmgreen, Jim, mstorsjo, jocewei, rupprecht, PkmX, jfb, the_o, brucehoult, MartinMosbeck, rogfer01, steven_wu, atanasyan, edward-jones, zzheng, MaskRay, jrtc27, gbedwell, martong, delcypher, niosHD, cryptoad, sabuasal, simoncook, johnrusso, rbar, asb, fedor.sergeev, kbarton, aheejin, jgravelle-google, arichardson, sbc100, mgorny, nhaehnle, jvesely, nemanjai, sdardis, emaste, jyknight, dschuff, arsenm. Herald added a reviewer: andreadb. Herald added a reviewer: alexshap. Herald added a reviewer: shafik. Herald added a reviewer: rupprecht. Herald added a reviewer: jdoerfert. Herald added a reviewer: jhenderson. Herald added a reviewer: jdoerfert. Herald added a reviewer: sstefan1. Herald added a reviewer: nicolasvasilache. Herald added a reviewer: herhut. Herald added a reviewer: rriddle. Herald added a reviewer: aartbik. Herald added a reviewer: sscalpone. Herald added a reviewer: ftynse. Herald added a reviewer: aaron.ballman. Herald added a reviewer: baziotis. Herald added a reviewer: aartbik. Herald added a reviewer: aartbik. Herald added a reviewer: int3. Herald added a reviewer: sjarus. Herald added a reviewer: gkm. Herald added projects: clang, Sanitizers, LLDB, libc++, OpenMP, libc++abi, MLIR, lld-macho, clang-tools-extra. Herald added a reviewer: libc++. Herald added a reviewer: libc++abi. Herald added a reviewer: lld-macho.
Apply clang-tidy. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102904/new/ https://reviews.llvm.org/D102904 Files: SECURITY.md clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.cpp clang/include/clang/AST/DeclCXX.h clang/include/clang/Basic/DiagnosticSemaKinds.td clang/include/clang/Basic/arm_mve.td clang/include/clang/Driver/Options.td clang/include/clang/Sema/ExternalSemaSource.h clang/include/clang/Sema/MultiplexExternalSemaSource.h clang/include/clang/Sema/Sema.h clang/include/clang/Serialization/ASTReader.h clang/include/clang/Serialization/ASTWriter.h clang/lib/AST/ASTImporter.cpp clang/lib/AST/DeclCXX.cpp clang/lib/Basic/Targets/M68k.cpp clang/lib/Basic/Targets/M68k.h clang/lib/CodeGen/CGDeclCXX.cpp clang/lib/CodeGen/CGException.cpp clang/lib/CodeGen/CodeGenModule.cpp clang/lib/CodeGen/CodeGenPGO.cpp clang/lib/CodeGen/CodeGenPGO.h clang/lib/Driver/Driver.cpp clang/lib/Driver/ToolChains/Arch/AArch64.cpp clang/lib/Driver/ToolChains/Arch/ARM.cpp clang/lib/Driver/ToolChains/Arch/M68k.cpp clang/lib/Driver/ToolChains/Clang.cpp clang/lib/Interpreter/IncrementalExecutor.cpp clang/lib/Interpreter/IncrementalExecutor.h clang/lib/Interpreter/Interpreter.cpp clang/lib/Parse/Parser.cpp clang/lib/Sema/MultiplexExternalSemaSource.cpp clang/lib/Sema/SemaAccess.cpp clang/lib/Sema/SemaCUDA.cpp clang/lib/Sema/SemaConcept.cpp clang/lib/Sema/SemaDecl.cpp clang/lib/Sema/SemaDeclAttr.cpp clang/lib/Sema/SemaDeclCXX.cpp clang/lib/Sema/SemaExpr.cpp clang/lib/Sema/SemaTemplate.cpp clang/lib/Serialization/ASTReader.cpp clang/lib/Serialization/ASTReaderDecl.cpp clang/lib/Serialization/ASTWriter.cpp clang/lib/Serialization/ASTWriterDecl.cpp clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp clang/test/AST/ast-dump-constant-var.cu clang/test/ClangScanDeps/Inputs/modules_inferred_cdb.json clang/test/ClangScanDeps/modules-inferred-explicit-build.m clang/test/CodeGen/SystemZ/builtins-systemz-zvector-constrained.c clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rdffr.c clang/test/CodeGen/asan-globals-alias.cpp clang/test/CodeGen/asan-globals-odr.cpp clang/test/CodeGen/asan-globals.cpp clang/test/CodeGen/asan-static-odr.cpp clang/test/CodeGen/attr-weakref2.c clang/test/CodeGen/pre-ra-sched.c clang/test/CodeGen/semantic-interposition.c clang/test/CodeGenCUDA/device-stub.cu clang/test/CodeGenCUDA/device-var-linkage.cu clang/test/CodeGenCUDA/host-used-device-var.cu clang/test/CodeGenCUDA/managed-var.cu clang/test/CodeGenCUDA/static-device-var-rdc.cu clang/test/CodeGenCXX/debug-info-byval.cpp clang/test/CodeGenCXX/wasm-eh.cpp clang/test/CodeGenOpenCLCXX/addrspace-constructors.clcpp clang/test/Driver/arm-implicit-it.s clang/test/Driver/arm-target-as-mimplicit-it.s clang/test/Driver/as-options.s clang/test/Driver/clang-offload-bundler.c clang/test/Driver/lto.c clang/test/Driver/m68k-fixed-register.c clang/test/Driver/sls-hardening-options.c clang/test/OpenMP/cancel_codegen.cpp clang/test/OpenMP/cancellation_point_codegen.cpp clang/test/OpenMP/debug-info-complex-byval.cpp clang/test/OpenMP/debug-info-openmp-array.cpp clang/test/OpenMP/declare_target_only_one_side_compilation.cpp clang/test/OpenMP/distribute_codegen.cpp clang/test/OpenMP/distribute_firstprivate_codegen.cpp clang/test/OpenMP/distribute_lastprivate_codegen.cpp clang/test/OpenMP/distribute_parallel_for_codegen.cpp clang/test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp clang/test/OpenMP/distribute_parallel_for_if_codegen.cpp clang/test/OpenMP/distribute_parallel_for_lastprivate_codegen.cpp clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp clang/test/OpenMP/distribute_parallel_for_private_codegen.cpp clang/test/OpenMP/distribute_parallel_for_proc_bind_codegen.cpp clang/test/OpenMP/distribute_parallel_for_reduction_task_codegen.cpp clang/test/OpenMP/distribute_private_codegen.cpp clang/test/OpenMP/for_firstprivate_codegen.cpp clang/test/OpenMP/for_lastprivate_codegen.cpp clang/test/OpenMP/for_linear_codegen.cpp clang/test/OpenMP/for_private_codegen.cpp clang/test/OpenMP/for_reduction_codegen.cpp clang/test/OpenMP/for_reduction_task_codegen.cpp clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp clang/test/OpenMP/openmp_win_codegen.cpp clang/test/OpenMP/parallel_codegen.cpp clang/test/OpenMP/parallel_copyin_codegen.cpp clang/test/OpenMP/parallel_firstprivate_codegen.cpp clang/test/OpenMP/parallel_for_codegen.cpp clang/test/OpenMP/parallel_for_lastprivate_conditional.cpp clang/test/OpenMP/parallel_for_linear_codegen.cpp clang/test/OpenMP/parallel_for_reduction_task_codegen.cpp clang/test/OpenMP/parallel_if_codegen.cpp clang/test/OpenMP/parallel_master_codegen.cpp clang/test/OpenMP/parallel_master_reduction_task_codegen.cpp clang/test/OpenMP/parallel_master_taskloop_codegen.cpp clang/test/OpenMP/parallel_master_taskloop_lastprivate_codegen.cpp clang/test/OpenMP/parallel_private_codegen.cpp clang/test/OpenMP/parallel_reduction_codegen.cpp clang/test/OpenMP/parallel_reduction_task_codegen.cpp clang/test/OpenMP/parallel_sections_codegen.cpp clang/test/OpenMP/parallel_sections_reduction_task_codegen.cpp clang/test/OpenMP/remarks_parallel_in_multiple_target_state_machines.c clang/test/OpenMP/remarks_parallel_in_target_state_machine.c clang/test/OpenMP/sections_firstprivate_codegen.cpp clang/test/OpenMP/sections_lastprivate_codegen.cpp clang/test/OpenMP/sections_private_codegen.cpp clang/test/OpenMP/sections_reduction_codegen.cpp clang/test/OpenMP/sections_reduction_task_codegen.cpp clang/test/OpenMP/single_codegen.cpp clang/test/OpenMP/single_firstprivate_codegen.cpp clang/test/OpenMP/single_private_codegen.cpp clang/test/OpenMP/target_codegen_global_capture.cpp clang/test/OpenMP/target_map_codegen_03.cpp clang/test/OpenMP/target_parallel_codegen.cpp clang/test/OpenMP/target_parallel_for_codegen.cpp clang/test/OpenMP/target_parallel_for_reduction_task_codegen.cpp clang/test/OpenMP/target_parallel_if_codegen.cpp clang/test/OpenMP/target_parallel_num_threads_codegen.cpp clang/test/OpenMP/target_parallel_reduction_task_codegen.cpp clang/test/OpenMP/target_teams_codegen.cpp clang/test/OpenMP/target_teams_distribute_codegen.cpp clang/test/OpenMP/target_teams_distribute_collapse_codegen.cpp clang/test/OpenMP/target_teams_distribute_dist_schedule_codegen.cpp clang/test/OpenMP/target_teams_distribute_firstprivate_codegen.cpp clang/test/OpenMP/target_teams_distribute_lastprivate_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_collapse_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_dist_schedule_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_firstprivate_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_if_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_order_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_private_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_proc_bind_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_task_codegen.cpp clang/test/OpenMP/target_teams_distribute_parallel_for_schedule_codegen.cpp clang/test/OpenMP/target_teams_distribute_private_codegen.cpp clang/test/OpenMP/target_teams_distribute_reduction_codegen.cpp clang/test/OpenMP/target_teams_num_teams_codegen.cpp clang/test/OpenMP/target_teams_thread_limit_codegen.cpp clang/test/OpenMP/task_codegen.cpp clang/test/OpenMP/task_if_codegen.cpp clang/test/OpenMP/task_in_reduction_codegen.cpp clang/test/OpenMP/taskloop_in_reduction_codegen.cpp clang/test/OpenMP/teams_codegen.cpp clang/test/OpenMP/teams_distribute_codegen.cpp clang/test/OpenMP/teams_distribute_collapse_codegen.cpp clang/test/OpenMP/teams_distribute_dist_schedule_codegen.cpp clang/test/OpenMP/teams_distribute_firstprivate_codegen.cpp clang/test/OpenMP/teams_distribute_lastprivate_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_collapse_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_copyin_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_dist_schedule_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_firstprivate_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_if_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_lastprivate_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_private_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_proc_bind_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_reduction_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_reduction_task_codegen.cpp clang/test/OpenMP/teams_distribute_parallel_for_schedule_codegen.cpp clang/test/OpenMP/teams_distribute_private_codegen.cpp clang/test/OpenMP/teams_distribute_reduction_codegen.cpp clang/test/OpenMP/teams_firstprivate_codegen.cpp clang/test/OpenMP/teams_private_codegen.cpp clang/test/OpenMP/vla_crash.c clang/test/Parser/altivec-non-type-vector.c clang/test/Parser/altivec-template-vector.cpp clang/test/Parser/altivec-typedef-vector.c clang/test/Sema/inline-asm-validate-m68k.c clang/test/Sema/struct-packed-align.c clang/test/SemaCUDA/static-device-var.cu clang/test/SemaCXX/warn-thread-safety-verbose.cpp clang/test/SemaObjC/attr-availability.m clang/test/SemaObjC/override-opt-prop-availability.m clang/test/SemaTemplate/concepts.cpp clang/test/SemaTemplate/ctad.cpp clang/test/SemaTemplate/cxx2a-constraint-caching.cpp clang/test/SemaTemplate/instantiate-requires-clause.cpp clang/test/SemaTemplate/temp_class_spec.cpp clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp clang/utils/module-deps-to-rsp.py compiler-rt/cmake/config-ix.cmake compiler-rt/lib/orc/CMakeLists.txt compiler-rt/lib/orc/adt.h compiler-rt/lib/orc/error.h compiler-rt/lib/orc/unittests/CMakeLists.txt compiler-rt/lib/orc/unittests/adt_test.cpp compiler-rt/lib/orc/unittests/error_test.cpp compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cpp compiler-rt/lib/scudo/standalone/memtag.h compiler-rt/lib/scudo/standalone/tests/combined_test.cpp compiler-rt/lib/scudo/standalone/tests/map_test.cpp compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp compiler-rt/test/profile/instrprof-value-prof-2.c compiler-rt/test/profile/instrprof-value-prof.c compiler-rt/test/tsan/pthread_atfork_deadlock3.c debuginfo-tests/dexter-tests/aggregate-indirect-arg.cpp debuginfo-tests/dexter-tests/asan-deque.cpp debuginfo-tests/dexter-tests/asan.c debuginfo-tests/dexter-tests/ctor.cpp debuginfo-tests/dexter-tests/dbg-arg.c debuginfo-tests/dexter-tests/deferred_globals.cpp debuginfo-tests/dexter-tests/global-constant.cpp debuginfo-tests/dexter-tests/hello.c debuginfo-tests/dexter-tests/inline-line-gap.cpp debuginfo-tests/dexter-tests/memvars/bitcast.c debuginfo-tests/dexter-tests/memvars/const-branch.c debuginfo-tests/dexter-tests/memvars/ctrl-flow.c debuginfo-tests/dexter-tests/memvars/implicit-ptr.c debuginfo-tests/dexter-tests/memvars/inline-escaping-function.c debuginfo-tests/dexter-tests/memvars/inlining-dse.c debuginfo-tests/dexter-tests/memvars/inlining.c debuginfo-tests/dexter-tests/memvars/loop.c debuginfo-tests/dexter-tests/memvars/merged-store.c debuginfo-tests/dexter-tests/memvars/ptr-to.c debuginfo-tests/dexter-tests/memvars/struct-dse.c debuginfo-tests/dexter-tests/memvars/unused-merged-value.c debuginfo-tests/dexter-tests/namespace.cpp debuginfo-tests/dexter-tests/nrvo-string.cpp debuginfo-tests/dexter-tests/nrvo.cpp debuginfo-tests/dexter-tests/optnone-fastmath.cpp debuginfo-tests/dexter-tests/optnone-loops.cpp debuginfo-tests/dexter-tests/optnone-simple-functions.cpp debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp debuginfo-tests/dexter-tests/optnone-vectors-and-functions.cpp debuginfo-tests/dexter-tests/realigned-frame.cpp debuginfo-tests/dexter-tests/stack-var.c debuginfo-tests/dexter-tests/vla.c debuginfo-tests/dexter/Commands.md debuginfo-tests/dexter/dex/command/ParseCommand.py (511 more files...) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits