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
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
2009-04-29
BugReporter/PathDiagnostics:
Ted Kremenek
2009-04-28
Extensive diagnostics: Do not add a location context for do...while statements.
Ted Kremenek
2009-04-28
BugReporter (extensive diagnostics): Clean up do...while control-flow edges, and
Ted Kremenek
2009-04-26
Implement function-try-blocks. However, there's a very subtle bug that I can'...
Sebastian Redl
2009-04-26
Minor code cleanup.
Eli Friedman
2009-04-26
split ObjC and C++ Statements out into their own headers.
Chris Lattner
2009-04-23
BugReporter (extensive diagnostics): Recursively adjust the referred expression
Ted Kremenek
2009-04-23
BugReporter (extensive diagnostics): Ignore parentheses when added control-flow
Ted Kremenek
2009-04-22
BugReporter (extensive diagnostics): Use correct location for location contexts.
Ted Kremenek
2009-04-22
BugReporter (extensive diagnostics): always add an edge if there is no location
Ted Kremenek
2009-04-22
BugReporter (extensive diagnostics):
Ted Kremenek
2009-04-22
BugReporter (extensive diagnostic algorithm): The initial control-flow edge now
Ted Kremenek
2009-04-18
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-07
Removed some commented code.
Ted Kremenek
2009-04-07
PathDiagnostic generation: experiment with avoiding generation of control-flow
Ted Kremenek
2009-04-07
Don't overguard to adding a control-flow piece when "alwaysAdd" is true.
Ted Kremenek
2009-04-06
Rewrite control-flow diagnostic generation "extensive" algorithm using "edge
Ted Kremenek
2009-04-02
Add another null pointer check. Simplify condition.
Ted Kremenek
2009-04-02
Add null pointer check.
Ted Kremenek
2009-04-01
BugReporter, extensive path-diagnostics: add an extra control-flow edge to the
Ted Kremenek
2009-04-01
Fix comment.
Ted Kremenek
2009-04-01
BugReporter: for extensive path diagnostics:
Ted Kremenek
2009-04-01
BugReporter: for extensive PathDiagnostic generation, add control-flow from the
Ted Kremenek
2009-04-01
BugReporter: For the "extensive" PathDiagnostic generation algorithm, elide most
Ted Kremenek
2009-04-01
- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation
Ted Kremenek
2009-03-31
More code reshuffling. No functionality change.
Ted Kremenek
2009-03-31
Allow two codepaths for PathDiagnostic generation. This patch mainly consists of
Ted Kremenek
2009-03-30
Simplify more code by using SVal::getAsSymbol().
Ted Kremenek
2009-03-30
Convert use of loc::SymbolVal and nonloc::SymbolVal to V.getAsSymbol(). This
Ted Kremenek
2009-03-28
Adjust control-flow endpoints for '&&' and '||'.
Ted Kremenek
[next]