index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Frontend
/
AnalysisConsumer.cpp
Age
Commit message (
Expand
)
Author
2013-03-26
[analyzer] Change inlining policy to inline small functions when reanalyzing ...
Anna Zaks
2013-02-07
[analyzer] Fix typo.
Anna Zaks
2013-02-02
[analyzer] Print Inline mode with -analyzer-display-progress.
Anna Zaks
2013-01-30
[analyzer] Make shallow mode more shallow.
Anna Zaks
2013-01-02
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2012-12-21
[analyzer] Re-apply r170826 and make the dumping of the GallGraph
Anna Zaks
2012-12-21
Revert r170826. The output of
Rafael Espindola
2012-12-21
[analyzer] Traverse the Call Graph in topological order.
Anna Zaks
2012-12-21
[analyzer] Add blocks and ObjC messages to the call graph.
Anna Zaks
2012-12-19
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options acces...
Ted Kremenek
2012-12-17
[analyzer] Tweak the NumFunctionsAnalyzed stat so that it's more useful.
Anna Zaks
2012-12-14
[analyzer] Refactor: Store visited Decls instead of CallGraphNodes.
Anna Zaks
2012-12-07
[analyzer] Optimization heuristic: do not reanalyze every ObjC method as
Anna Zaks
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-10-10
[analyzer] Don't run non-path-sensitive checks on system headers...
Jordan Rose
2012-10-10
[analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDeclsCallGraph/g
Jordan Rose
2012-09-29
[analyzer] Do not visit ObjCMethodDecl twice in the AST checkers.
Anna Zaks
2012-08-31
Make AnalyzerOptions a shared object between CompilerInvocation and
Ted Kremenek
2012-08-31
Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.
Ted Kremenek
2012-08-31
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-30
[analyzer] Refactor the logic that determines if a functions should be
Anna Zaks
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-30
Move Analyses.def 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-05
[analyzer] Add a statistic for maximum CFG size and a script to summarize ana...
Anna Zaks
2012-07-02
Bail out the LiveVariables analysis when the CFG is very large, as
Ted Kremenek
2012-07-02
Fix subtle bug in AnalysisConsumer where we would not analyze functions whose...
Ted Kremenek
2012-05-31
[analyzer] Cleanup for r157721.
Anna Zaks
2012-05-30
[analyzer]Fix another occurrence of iterator invalidation (LocalTUDecls)
Anna Zaks
2012-05-11
[analyzer] Do not walk the types for call graph construction.
Anna Zaks
2012-04-28
[analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...
Jordy Rose
2012-04-27
Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the f...
Ted Kremenek
2012-04-27
Change FunctionSummary.h's definition of SetOfDecls to be an ImmutableList in...
Ted Kremenek
2012-04-13
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2012-04-12
[analyzer] PCH deserialization optimization.
Anna Zaks
2012-04-05
[analyzer] Move stats calculation out of AnalysisConsumer destructor.
Anna Zaks
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-27
[analyzer] Stats: Only count the number of times we run path sensitive
Anna Zaks
2012-03-13
[analyzer] Change the order in which we analyze the functions under
Anna Zaks
2012-03-13
[analyzer] Use BFS over call graph when analysing functions.
Anna Zaks
2012-03-13
[analyzer] Refactor CallGraph to use Recursive AST visitor when
Anna Zaks
2012-03-13
[analyzer] Use recursive AST visitor to drive simple visitation order in
Anna Zaks
2012-03-13
[analyzer] Minor: factor out logic for determining if we should skip a
Anna Zaks
[next]