commit | 6f42b62b6194f53bcbc349f5d17388e1936535d7 | [log] [tgz] |
---|---|---|
author | Dylan Noblesmith <nobled@dreamwidth.org> | Sun Feb 05 02:12:40 2012 +0000 |
committer | Dylan Noblesmith <nobled@dreamwidth.org> | Sun Feb 05 02:12:40 2012 +0000 |
tree | f77ceb8fa36a96578328dfa74f495841a4b92f43 | |
parent | 7af19b817ba964ac560b50c1ed6183235f699789 [diff] [blame] |
Basic: import OwningPtr<> into clang namespace git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149798 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/StaticAnalyzer/Checkers/CStringChecker.cpp b/lib/StaticAnalyzer/Checkers/CStringChecker.cpp index a1b7a6c..5ced73a 100644 --- a/lib/StaticAnalyzer/Checkers/CStringChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
@@ -32,7 +32,7 @@ check::DeadSymbols, check::RegionChanges > { - mutable llvm::OwningPtr<BugType> BT_Null, BT_Bounds, + mutable OwningPtr<BugType> BT_Null, BT_Bounds, BT_Overlap, BT_NotCString, BT_AdditionOverflow; mutable const char *CurrentFunctionDescription;