aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
AgeCommit message (Expand)Author
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-27Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the f...Ted Kremenek
2012-04-27Change FunctionSummary.h's definition of SetOfDecls to be an ImmutableList in...Ted Kremenek
2012-04-13Remove 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 blockAnna 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 sensitiveAnna Zaks
2012-03-13[analyzer] Change the order in which we analyze the functions underAnna 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 whenAnna Zaks
2012-03-13[analyzer] Use recursive AST visitor to drive simple visitation order inAnna Zaks
2012-03-13[analyzer] Minor: factor out logic for determining if we should skip aAnna Zaks
2012-03-13[analyzer] Move the check for parser errors out of the loop over Decls.Anna Zaks
2012-03-11Unify 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 areAnna 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 + provideAnna Zaks
2012-02-27[analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks
2012-02-07Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-04Remove Diagnostic.h include from Preprocessor.h.Benjamin Kramer
2012-01-17Remove unnecessary default cases in switches over enums.David Blaikie
2012-01-07[analyzer] Fix use-after-free in HandleTranslationUnit.Anna Zaks
2011-10-24Rename 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-14Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer
2011-10-07Remove 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-27Renaming PathDiagnosticClients.h to PathDiagnosticConsumers.h (issue 5397)David Blaikie
2011-09-26Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-13Switch LangOptions over to a .def file that describes header of theDouglas 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-12Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek
2011-07-25Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-05-19Teach static analyzer to analyze Objective-C methods in category implementati...Ted Kremenek
2011-05-05Add Checker callback for running a checker at the end of processing an entire...Ted Kremenek