From: Argyrios Kyrtzidis Date: Wed, 22 Dec 2010 20:15:43 +0000 (+0000) Subject: Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir temporarily X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efdda4c5db5009603de9758a0dae19b855f1535c;p=clang Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir temporarily to avoid cyclic dependency between the libraries and fix the linux build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122431 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/GR/AnalysisConsumer.cpp b/lib/GR/Checkers/AnalysisConsumer.cpp similarity index 100% rename from lib/GR/AnalysisConsumer.cpp rename to lib/GR/Checkers/AnalysisConsumer.cpp diff --git a/lib/GR/ExprEngine.cpp b/lib/GR/Checkers/ExprEngine.cpp similarity index 100% rename from lib/GR/ExprEngine.cpp rename to lib/GR/Checkers/ExprEngine.cpp