]> granicus.if.org Git - clang/commit
[analyzer] Replace uses of assume() with isNull() in BR visitors.
authorJordan Rose <jordan_rose@apple.com>
Mon, 18 Mar 2013 23:34:32 +0000 (23:34 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 18 Mar 2013 23:34:32 +0000 (23:34 +0000)
commit85a92cfa52ddf4c45fe2baca4d7fea0bdc5ed103
tree521579fc9d967f58a08a4f05a06d0d839c76f0a9
parent2317dc8842e7b5ad0dc56723ff45ab2cf73abb35
[analyzer] Replace uses of assume() with isNull() in BR visitors.

Also, replace a std::string with a SmallString.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177352 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp