File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Note that the readability-identifier-naming check is disabled, there are too
22# many violations in the codebase and they create too much noise in clang-tidy
33# results.
4- Checks : ' -readability-identifier-naming, -misc-include* '
4+ Checks : ' -readability-identifier-naming'
55InheritParentConfig : true
Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ if ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
647647 # crash if LLVM is built with GCC and LTO enabled (#57740). Until
648648 # these bugs are fixed, we need to disable dead store eliminations
649649 # based on object lifetime.
650- # add_flag_if_supported("-fno-lifetime-dse" CMAKE_CXX_FLAGS)
650+ add_flag_if_supported("-fno-lifetime-dse" CMAKE_CXX_FLAGS )
651651endif ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
652652
653653# Modules enablement for GCC-compatible compilers:
You can’t perform that action at this time.
0 commit comments