diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-12-17 05:21:58 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-12-17 05:21:58 +0000 |
commit | bb8fef382ad89b4bc202a1dbd4cd52ced7734479 (patch) | |
tree | 395f64de7dc6cf7c2fc1b61efb04cd2d33f425ae /lib/Checker/CFRefCount.cpp | |
parent | af86b0c160bc998bdde2f35d526ca819d7b3a1f2 (diff) |
Move CocoaConventions.[h,cpp] from libChecker
to libAnalysis. Similar to Format (format string checking),
CocoaConventions has the
potential to serve clients other than the
static analyzer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/CFRefCount.cpp')
-rw-r--r-- | lib/Checker/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Checker/CFRefCount.cpp b/lib/Checker/CFRefCount.cpp index d9900c5dfb..5715e34e7e 100644 --- a/lib/Checker/CFRefCount.cpp +++ b/lib/Checker/CFRefCount.cpp @@ -19,7 +19,7 @@ #include "clang/Checker/BugReporter/BugType.h" #include "clang/Checker/BugReporter/PathDiagnostic.h" #include "clang/Checker/Checkers/LocalCheckers.h" -#include "clang/Checker/DomainSpecific/CocoaConventions.h" +#include "clang/Analysis/DomainSpecific/CocoaConventions.h" #include "clang/Checker/PathSensitive/CheckerVisitor.h" #include "clang/Checker/PathSensitive/GRExprEngineBuilders.h" #include "clang/Checker/PathSensitive/GRStateTrait.h" |