[PATCH] D53274: [analyzer][NFC] Tighten up AnalyzerOptions

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 15 02:36:20 PDT 2018


Szelethus created this revision.
Szelethus added reviewers: NoQ, george.karpenkov, xazax.hun, MTC, rnkovacs.
Herald added subscribers: cfe-commits, donat.nagy, mikhail.ramalho, a.sidorin, szepet, whisperity.

I was a little unsure about the title, but it is what it is.

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.


Repository:
  rC Clang

https://reviews.llvm.org/D53274

Files:
  include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  lib/StaticAnalyzer/Core/CoreEngine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53274.169665.patch
Type: text/x-patch
Size: 11325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181015/120fe536/attachment-0001.bin>


More information about the cfe-commits mailing list