| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | [analyzer] [NFC] Remove most usages of getEndPath | George Karpenkov | 2018-06-12 | 1 | -2/+8 |
| * | [analyzer] [NFC] Now let's have only one place for diagnostics generation | George Karpenkov | 2018-06-12 | 1 | -43/+15 |
| * | [analyzer] [NFC] Unify Minimal and Extensive diagnostics. | George Karpenkov | 2018-06-12 | 1 | -286/+243 |
| * | [analyzer] [NFC] Remove unused Extensive diagnostic setting, | George Karpenkov | 2018-06-12 | 1 | -565/+10 |
| * | [analyzer] False positive refutation with Z3 | Mikhail R. Gadelha | 2018-06-04 | 1 | -1/+6 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -3/+3 |
| * | PR37189 Fix incorrect end source location and spelling for a split '>>' token. | Richard Smith | 2018-04-30 | 1 | -1/+1 |
| * | [analyzer] Fix diagnostics in callees of interesting callees. | Artem Dergachev | 2018-04-03 | 1 | -9/+6 |
| * | [clang] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-03-27 | 1 | -2/+2 |
| * | [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni... | Eugene Zelenko | 2018-03-07 | 1 | -185/+182 |
| * | [analyzer] Consider switch- and goto- labels when constructing the set of exe... | George Karpenkov | 2018-02-23 | 1 | -6/+24 |
| * | [analyzer] [NFC] Factor out generating path diagnostics for a statement into ... | George Karpenkov | 2018-02-07 | 1 | -636/+648 |
| * | [analyzer] support a mode to only show relevant lines in HTML diagnostics | George Karpenkov | 2018-01-17 | 1 | -3/+63 |
| * | [analyzer] do not crash with assertion on processing locations of bodyfarmed ... | George Karpenkov | 2018-01-02 | 1 | -1/+0 |
| * | [analyzer] De-duplicate path diagnostics for each exploded graph node. | Artem Dergachev | 2017-12-20 | 1 | -0/+12 |
| * | [analyzer] Rename functions responsible for CFG-based suppress-on-sink. | Artem Dergachev | 2017-08-14 | 1 | -13/+21 |
| * | [analyzer] Treat throws as sinks for suppress-on-sink purposes. | Artem Dergachev | 2017-07-25 | 1 | -2/+23 |
| * | [analyzer] Further improve suppress-on-sink behavior in incomplete analyses. | Artem Dergachev | 2017-07-25 | 1 | -3/+41 |
| * | [analyzer] Don't add arrow to the inlined function's decl when it has no body. | Artem Dergachev | 2017-06-05 | 1 | -3/+9 |
| * | [Statistics] Use the new Statistic::updateMax to atomically calculate a maxim... | Craig Topper | 2017-05-18 | 1 | -4/+2 |
| * | Migrate PathDiagnosticPiece to std::shared_ptr | David Blaikie | 2017-01-05 | 1 | -147/+151 |
| * | [analyzer] Improve suppress-on-sink behavior in incomplete analyses. | Artem Dergachev | 2016-12-22 | 1 | -0/+26 |
| * | [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) | Artem Dergachev | 2016-10-07 | 1 | -15/+39 |
| * | [analyzer] Re-apply r283092, attempt no.4, a small chunk. | Artem Dergachev | 2016-10-07 | 1 | -4/+16 |
| * | Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes" | Artem Dergachev | 2016-10-07 | 1 | -61/+18 |
| * | [analyzer] Try to re-apply r283092 "Extend bug reports with extra notes" | Artem Dergachev | 2016-10-07 | 1 | -18/+61 |
| * | [analyzer] Add "Assuming..." diagnostic pieces for unsupported conditions. | Artem Dergachev | 2016-10-05 | 1 | -3/+5 |
| * | Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot. | Vitaly Buka | 2016-10-04 | 1 | -54/+18 |
| * | [analyzer] Extend bug reports with extra notes | Artem Dergachev | 2016-10-03 | 1 | -18/+54 |
| * | [analyzer] Add checker modeling potential C++ self-assignment | Devin Coughlin | 2016-07-21 | 1 | -0/+1 |
| * | Revert "[analyzer] Add checker modeling potential C++ self-assignment" | Devin Coughlin | 2016-07-18 | 1 | -1/+0 |
| * | [analyzer] Add checker modeling potential C++ self-assignment | Devin Coughlin | 2016-07-18 | 1 | -0/+1 |
| * | [Analyzer] Don't cache report generation ExplodedNodes | Ben Craig | 2016-06-23 | 1 | -1/+1 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -5/+5 |
| * | Use llvm::make_range to reduce mentions of iterator type. NFC | Craig Topper | 2015-12-06 | 1 | -2/+1 |
| * | StaticAnalyzer: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-11-06 | 1 | -6/+6 |
| * | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -4/+4 |
| * | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -4/+4 |
| * | SourceRanges are small and trivially copyable, don't them by reference. | Craig Topper | 2015-10-04 | 1 | -4/+2 |