[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)
commit8de30305f67693c3ebf0f74fad30177a9d7b1398
treeb82ff46f1ed580a3dd732b719c0956b17054b3e8
parentcd598aba86207adf68293ad2929176a88fe4467b
[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.

llvm-svn: 173544
clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp