From: Piotr Padlewski Date: Tue, 31 May 2016 15:56:26 +0000 (+0000) Subject: Fixed bug X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c6b012e9123a1ce66773600d310a452aef35cf0;p=clang Fixed bug git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271293 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/CMakeLists.txt b/include/clang/CMakeLists.txt index 96905c9728..feb81f0686 100644 --- a/include/clang/CMakeLists.txt +++ b/include/clang/CMakeLists.txt @@ -5,4 +5,3 @@ add_subdirectory(Parse) add_subdirectory(Sema) add_subdirectory(Serialization) add_subdirectory(StaticAnalyzer/Checkers) -add_subdirectory(ASTMatchers)