]> granicus.if.org Git - clang/commit
Refactor clients of AnalyzerOptions::getBooleanOption() to have
authorTed Kremenek <kremenek@apple.com>
Tue, 2 Oct 2012 20:42:16 +0000 (20:42 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 2 Oct 2012 20:42:16 +0000 (20:42 +0000)
commit48d05e6d776f4b68f3db4016eb5680ac041c2b7d
tree890f115edc54ac794b03e12e1955330d74a545ea
parent94bb74cef72a33d77c5d6739abfc0840c781eb8e
Refactor clients of AnalyzerOptions::getBooleanOption() to have
an intermediate helper method to query and populate the Optional value.

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