Ericsson / clang

Cross Translation Unit analysis capability for Clang Static Analyzer. (Fork of official clang at http://llvm.org/git/clang)
http://clang.llvm.org/
Other
15 stars 10 forks source link

AnalyzerOption and BugReporterVisitor for the statistical checkers added #668

Closed baloghadamsoftware closed 5 years ago

baloghadamsoftware commented 5 years ago

Statistical checkers need an analyzer option (not checker option since it is a common option for multiple [all] statistical checkers) and a global bug reporter visitor that is added to every bug report. Neither can be done in the plugin.

baloghadamsoftware commented 5 years ago

run tests

baloghadamsoftware commented 5 years ago

run tests