]> granicus.if.org Git - clang/commit
[analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths.
authorJordan Rose <jordan_rose@apple.com>
Sat, 26 Jan 2013 01:28:09 +0000 (01:28 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 26 Jan 2013 01:28:09 +0000 (01:28 +0000)
commit7ee8906295d56ceb84b8b3da502cdc8770509868
tree202dd3d33ee6047b9e078e82903b959a24c29226
parenta7db6a200a434dfa5142a0568dbf66debbbc65e0
[analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths.

"Prune" is the term for eliminating pieces of a path that are not
relevant to the user. "Suppress" means don't show that path at all.

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