diff options
author | Manuel Klimek <klimek@google.com> | 2012-07-06 05:48:52 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2012-07-06 05:48:52 +0000 |
commit | 4da216637fa1ad4bdfd31bc265edb57ca35c2c12 (patch) | |
tree | 08b93fbc99de82a43b0bb4dba96dbfbf96abac45 /lib/Makefile | |
parent | ea7eb071166c69e11bfda4f1d89d5c2b6bbcdca3 (diff) |
Adds the AST Matcher library, which provides a in-C++ DSL to express
matches on interesting parts of the AST, and callback mechanisms to
act on them.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rwxr-xr-x | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 2eb72a91e6..1f14aa078e 100755 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## CLANG_LEVEL := .. -PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \ +PARALLEL_DIRS = Headers Basic Lex Parse AST ASTMatchers Sema CodeGen Analysis \ StaticAnalyzer Edit Rewrite ARCMigrate Serialization Frontend \ FrontendTool Tooling Driver |