summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Makefile
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-07-06 05:48:52 +0000
committerManuel Klimek <klimek@google.com>2012-07-06 05:48:52 +0000
commit04616e47769af372649ec2c16e89a2fbc1ddce8b (patch)
treee98bd8afbde2e8fb332a727f07d1544bfb6bebd3 /clang/unittests/Makefile
parent5e6e6264f43b03c0c83610245b79da1f998551ee (diff)
downloadbcm5719-llvm-04616e47769af372649ec2c16e89a2fbc1ddce8b.tar.gz
bcm5719-llvm-04616e47769af372649ec2c16e89a2fbc1ddce8b.zip
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. llvm-svn: 159805
Diffstat (limited to 'clang/unittests/Makefile')
-rw-r--r--clang/unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Makefile b/clang/unittests/Makefile
index b9f3c3f63d6..f74820b6498 100644
--- a/clang/unittests/Makefile
+++ b/clang/unittests/Makefile
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
-PARALLEL_DIRS = Basic AST Frontend Lex Tooling
+PARALLEL_DIRS = ASTMatchers Basic AST Frontend Lex Tooling
endif # CLANG_LEVEL
OpenPOWER on IntegriCloud