index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
analyzer
Age
Commit message (
Expand
)
Author
2013-04-04
[analyzer] Enable destructor inlining by default (c++-inlining=destructors).
Jordan Rose
2013-02-27
[analyzer] Turn on C++ constructor inlining by default.
Jordan Rose
2013-02-05
[analyzer] Add a doc describing the internals of RegionStore.
Jordan Rose
2013-01-30
[analyzer] Remove further references to analyzer-ipa.
Anna Zaks
2013-01-07
[docs/analyzer] Test commit (for auto-update).
Daniel Dunbar
2013-01-07
[docs/analyzer] Convert existing debug-checks document to Sphinx and link int...
Daniel Dunbar
2013-01-02
analyzer: add initial Sphinx configuration
Sean Silva
2012-12-18
docs: Nuke AnalyzerRegions.rst.
Sean Silva
2012-12-15
Remove old description of analyzer internals from public docs.
Jordan Rose
2012-09-10
[analyzer] Make the defaults explicit for each of the new config options.
Jordan Rose
2012-08-31
[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.
Jordan Rose
2012-08-30
[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.
Anna Zaks
2012-08-27
[analyzer] Don't inline constructors for objects allocated with operator new.
Jordan Rose
2012-08-27
[analyzer] Update inlining design notes for r162681.
Jordan Rose
2012-08-22
[analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition.
Jordan Rose
2012-08-22
[analyzer] Per feedback, re-structure the docs for ExprInspection checks.
Jordan Rose
2012-08-22
[analyzer] IPA document: address Ted's review comments (path
Anna Zaks
2012-08-22
Review, comment, and reformat IPA.txt, including feedback comments.
Ted Kremenek
2012-08-22
[analyzer] Document our debug checkers and ExprInspection's "builtins".
Jordan Rose
2012-08-21
[analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.
Jordan Rose
2012-08-17
[analyzer] Add an internal reference document describing IPA and CallEvent.
Jordan Rose