aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/AnalysisConsumer.h
AgeCommit message (Expand)Author
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-05-18Add option '-analyzer-max-loop', which specifies the maximum Zhongxing Xu
2010-05-06Make -analyzer-inline-call not a separate analysis. Instead it's a boolean Zhongxing Xu
2010-04-13Add a cc1 option to specify the max number of nodes the analyzer can explore.Zhongxing Xu
2009-12-07Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block lite...Ted Kremenek
2009-11-19Fix some default in the option classes, and some CompilerInvocation argificationDaniel Dunbar
2009-11-17Add missing defaults to AnalyzerOptions.Daniel Dunbar
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-11-13Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...Ted Kremenek
2009-11-12Tweak AnalyzerOptions for consistency, and make sure default constructed objectDaniel Dunbar
2009-11-12Move AnalyzerOptions into CompilerInvocation.Daniel Dunbar
2009-11-05Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&...Daniel Dunbar
2009-11-04Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar
2009-05-19Remove finished FIXME.Eli Friedman
2009-05-19Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman