Skip to content
Snippets Groups Projects
  • Ted Kremenek's avatar
    be1fe1eb
    Static Analyzer driver/options (partial) cleanup: · be1fe1eb
    Ted Kremenek authored
    - Move all analyzer options logic to AnalysisConsumer.cpp.
    - Unified specification of stores/constraints/output to be:
       -analyzer-output=...
       -analyzer-store=...
       -analyzer-constraints=...
      instead of -analyzer-range-constraints, -analyzer-store-basic, etc.
    - Updated drivers (ccc-analyzer, scan-builds, new ccc) to obey this new
      interface
    - Updated test cases to conform to new driver options
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64737 91177308-0d34-0410-b5e6-96231b3b80d8
    be1fe1eb
    History
    Static Analyzer driver/options (partial) cleanup:
    Ted Kremenek authored
    - Move all analyzer options logic to AnalysisConsumer.cpp.
    - Unified specification of stores/constraints/output to be:
       -analyzer-output=...
       -analyzer-store=...
       -analyzer-constraints=...
      instead of -analyzer-range-constraints, -analyzer-store-basic, etc.
    - Updated drivers (ccc-analyzer, scan-builds, new ccc) to obey this new
      interface
    - Updated test cases to conform to new driver options
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64737 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.