diff options
Diffstat (limited to 'lib/clang/libclangparse')
-rw-r--r-- | lib/clang/libclangparse/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/clang/libclangparse/Makefile b/lib/clang/libclangparse/Makefile index b204d87..e690d66 100644 --- a/lib/clang/libclangparse/Makefile +++ b/lib/clang/libclangparse/Makefile @@ -16,15 +16,14 @@ SRCS= ParseAST.cpp \ ParseOpenMP.cpp \ ParsePragma.cpp \ ParseStmt.cpp \ + ParseStmtAsm.cpp \ ParseTemplate.cpp \ ParseTentative.cpp \ Parser.cpp -TGHDRS= AttrIdentifierArg \ - AttrLateParsed \ - AttrList \ +TGHDRS= AttrList \ AttrParsedAttrList \ - AttrTypeArg \ + AttrParserStringSwitches \ Attrs \ CommentCommandList \ CommentNodes \ |