index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
/
PathSensitive
/
BugReporter.h
Age
Commit message (
Expand
)
Author
2008-05-02
Rename member variable.
Ted Kremenek
2008-05-01
Added line number diagnostics to indicate the allocation site of the leaked o...
Ted Kremenek
2008-05-01
Do not highlight bogus ranges for leaks.
Ted Kremenek
2008-04-30
added preliminary diagnostics in scan-build results to denote whether
Ted Kremenek
2008-04-18
Generalize caching mechanism for bugs reports. Now individual BugTypes
Ted Kremenek
2008-04-18
Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errors
Ted Kremenek
2008-04-18
BugReport::VisitNode now takes BugReporter& instead of ASTContext&.
Ted Kremenek
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
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
Fixed regressions in error reporting due to copy-paste errors (using the "begin"
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-03
Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use
Ted Kremenek
2008-04-03
Created new path-sensitive bug-reporting scheme based on the classes
Ted Kremenek