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-07-03
Added static analysis check to see if a subclass of NSObject implements -deal...
Ted Kremenek
2008-07-02
Unify the code path for the Dead Stores checker to always use the BugReporter...
Ted Kremenek
2008-07-02
Refactored some of the BugReporter interface so that data such as the ASTCont...
Ted Kremenek
2008-06-20
Modified the dead stores checker to...
Ted Kremenek
2008-05-23
Unbreak build. Forget to check in this header file change with a previous co...
Ted Kremenek
2008-05-16
Partitioned BugTypeCachedLocation::isCached() into two methods: one that acce...
Ted Kremenek
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
[prev]