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
2012-03-13
[analyzer] Move the check for parser errors out of the loop over Decls.
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] Use call graph to determine order in which functions are
Anna Zaks
2012-03-08
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-05
[analyzer] Time the execution (per each TU) with -analyzer-stats.
Anna Zaks
2012-03-02
[analyzer] Bound the size of the functions being inlined + provide
Anna Zaks
2012-02-27
[analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.
Anna Zaks
2012-02-07
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-04
Remove Diagnostic.h include from Preprocessor.h.
Benjamin Kramer
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-07
[analyzer] Fix use-after-free in HandleTranslationUnit.
Anna Zaks
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-14
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
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-27
Renaming PathDiagnosticClients.h to PathDiagnosticConsumers.h (issue 5397)
David Blaikie
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-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-10
[analyzer] -analyze-function for ObjectiveC should check if any of the method...
Anna Zaks
2011-09-02
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-09-02
[analyzer] Move the knowledge of whether or not GC is enabled for the current...
Jordy Rose
2011-08-27
[analyzer] Pull body of loop in AnalysisConsumer::HandleDeclContext() into it...
Ted Kremenek
2011-08-16
[analyzer] Overhaul of checker registration in preparation for basic plugin s...
Jordy Rose
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-19
Teach static analyzer to analyze Objective-C methods in category implementati...
Ted Kremenek
2011-05-05
Add Checker callback for running a checker at the end of processing an entire...
Ted Kremenek
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-02-28
[analyzer] Remove unused checker stuff from AnalysisConsumer and some unused ...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Run the ExprEngine depending on the CheckerManager having path-sen...
Argyrios Kyrtzidis
2011-02-28
[analyzer] The current UninitializedValuesChecker will go away, remove '-warn...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Run AST checkers for ObjCMethodDecls.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats
Argyrios Kyrtzidis
2011-02-28
[analyzer] Remove '-analyzer-experimental-checks' flag.
Argyrios Kyrtzidis
2011-02-24
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-23
[analyzer] Add LangOptions in CheckerManager.
Argyrios Kyrtzidis
2011-02-17
[analyzer] Use the new registration mechanism for the debugging info "checks".
Argyrios Kyrtzidis
2011-02-17
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
[analyzer]
Argyrios Kyrtzidis
2011-02-16
[analyzer] Use the new registration mechanism on the apple checkers:
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.
Argyrios Kyrtzidis
[prev]
[next]