Age | Commit message (Expand) | Author |
2012-03-06 | [analyzer] add a diagnostic event when entering a call via inlining, within t... | Ted Kremenek |
2012-03-06 | [analyzer] 'Looping back to the head of the loop' diagnostics are prunable. | Ted Kremenek |
2012-03-02 | [analyzer diagnostics] flush locations *before* popping the current path when... | Ted Kremenek |
2012-03-02 | [analyzer diagnostics] Change CompactPathDiagnostic to recursively compact di... | Ted Kremenek |
2012-03-01 | [analyzer] Diagnostics - do not try to cleanup the path with macros, it | Anna Zaks |
2012-03-01 | Change if...else if...else if... to a switch. | Ted Kremenek |
2012-02-28 | [analyzer diagnostics] start prototyping stripping PathDiagnostics of unneces... | Ted Kremenek |
2012-02-24 | Make PathDiagnosticBuilder sensitive to varying LocationContexts, thus fixing... | Ted Kremenek |
2012-02-24 | Reapply r151317, but when computing the PathDiagnostic profile and size keep ... | Ted Kremenek |
2012-02-24 | Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots. | Chad Rosier |
2012-02-24 | Rework PathDiagnostic creation so that call stacks are captured by a nested P... | Ted Kremenek |
2012-02-23 | [analyzer] Malloc: unique leak reports by allocation site. | Anna Zaks |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-08 | Remove explicit delete of PathDiagnosticMacroPiece, as it is now reference co... | Ted Kremenek |
2012-02-08 | Change PathDiagnosticPieces to be reference counted (simplifying their manage... | Ted Kremenek |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-07 | Tweak BugReporter extensive diagnostics to not add edges between function calls. | Ted Kremenek |
2012-02-07 | Add basic BugReporter support for CallEnter/CallExit. WIP. | Ted Kremenek |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-02-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2012-01-28 | StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t... | Benjamin Kramer |
2012-01-26 | Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. | Ted Kremenek |
2012-01-06 | [analyzer] Make the entries in 'Environment' context-sensitive by making entr... | Ted Kremenek |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-10-14 | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer |
2011-10-10 | Constant expression evaluation refactoring: | Richard Smith |
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 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-20 | [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc... | Anna Zaks |
2011-09-20 | [analyzer] Remove LocationContext and a dependency from PathDiagnosticLoaction. | Anna Zaks |
2011-09-20 | [analyzer] Use more create methods in the PathDiagnostic, cleanup. | Anna Zaks |
2011-09-19 | [analyzer] BugReport has a profile method, so reuse it here. | Anna Zaks |
2011-09-16 | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks |
2011-09-15 | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks |
2011-08-24 | [analyzer] Allow checker writes to specify that no region should be accosiate... | Anna Zaks |
2011-08-22 | Static Analyzer Diagnostics: Allow checkers to add ExtraDescriptiveText, now ... | Anna Zaks |
2011-08-21 | [analyzer] Replace calls to getNameAsString() with StringRef equivalents. | Jordy Rose |
2011-08-20 | Static Analyzer Diagnostics: Move the responsibility for generating the endOf... | Anna Zaks |
2011-08-19 | Static Analyzer Diagnostics: Switch CFRefCount to using the new visitor API. ... | Anna Zaks |
2011-08-19 | Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP... | Anna Zaks |
2011-08-19 | Fix a memory leak in the analyzer - BugReports didn't get freed. Plus, remove... | Anna Zaks |
2011-08-18 | Static Analyzer Diagnostics: Move custom diagnostic visitors from BugReporter... | Anna Zaks |
2011-08-17 | Remove DiagBugReport by pulling it into its parent BugReport. | Anna Zaks |
2011-08-17 | Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali... | Anna Zaks |
2011-08-15 | Rename GRState to ProgramState, and cleanup some code formatting along the way. | Ted Kremenek |
2011-08-12 | Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a... | Ted Kremenek |