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 | 04616e47769af372649ec2c16e89a2fbc1ddce8b (patch) | |
tree | e98bd8afbde2e8fb332a727f07d1544bfb6bebd3 /clang/unittests/Makefile | |
parent | 5e6e6264f43b03c0c83610245b79da1f998551ee (diff) | |
download | bcm5719-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/Makefile | 2 |
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 |