index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Core
/
BugReporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-0
/
+5
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-42
/
+42
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-4
/
+2
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-8
/
+5
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-5
/
+2
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-18
/
+16
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-6
/
+2
*
Remove a use of raw pointer ownership (then non-ownership) in TrimmedGraph::p...
David Blaikie
2014-09-05
1
-2
/
+3
*
unique_ptrify ExplodedGraph::trim
David Blaikie
2014-09-05
1
-1
/
+1
*
unique_ptrify BugReporter::visitors
David Blaikie
2014-09-04
1
-49
/
+31
*
unique_ptrify PathDiagnosticConsumer::HandlePathDiagnostic
David Blaikie
2014-08-29
1
-1
/
+1
*
unique_ptrify thep passing of BugReports to BugReportEquivClass
David Blaikie
2014-08-29
1
-4
/
+3
*
unique_ptrify PathDiagnostic::setEndOfPath's argument
David Blaikie
2014-08-29
1
-4
/
+4
*
unique_ptr-ify PathDiagnosticPiece ownership
David Blaikie
2014-08-29
1
-3
/
+4
*
Add support for the static analyzer to synthesize function implementations fr...
Ted Kremenek
2014-08-27
1
-8
/
+8
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-9
/
+9
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-29
/
+30
*
[analyzer] Fix a leak found by LSan.
Jordan Rose
2014-04-23
1
-4
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[analyzer] Fix a bad bug in reversePropagateInterstingSymbols() where only on...
Ted Kremenek
2014-03-20
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-2
/
+2
*
[analyzer] Eliminate memory leak in BugReporter::emitReport()
Anton Yartsev
2014-03-10
1
-2
/
+5
*
[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...
Benjamin Kramer
2014-03-10
1
-4
/
+2
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
[next]