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