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
*
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