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
/
Analysis
/
BugReporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Modified BugReport::getEndPath() to handle the case where end path is at
Ted Kremenek
2008-04-17
1
-15
/
+43
*
Have BugReporter::EmitWarning use the PathDiagnosticClient if it is available.
Ted Kremenek
2008-04-14
1
-10
/
+22
*
Hooked up the dead-store checker to the BugReporter interface. Now dead-store
Ted Kremenek
2008-04-14
1
-31
/
+39
*
Added "RangedBugReport".
Ted Kremenek
2008-04-11
1
-0
/
+2
*
When not emitting path diagnostics in BugReporter::EmitWarning(), use the
Ted Kremenek
2008-04-10
1
-3
/
+13
*
Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.
Ted Kremenek
2008-04-09
1
-40
/
+36
*
Added new "BugReporterHelper" class which is used by BugReporter to emit
Ted Kremenek
2008-04-09
1
-8
/
+24
*
Improve BugReport diagnostics for loops and ? operator.
Ted Kremenek
2008-04-07
1
-4
/
+57
*
Use "getRanges" in default implementation of "getEndPath" to determine
Ted Kremenek
2008-04-03
1
-2
/
+12
*
Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use
Ted Kremenek
2008-04-03
1
-3
/
+8
*
Handle the case when getEndPath() returns NULL.
Ted Kremenek
2008-04-03
1
-2
/
+8
*
Add back bug name to PathDiagnostic.
Ted Kremenek
2008-04-03
1
-2
/
+1
*
When creating PathDiagnostics, created a trimmed graph first and report the
Ted Kremenek
2008-04-03
1
-1
/
+19
*
Created new path-sensitive bug-reporting scheme based on the classes
Ted Kremenek
2008-04-03
1
-0
/
+262
[prev]