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
/
PathDiagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Don't crash when a path goes through a 'delete' destructor call.
Jordan Rose
2013-10-31
1
-1
/
+2
*
Add an implicit dtor CFG node just before C++ 'delete' expressions.
Jordan Rose
2013-09-03
1
-0
/
+3
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-4
/
+3
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-2
/
+2
*
[analyzer] Treat analyzer-synthesized function bodies like implicit bodies.
Jordan Rose
2013-05-24
1
-1
/
+1
*
[analyzer] Do not assert on reports ending in calls within macros.
Anna Zaks
2013-05-22
1
-1
/
+7
*
[analyzer] Address Jordan's review comments for r182058
Anna Zaks
2013-05-17
1
-3
/
+6
*
[analyzer] Add an option to use the last location in the main source file as ...
Anna Zaks
2013-05-16
1
-2
/
+59
*
Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro...
Ted Kremenek
2013-04-29
1
-26
/
+18
*
[analyzer] Change PathPieces to be a wrapper around an ilist of (through indi...
Ted Kremenek
2013-04-29
1
-18
/
+26
*
[analyzer] Remove comparePath's dependency on subscript operator.
Ted Kremenek
2013-04-29
1
-2
/
+7
*
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-04-23
1
-19
/
+61
*
[analyzer] Show path diagnostic for C++ initializers
Anna Zaks
2013-04-05
1
-0
/
+3
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-2
/
+0
*
Simplify code to use castAs rather than getAs + assert.
David Blaikie
2013-02-21
1
-3
/
+2
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-16
/
+11
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-3
/
+3
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-3
/
+3
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-19
/
+15
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-1
/
+1
*
[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
Jordan Rose
2013-01-19
1
-0
/
+5
*
[analyzer] Special path notes for C++ special member functions.
Jordan Rose
2013-01-18
1
-14
/
+56
*
[analyzer] Do a better job describing C++ member functions in the call stack.
Jordan Rose
2013-01-18
1
-21
/
+51
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
[analyzer] Include the bug uniqueing location in the issue_hash.
Anna Zaks
2013-01-08
1
-1
/
+5
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
1
-3
/
+9
*
[analyzer] Make sure calls in synthesized functions have valid path locations.
Jordan Rose
2012-11-15
1
-0
/
+4
*
[analyzer] New option to not suppress null return paths if an argument is null.
Jordan Rose
2012-10-29
1
-2
/
+5
*
[analyzer] Handle implicit statements used for end-of-path nodes' source locs.
Jordan Rose
2012-10-06
1
-8
/
+13
*
Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.
Jordan Rose
2012-09-22
1
-32
/
+7
*
Fix another case where we should be using isBeforeInTranslationUnit().
Ted Kremenek
2012-09-10
1
-2
/
+4
*
Add a few more cases where we should be using isBeforeInTranslationUnit().
Ted Kremenek
2012-09-10
1
-2
/
+4
*
Revert "Revert Ted's r163489 and r163490, due to breakage."
Ted Kremenek
2012-09-10
1
-11
/
+135
*
Revert Ted's r163489 and r163490, due to breakage.
NAKAMURA Takumi
2012-09-10
1
-135
/
+11
*
Use isBeforeInTranslationUnitThan() instead of operator<.
Ted Kremenek
2012-09-10
1
-7
/
+7
*
Take another crack at stabilizing the emission order of analyzer
Ted Kremenek
2012-09-10
1
-11
/
+135
*
Attempt (again) to stabilize the order of the emission of diagnostics
Ted Kremenek
2012-09-08
1
-31
/
+17
*
Revert "Attempt to make the PathDiagnostic emission order more deterministic by"
Ted Kremenek
2012-09-08
1
-38
/
+3
*
Revert "Further tweaks to hopefully make the PathDiagnostic emission more det...
Ted Kremenek
2012-09-08
1
-8
/
+18
*
Further tweaks to hopefully make the PathDiagnostic emission more deterministic.
Ted Kremenek
2012-09-07
1
-18
/
+8
*
Attempt to make the PathDiagnostic emission order more deterministic by
Ted Kremenek
2012-09-07
1
-3
/
+38
*
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-31
1
-35
/
+10
*
Rework how PathDiagnosticConsumers pass knowledge of what files they
Ted Kremenek
2012-08-24
1
-0
/
+40
*
Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<Source...
Ted Kremenek
2012-08-16
1
-6
/
+8
*
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-16
1
-2
/
+2
*
[analyzer] Flatten path diagnostics for text output like we do for HTML.
Jordan Rose
2012-08-03
1
-0
/
+42
*
[analyzer] Provide useful PathDiagnosticLocations for CallEnter/Exit events.
Jordan Rose
2012-08-03
1
-37
/
+51
*
[analyzer] Fix a typo. Thanks Jordan.
Anna Zaks
2012-08-03
1
-1
/
+1
[next]