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
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-15
Teach BugReporter to "escape" the occurance of '%' characters in diagnostic m...
Ted Kremenek
2010-01-15
Convert a few more uses of std::string& to llvm::StringRef.
Ted Kremenek
2009-12-04
Teach 'ExecutionContinues' (part of BugReporter's diagnostic generation) abou...
Ted Kremenek
2009-11-29
Port BugReporter and BugType to StringRef.
Benjamin Kramer
2009-11-28
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-10-07
Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding mal...
Ted Kremenek
2009-09-18
Re-introduce diagnostic caching in BugReporter that was originally added in
Ted Kremenek
2009-09-18
Revert most of r82198, which was causing a large number of crashes
Ted Kremenek
2009-09-18
Introduce caching of diagnostics in BugReporter. This provides extra
Ted Kremenek
2009-09-15
Fix typo in comment.
Ted Kremenek
2009-09-14
Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a call
Ted Kremenek
2009-09-14
Implement FIXME: free up BugReportEquivClass objects when deleting BugTypes.
Ted Kremenek
2009-09-11
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
Ted Kremenek
2009-09-10
Make AnalysisManager stateless. Now other analyzer components only depends on
Zhongxing Xu
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-05
Do not call FlushReports() in GRBugReporter's dtor. We already call it in
Zhongxing Xu
2009-08-25
Remove CodeDecl and CFG from GRExprEngine and GRStateManager.
Zhongxing Xu
2009-08-25
Remove Decl and CFG from ExplodedGraph. This leads to a series small changes.
Zhongxing Xu
2009-08-20
Rename: ProgramPoint::getContext() => ProgramPoint::getLocationContext().
Zhongxing Xu
2009-08-19
Get the Decl from the current ExplodedNode. Eventually the diagnostic client
Zhongxing Xu
2009-08-18
Remove unused parameter BugReporter due to previous patch.
Zhongxing Xu
2009-08-18
Now we can get the CFG from the ProgramPoint. No need to pass in the
Zhongxing Xu
2009-08-18
Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter'
Ted Kremenek
2009-08-06
Core analysis engine template cleanup step 2:
Zhongxing Xu
2009-08-06
As GRState seems general enough, it is time to merge some template classes
Zhongxing Xu
2009-07-29
add a fixme
Zhongxing Xu
2009-07-28
Fix helper function GetNextStmt() to look for the first statement that has a
Ted Kremenek
2009-07-22
Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.
Ted Kremenek
2009-07-16
Move the source-level CFG from libAST to libAnalysis.
Ted Kremenek
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-23
API cleanup: move more methods from GRStateManager to GRState.
Ted Kremenek
2009-06-18
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-05-16
Fix another bug in BugReporter where we wouldn't always select the bug report...
Ted Kremenek
2009-05-15
BugReporter (extensive diagnostics): Do not include the range of target '}'
Ted Kremenek
2009-05-15
BugReporter (extensive diagnostics): Add control-flow piece to '}' in
Ted Kremenek
2009-05-11
BugReport::getEndPath() - Only add a Stmt's range to the constructed PathDiag...
Ted Kremenek
2009-05-11
EdgeBuilder: DeclStmts and BinaryOperators are not the enclosing location con...
Ted Kremenek
2009-05-11
EdgeBuilder::cleanUpLocation() should used the PathDiagnosticLocation constru...
Ted Kremenek
2009-05-11
BugReporter (extensive diagnostics): Add EdgeBuilder::cleanUpLocation for can...
Ted Kremenek
2009-05-10
analyzer:
Ted Kremenek
2009-05-07
Add preliminary support for enhancing null-pointer dereference diagnostics.
Ted Kremenek
2009-05-06
Refactor BugReporter interface to have a new 'BugReporterContext' and
Ted Kremenek
2009-05-05
BugReporter (extensive diagnostics): improve location context generation for the
Ted Kremenek
2009-05-05
BugReporter (extensive diagnostics): Fix getEnclosingStmtLocation to reason
Ted Kremenek
2009-05-04
BugReporter (extensive diagnostics): don't mark location contexts that are
Ted Kremenek
2009-05-01
BugReporter (extensive diagnostics): introduce the notion of a "dead"
Ted Kremenek
2009-05-01
Remove #if 0'ed code.
Ted Kremenek
2009-04-29
Fix null dereference.
Ted Kremenek
[next]