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 1
1
# Note that the readability-identifier-naming check is disabled, there are too
2
2
# many violations in the codebase and they create too much noise in clang-tidy
3
3
# results.
4
- Checks : ' -readability-identifier-naming, -misc-include* '
4
+ Checks : ' -readability-identifier-naming'
5
5
InheritParentConfig : true
Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ if ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
647
647
# crash if LLVM is built with GCC and LTO enabled (#57740). Until
648
648
# these bugs are fixed, we need to disable dead store eliminations
649
649
# 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 )
651
651
endif ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
652
652
653
653
# Modules enablement for GCC-compatible compilers:
You can’t perform that action at this time.
0 commit comments