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
*
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
*
[analyzer] when scanning FIDs in a PathDiagnostic, correctly recurse calls an...
Ted Kremenek
2012-02-29
1
-17
/
+34
*
[analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d...
Ted Kremenek
2012-02-28
1
-9
/
+38
*
Reapply r151317, but when computing the PathDiagnostic profile and size keep ...
Ted Kremenek
2012-02-24
1
-6
/
+125
*
Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots.
Chad Rosier
2012-02-24
1
-76
/
+4
*
Rework PathDiagnostic creation so that call stacks are captured by a nested P...
Ted Kremenek
2012-02-24
1
-4
/
+76
*
[analyzer] Diagnostics: Ensure that the default end of diagnostic path
Anna Zaks
2012-02-16
1
-2
/
+3
*
Change PathDiagnosticPieces to be reference counted (simplifying their manage...
Ted Kremenek
2012-02-08
1
-34
/
+14
*
Refactor pieces of PathDiagnostic into its own data structure. No functional...
Ted Kremenek
2012-02-08
1
-2
/
+4
*
Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in...
Ted Kremenek
2012-02-07
1
-0
/
+2
*
Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...
Ted Kremenek
2012-01-25
1
-7
/
+122
*
Make PathDiagnosticLocation more resilient to null Stmt pointers.
Ted Kremenek
2012-01-10
1
-0
/
+6
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Fix various minor issues find via unreachable code warnings, from
Douglas Gregor
2011-11-02
1
-3
/
+0
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-6
/
+6
*
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-26
1
-2
/
+2
*
[analyzer] Fix a bug where PathDiagnosticLocation did not generate a valid ra...
Anna Zaks
2011-09-21
1
-6
/
+9
*
[analyzer] Refactor PathDiagnosticLocation: Remove SourceRange member from Pa...
Anna Zaks
2011-09-20
1
-8
/
+5
*
[analyzer] Remove dead code. (This code is trying to implement the idea that ...
Anna Zaks
2011-09-20
1
-37
/
+0
*
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-20
1
-3
/
+15
*
[analyzer] Refactor PathDiagnosticLocation: Use the pre-computed Range and Lo...
Anna Zaks
2011-09-20
1
-16
/
+3
*
[analyzer] Refactor PathDiagnosticLocation: Use PointerUnion of LocationConte...
Anna Zaks
2011-09-20
1
-9
/
+16
*
[analyzer] Refactor PathDiagnosticLocation: Lazily query LocationContext for ...
Anna Zaks
2011-09-20
1
-22
/
+13
*
[analyzer] Remove LocationContext and a dependency from PathDiagnosticLoaction.
Anna Zaks
2011-09-20
1
-3
/
+3
*
[analyzer] Refactor PathDiagnosticLocation: Pre-compute Range and Location wi...
Anna Zaks
2011-09-20
1
-15
/
+25
*
[analyzer] Use more create methods in the PathDiagnostic, cleanup.
Anna Zaks
2011-09-20
1
-7
/
+16
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-16
1
-27
/
+68
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
1
-1
/
+1
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
1
-7
/
+26
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
1
-7
/
+8
*
[analyzer] After CFG has been linearized, we can have a situation where an Ex...
Anna Zaks
2011-09-14
1
-5
/
+29
*
[analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a v...
Anna Zaks
2011-09-14
1
-0
/
+25
*
[analyzer] Rename current PathDiagnosticClient::HandlePathDiagnostic() to Han...
Ted Kremenek
2011-08-27
1
-0
/
+7
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-8
/
+5
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-0
/
+1
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-1
/
+1
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+279