From 0c6b012e9123a1ce66773600d310a452aef35cf0 Mon Sep 17 00:00:00 2001 From: Piotr Padlewski <piotr.padlewski@gmail.com> Date: Tue, 31 May 2016 15:56:26 +0000 Subject: [PATCH] Fixed bug git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271293 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/include/clang/CMakeLists.txt b/include/clang/CMakeLists.txt index 96905c97289..feb81f0686c 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) -- GitLab