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
*
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
*
[analyzer] Solve another source of non-determinism in the diagnostic
Anna Zaks
2012-08-02
1
-14
/
+5
*
[analyzer] Don't crash on implicit statements inside initializers.
Jordan Rose
2012-07-26
1
-7
/
+24
*
[analyzer] Handle base class initializers and destructors.
Jordan Rose
2012-07-26
1
-1
/
+6
*
[analyzer] Show paths for destructor calls.
Jordan Rose
2012-07-26
1
-27
/
+55
*
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints
Jordan Rose
2012-07-10
1
-1
/
+9
*
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-04-20
1
-7
/
+4
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-3
/
+6
*
[analyzer] Shorten the stack hint diagnostic.
Anna Zaks
2012-03-16
1
-3
/
+3
*
[analyzer] Create symbol-aware stack hints (building upon r152837).
Anna Zaks
2012-03-16
1
-0
/
+91
*
[analyzer] Allow checkers to supply call stack diagnostic hints for the
Anna Zaks
2012-03-15
1
-0
/
+2
*
[analyzer] Diagnostics: Supply Caller information even if the bug occurs
Anna Zaks
2012-03-14
1
-3
/
+4
*
[analyzer] Call enter/exit diagnostic should refer to caller/callee,
Anna Zaks
2012-03-13
1
-8
/
+6
*
[analyzer] add a diagnostic event when entering a call via inlining, within t...
Ted Kremenek
2012-03-06
1
-4
/
+21
[next]