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 c03d625 commit ee5fda1Copy full SHA for ee5fda1
llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/BUILD.gn
@@ -8,7 +8,7 @@ static_library("lib") {
8
]
9
include_dirs = [ "../include" ]
10
sources = [
11
- "DirectiveMap.cpp",
+ "DirectiveTree.cpp",
12
"Forest.cpp",
13
"Grammar.cpp",
14
"GrammarBNF.cpp",
llvm/utils/gn/secondary/clang-tools-extra/pseudo/unittests/BUILD.gn
@@ -11,7 +11,7 @@ unittest("ClangPseudoTests") {
- "DirectiveMapTest.cpp",
+ "DirectiveTreeTest.cpp",
15
"ForestTest.cpp",
16
"GrammarTest.cpp",
17
"LRTableTest.cpp",
0 commit comments