forked from OSchip/llvm-project
Added a skeleton plugin for the Clang expression parser, so I can start factoring stuff into it.
llvm-svn: 246677
This commit is contained in:
parent
37ff06aedf
commit
7ddb35e996
|
@ -5051,10 +5051,18 @@
|
|||
4984BA0B1B975E9F008658D4 /* ExpressionParser */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4984BA0C1B97620B008658D4 /* Clang */,
|
||||
);
|
||||
name = ExpressionParser;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4984BA0C1B97620B008658D4 /* Clang */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
name = Clang;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4CCA643A13B40B82003BDF98 /* LanguageRuntime */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
|
Loading…
Reference in New Issue