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
/
StaticAnalyzer
/
Core
/
PathSensitive
/
AnalysisManager.h
Age
Commit message (
Expand
)
Author
2013-01-24
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2012-10-01
Have AnalyzerOptions::getBooleanOption() stick the matching config
Ted Kremenek
2012-08-31
Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.
Ted Kremenek
2012-08-30
Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb...
Ted Kremenek
2012-08-30
Store const& to AnalyzerOptions in AnalysisManager instead of copying
Ted Kremenek
2012-08-30
Move AnalyzerOptions.h to include/clang/StaticAnalyzer.
Ted Kremenek
2012-08-29
Add new -cc1 driver option -analyzer-config, which allows one to specify
Ted Kremenek
2012-08-16
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-07-31
[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.
Jordan Rose
2012-07-30
[analyzer] Add -analyzer-ipa=dynamic option for inlining dynamically
Anna Zaks
2012-06-06
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-04-28
[analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...
Jordy Rose
2012-04-13
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2012-04-03
[analyzer] Record the basic blocks covered by the analyzes run.
Anna Zaks
2012-03-30
[analyzer] Do not inline functions which previously reached max block
Anna Zaks
2012-03-28
[analyzer] Enable retry exhausted without inlining by default.
Anna Zaks
2012-03-27
[analyzer] Add an option to re-analyze a dead-end path without inlining.
Anna Zaks
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-09
[analyzer] Add support for NoRedundancy inlining mode.
Anna Zaks
2012-03-08
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-02
[analyzer] Bound the size of the functions being inlined + provide
Anna Zaks
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-01-25
Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...
Ted Kremenek
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-23
[analyzer] Remove LocationContext creation methods from AnalysisManager, and ...
Ted Kremenek
2011-10-07
Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...
Ted Kremenek
2011-09-30
[analyzer] Add -analyzer-purge option which can take on multiple values, remo...
Anna Zaks
2011-09-26
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-07-21
Move AnalysisManager constructor out of line. No functionality change (yet).
Ted Kremenek
2011-07-21
Simplify passing of CFGBuildOptions around for AnalysisContext. No functiona...
Ted Kremenek
2011-02-14
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek