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 | 853da96736a38a58e18bec9de91c67bfab2cd1fe (patch) | |
tree | ff923049c99ac7b359739fd8f9fd46c0ffefbcbc /clang/lib/Checker/CFRefCount.cpp | |
parent | b27bb86ba5eafc6ec7b7fd3fdec836f007b59585 (diff) | |
download | bcm5719-llvm-853da96736a38a58e18bec9de91c67bfab2cd1fe.tar.gz bcm5719-llvm-853da96736a38a58e18bec9de91c67bfab2cd1fe.zip |
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.
llvm-svn: 122040
Diffstat (limited to 'clang/lib/Checker/CFRefCount.cpp')
-rw-r--r-- | clang/lib/Checker/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Checker/CFRefCount.cpp b/clang/lib/Checker/CFRefCount.cpp index d9900c5dfb8..5715e34e7ed 100644 --- a/clang/lib/Checker/CFRefCount.cpp +++ b/clang/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" |