Skip to content

Commit

Permalink
[analyzer][NFC] Collect all -analyzer-config options in a .def file
Browse files Browse the repository at this point in the history
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.

In this patch, I'm moving all analyzer options to a def file, and move 2 enums
to global namespace.

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

llvm-svn: 345986
  • Loading branch information
Szelethus committed Nov 2, 2018
1 parent c83b0dd commit e390633
Show file tree
Hide file tree
Showing 4 changed files with 601 additions and 790 deletions.

0 comments on commit e390633

Please sign in to comment.