| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. | Ted Kremenek | 2012-08-31 | 1 | -4/+4 |
| * | [analyzer] Ensure that PathDiagnostics profile the same regardless of path. | Jordan Rose | 2012-08-31 | 1 | -2/+1 |
| * | [analyzer] Refactor the logic that determines if a functions should be | Anna Zaks | 2012-08-30 | 1 | -2/+18 |
| * | Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb... | Ted Kremenek | 2012-08-30 | 1 | -2/+2 |
| * | Store const& to AnalyzerOptions in AnalysisManager instead of copying | Ted Kremenek | 2012-08-30 | 1 | -21/+6 |
| * | Move AnalyzerOptions.h to include/clang/StaticAnalyzer. | Ted Kremenek | 2012-08-30 | 1 | -1/+1 |
| * | Move Analyses.def to include/clang/StaticAnalyzer. | Ted Kremenek | 2012-08-30 | 1 | -3/+3 |
| * | Add new -cc1 driver option -analyzer-config, which allows one to specify | Ted Kremenek | 2012-08-29 | 1 | -4/+9 |
| * | Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s... | Ted Kremenek | 2012-08-16 | 1 | -14/+60 |
| * | [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. | Jordan Rose | 2012-07-31 | 1 | -1/+0 |
| * | [analyzer] Add a statistic for maximum CFG size and a script to summarize ana... | Anna Zaks | 2012-07-05 | 1 | -0/+7 |
| * | Bail out the LiveVariables analysis when the CFG is very large, as | Ted Kremenek | 2012-07-02 | 1 | -0/+4 |
| * | Fix subtle bug in AnalysisConsumer where we would not analyze functions whose... | Ted Kremenek | 2012-07-02 | 1 | -7/+9 |
| * | [analyzer] Cleanup for r157721. | Anna Zaks | 2012-05-31 | 1 | -11/+9 |
| * | [analyzer]Fix another occurrence of iterator invalidation (LocalTUDecls) | Anna Zaks | 2012-05-30 | 1 | -3/+9 |
| * | [analyzer] Do not walk the types for call graph construction. | Anna Zaks | 2012-05-11 | 1 | -0/+1 |
| * | [analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU... | Jordy Rose | 2012-04-28 | 1 | -1/+1 |
| * | Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the f... | Ted Kremenek | 2012-04-27 | 1 | -14/+8 |
| * | Change FunctionSummary.h's definition of SetOfDecls to be an ImmutableList in... | Ted Kremenek | 2012-04-27 | 1 | -8/+20 |
| * | Remove the unused, unmaintained, incomplete 'Index' library. | Douglas Gregor | 2012-04-13 | 1 | -1/+0 |
| * | [analyzer] PCH deserialization optimization. | Anna Zaks | 2012-04-12 | 1 | -19/+67 |
| * | [analyzer] Move stats calculation out of AnalysisConsumer destructor. | Anna Zaks | 2012-04-05 | 1 | -7/+8 |
| * | [analyzer] Record the basic blocks covered by the analyzes run. | Anna Zaks | 2012-04-03 | 1 | -0/+10 |
| * | [analyzer] Do not inline functions which previously reached max block | Anna Zaks | 2012-03-30 | 1 | -1/+5 |
| * | [analyzer] Enable retry exhausted without inlining by default. | Anna Zaks | 2012-03-28 | 1 | -1/+1 |
| * | [analyzer] Add an option to re-analyze a dead-end path without inlining. | Anna Zaks | 2012-03-27 | 1 | -1/+2 |
| * | [analyzer] Stats: Only count the number of times we run path sensitive | Anna Zaks | 2012-03-27 | 1 | -2/+3 |
| * | [analyzer] Change the order in which we analyze the functions under | Anna Zaks | 2012-03-13 | 1 | -7/+11 |
| * | [analyzer] Use BFS over call graph when analysing functions. | Anna Zaks | 2012-03-13 | 1 | -22/+38 |
| * | [analyzer] Refactor CallGraph to use Recursive AST visitor when | Anna Zaks | 2012-03-13 | 1 | -6/+5 |
| * | [analyzer] Use recursive AST visitor to drive simple visitation order in | Anna Zaks | 2012-03-13 | 1 | -106/+95 |
| * | [analyzer] Minor: factor out logic for determining if we should skip a | Anna Zaks | 2012-03-13 | 1 | -4/+13 |
| * | [analyzer] Move the check for parser errors out of the loop over Decls. | Anna Zaks | 2012-03-13 | 1 | -5/+5 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -3/+3 |
| * | [analyzer] Add support for NoRedundancy inlining mode. | Anna Zaks | 2012-03-09 | 1 | -28/+42 |
| * | [analyzer] Use call graph to determine order in which functions are | Anna Zaks | 2012-03-08 | 1 | -7/+88 |
| * | [analyzer] Rework inlining related command line options. | Anna Zaks | 2012-03-08 | 1 | -2/+4 |
| * | [analyzer] Time the execution (per each TU) with -analyzer-stats. | Anna Zaks | 2012-03-05 | 1 | -2/+18 |
| * | [analyzer] Bound the size of the functions being inlined + provide | Anna Zaks | 2012-03-02 | 1 | -1/+3 |
| * | [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. | Anna Zaks | 2012-02-27 | 1 | -0/+3 |
| * | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer | 2012-02-07 | 1 | -1/+0 |
| * | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -5/+5 |
| * | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
| * | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -2/+0 |
| * | [analyzer] Fix use-after-free in HandleTranslationUnit. | Anna Zaks | 2012-01-07 | 1 | -6/+9 |
| * | Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac... | Ted Kremenek | 2011-10-24 | 1 | -2/+2 |
| * | [analyzer] Remove LocationContext creation methods from AnalysisManager, and ... | Ted Kremenek | 2011-10-23 | 1 | -1/+2 |
| * | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer | 2011-10-14 | 1 | -1/+1 |
| * | Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha... | Ted Kremenek | 2011-10-07 | 1 | -3/+2 |
| * | [analyzer] Add -analyzer-purge option which can take on multiple values, remo... | Anna Zaks | 2011-09-30 | 1 | -1/+1 |