From efdda4c5db5009603de9758a0dae19b855f1535c Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 22 Dec 2010 20:15:43 +0000 Subject: [PATCH] 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 --- lib/GR/{ => Checkers}/AnalysisConsumer.cpp | 0 lib/GR/{ => Checkers}/ExprEngine.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename lib/GR/{ => Checkers}/AnalysisConsumer.cpp (100%) rename lib/GR/{ => Checkers}/ExprEngine.cpp (100%) 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 -- 2.50.1