index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
BugReporter.cpp
Age
Commit message (
Expand
)
Author
2008-04-18
Simplified internal logic of BugReporter, consolidating EmitWarning and
Ted Kremenek
2008-04-17
Modified BugReport::getEndPath() to handle the case where end path is at
Ted Kremenek
2008-04-14
Have BugReporter::EmitWarning use the PathDiagnosticClient if it is available.
Ted Kremenek
2008-04-14
Hooked up the dead-store checker to the BugReporter interface. Now dead-store
Ted Kremenek
2008-04-11
Added "RangedBugReport".
Ted Kremenek
2008-04-10
When not emitting path diagnostics in BugReporter::EmitWarning(), use the
Ted Kremenek
2008-04-09
Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.
Ted Kremenek
2008-04-09
Added new "BugReporterHelper" class which is used by BugReporter to emit
Ted Kremenek
2008-04-07
Improve BugReport diagnostics for loops and ? operator.
Ted Kremenek
2008-04-03
Use "getRanges" in default implementation of "getEndPath" to determine
Ted Kremenek
2008-04-03
Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use
Ted Kremenek
2008-04-03
Handle the case when getEndPath() returns NULL.
Ted Kremenek
2008-04-03
Add back bug name to PathDiagnostic.
Ted Kremenek
2008-04-03
When creating PathDiagnostics, created a trimmed graph first and report the
Ted Kremenek
2008-04-03
Created new path-sensitive bug-reporting scheme based on the classes
Ted Kremenek
[prev]