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] 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
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-11
/
+9
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Remove dead return in BugReporter (found via -Wunreachable-code).
Ted Kremenek
2014-03-06
1
-4
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
2014-02-19
1
-3
/
+1
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-7
/
+17
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Only mark dump() function definitions 'used' in debug builds
Alp Toker
2014-01-04
1
-2
/
+1
*
[analyzer] Specialize "loop executed 0 times" for for-in and for-range loops.
Jordan Rose
2013-11-08
1
-2
/
+13
*
[analyzer] Don't draw edges to C++11 in-class member initializers.
Jordan Rose
2013-10-16
1
-2
/
+38
*
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
Jordan Rose
2013-10-07
1
-2
/
+4
*
[analyzer] Replace bug category magic strings with shared constants, take 2.
Jordan Rose
2013-10-04
1
-1
/
+1
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-4
/
+2
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-1
/
+1
*
[analyzer] Clarify that r187624 is a hack and should be fixed better later.
Jordan Rose
2013-08-05
1
-0
/
+3
*
[analyzer] Silently drop all reports within synthesized bodies.
Jordan Rose
2013-08-01
1
-0
/
+16
*
Fix formatting. No functional change.
Craig Topper
2013-07-16
1
-7
/
+5
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-2
/
+2
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-1
/
+1
*
[AST] Don't include RecursiveASTVisitor.h in ASTContext.h
Reid Kleckner
2013-06-17
1
-0
/
+2
*
[analyzer; alternate edges] Fix the edge locations in presence of macros.
Anna Zaks
2013-06-08
1
-1
/
+1
*
[analyzer] Address Jordan’s code review for r183451
Anna Zaks
2013-06-06
1
-3
/
+3
*
[analyzer] Ensure that pieces with invalid locations always get removed from ...
Anna Zaks
2013-06-06
1
-9
/
+24
[next]