We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525fe44 commit 920094eCopy full SHA for 920094e
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn
@@ -40,6 +40,7 @@ static_library("modernize") {
40
"UseBoolLiteralsCheck.cpp",
41
"UseConstraintsCheck.cpp",
42
"UseDefaultMemberInitCheck.cpp",
43
+ "UseDesignatedInitializersCheck.cpp",
44
"UseEmplaceCheck.cpp",
45
"UseEqualsDefaultCheck.cpp",
46
"UseEqualsDeleteCheck.cpp",
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/utils/BUILD.gn
@@ -14,6 +14,7 @@ static_library("utils") {
14
"ASTUtils.cpp",
15
"Aliasing.cpp",
16
"DeclRefExprUtils.cpp",
17
+ "DesignatedInitializers.cpp",
18
"ExceptionAnalyzer.cpp",
19
"ExceptionSpecAnalyzer.cpp",
20
"ExprSequence.cpp",
0 commit comments