]> granicus.if.org Git - clang/commit
[analyzer][NFC] Fix inconsistencies in AnalyzerOptions
authorKristof Umann <dkszelethus@gmail.com>
Sun, 21 Oct 2018 18:19:32 +0000 (18:19 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Sun, 21 Oct 2018 18:19:32 +0000 (18:19 +0000)
commited6dc92533ace1548660639a2c32e6c56cdeb5cc
tree1dafc715d518584fe43d2af81dbbf8464032fd41
parent9011c7f9bb4cfc70bbf8e76a7c5795f0e9a45fe9
[analyzer][NFC] Fix inconsistencies in AnalyzerOptions

I'm in the process of refactoring AnalyzerOptions. The main motivation behind
here is to emit warnings if an invalid -analyzer-config option is given from the
command line, and be able to list them all.

This first NFC patch contains small modifications to make AnalyzerOptions.cpp a
little more consistent.

Differential Revision: https://reviews.llvm.org/D53274

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