| Commit message (Expand) | Author | Age | Files | Lines |
* | Do a sweep of symbol internalization. NFC. | Benjamin Kramer | 2019-08-23 | 1 | -4/+5 |
* | [analyzer][NFC] Add different interestingness kinds | Kristof Umann | 2019-08-21 | 1 | -21/+92 |
* | Removed some dead code in BugReporter and related files | Dmitri Gribenko | 2019-08-21 | 1 | -20/+3 |
* | [analyzer] NFC: Remove the BugTypes set from BugReporter. | Artem Dergachev | 2019-08-20 | 1 | -13/+3 |
* | [analyzer] NFC: Rename GRBugReporter to PathSensitiveBugReporter. | Artem Dergachev | 2019-08-20 | 1 | -8/+13 |
* | [analyzer] NFC: Drop support for extra text attached to bug reports. | Artem Dergachev | 2019-08-20 | 1 | -5/+0 |
* | [analyzer] Analysis: Silence checkers | Csaba Dabis | 2019-08-16 | 1 | -8/+18 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -13/+13 |
* | [analyzer][CFG] Don't track the condition of asserts | Kristof Umann | 2019-08-14 | 1 | -86/+3 |
* | Fix the -Wunused-variable warning. | Haojian Wu | 2019-08-14 | 1 | -1/+1 |
* | [analyzer][NFC] Make sure that the BugReport is not modified during the const... | Kristof Umann | 2019-08-13 | 1 | -9/+12 |
* | [analyzer][NFC] Refactoring BugReporter.cpp P6.: Completely get rid of intere... | Kristof Umann | 2019-08-13 | 1 | -97/+0 |
* | [analyzer][NFC] Address inlines of D65484 | Kristof Umann | 2019-08-13 | 1 | -37/+38 |
* | [analyzer][NFC] Refactoring BugReporter.cpp P5.: Compact mile long function i... | Kristof Umann | 2019-08-13 | 1 | -376/+447 |
* | [analyzer][NFC] Refactoring BugReporter.cpp P4.: If it can be const, make it ... | Kristof Umann | 2019-08-13 | 1 | -70/+72 |
* | [analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag... | Kristof Umann | 2019-08-13 | 1 | -11/+9 |
* | [analyzer][NFC] Refactoring BugReporter.cpp P2.: Clean up the construction of... | Kristof Umann | 2019-08-13 | 1 | -96/+115 |
* | [analyzer][NFC] Refactoring BugReporter.cpp P1.: Store interesting symbols/re... | Kristof Umann | 2019-08-13 | 1 | -46/+7 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -1/+1 |
* | [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPiece | Csaba Dabis | 2019-05-29 | 1 | -4/+17 |
* | [Analyzer] Replace `CXXSelfAssignmentBRVisitor` with `NoteTags` | Adam Balogh | 2019-05-28 | 1 | -1/+0 |
* | [CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *. | Artem Dergachev | 2019-05-24 | 1 | -2/+2 |
* | Reapply "[analyzer] Introduce a simplified API for adding custom path notes." | Artem Dergachev | 2019-04-19 | 1 | -0/+1 |
* | Range-style std::find{,_if} -> llvm::find{,_if}. NFC | Fangrui Song | 2019-03-31 | 1 | -2/+1 |
* | Revert "[analyzer] Introduce a simplified API for adding custom path notes." | Artem Dergachev | 2019-03-29 | 1 | -1/+0 |
* | [analyzer] Introduce a simplified API for adding custom path notes. | Artem Dergachev | 2019-03-29 | 1 | -0/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Revert "Fix failing MSan bots" | George Karpenkov | 2019-01-18 | 1 | -4/+4 |
* | Fix failing MSan bots | Vlad Tsyrklevich | 2019-01-18 | 1 | -4/+4 |
* | [analyzer] const-ify reference to bug type used in BugReporter | George Karpenkov | 2019-01-18 | 1 | -4/+4 |
* | Misc typos fixes in ./lib folder | Raphael Isemann | 2018-12-10 | 1 | -1/+1 |
* | [analyzer] Evaluate all non-checker config options before analysis | Kristof Umann | 2018-11-30 | 1 | -5/+5 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -1/+1 |
* | [analyzer][PlistMacroExpansion] Part 1.: New expand-macros flag | Kristof Umann | 2018-10-31 | 1 | -7/+11 |
* | Create ConstantExpr class | Bill Wendling | 2018-10-31 | 1 | -1/+1 |
* | [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter | George Karpenkov | 2018-09-28 | 1 | -22/+16 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-26 | 1 | -2/+1 |
* | [analyzer] Fix bug in isInevitablySinking | George Karpenkov | 2018-09-21 | 1 | -8/+7 |
* | [analyzer] [NFC] Dead code removal | George Karpenkov | 2018-09-21 | 1 | -10/+0 |
* | [analyzer] [NFC] Prefer passing around reference to std::unique_ptr& | George Karpenkov | 2018-09-07 | 1 | -9/+9 |
* | [analyzer] Executed lines: store file IDs, not hashes. | George Karpenkov | 2018-09-07 | 1 | -3/+3 |
* | [analyzer] Do not add invalid source location to the coverage information | George Karpenkov | 2018-09-07 | 1 | -0/+5 |
* | [analyzer] Push updating-the-executed-lines logic into the BugReporter. | George Karpenkov | 2018-09-07 | 1 | -0/+16 |
* | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -2/+2 |
* | [analyzer] Try to minimize the number of equivalent bug reports evaluated by ... | Mikhail R. Gadelha | 2018-07-25 | 1 | -4/+17 |
* | [analyzer] Remove a debug print that was accidentally left around. | Artem Dergachev | 2018-07-18 | 1 | -1/+0 |
* | [analyzer] [NFC] A convenient getter for getting a current stack frame | George Karpenkov | 2018-06-27 | 1 | -3/+3 |
* | [analyzer] Do not run visitors until the fixpoint, run only once. | George Karpenkov | 2018-06-26 | 1 | -286/+324 |
* | [analyzer] Remove accidentally committed lines. | George Karpenkov | 2018-06-18 | 1 | -4/+1 |
* | [analyzer] [NFC] Move ::dump methods from BugReporter.cpp to PathDiagnostics.cpp | George Karpenkov | 2018-06-12 | 1 | -104/+19 |