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-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
2009-03-28
Text PathDiagnosticBuilder::getEnclosingStmt() about '?'
Ted Kremenek
2009-03-28
Teach PathDiagnosticBuilder::getEnclosingStmtLocation() about while/if/do/for,
Ted Kremenek
2009-03-27
BugReporter: For control-flow edges from 'if', 'for', 'do', 'while' to
Ted Kremenek
2009-03-27
BugReporter: PathDiagnosticBuilder::ExecutionContinues now returns a
Ted Kremenek
2009-03-27
BugReporter:
Ted Kremenek
2009-03-26
- Add class PathDiagosticLocationPair.
Ted Kremenek
2009-03-26
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-12
Use the correct data structures!
Ted Kremenek
2009-03-12
PathDiagnostics:
Ted Kremenek
2009-03-10
BugReporter:
Ted Kremenek
2009-03-06
Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and
Ted Kremenek
2009-03-05
BasicStore:
Ted Kremenek
2009-03-03
Rework use of loc::SymbolVal in the retain/release checker to use the new method
Ted Kremenek
2009-03-02
BugReporter: Construct path-related PathDiagnosticPieces with kind "ControlFl...
Ted Kremenek
2009-02-27
When retrieving the location of a Node, for MemberExprs use the location of the
Ted Kremenek
2009-02-26
Use Loc::IsLocType() instead of isPointerType() and isReferenceType().
Ted Kremenek
2009-02-26
Drop uses of isPointerLikeType.
Daniel Dunbar
2009-02-23
Tidy up 'ExecutionContinues' to distinguish between jumping to the end of a '...
Ted Kremenek
2009-02-23
Tidy up the path diagnostic generation logic in BugReporter and remove a case...
Ted Kremenek
2009-02-18
Hooked up the necessary machinery to allow the retain/release checker reference
Ted Kremenek
2009-02-10
BugReporter: Use llvm::raw_string_stream instead of std::ostringstream.
Ted Kremenek
2009-02-07
Use BugReport::getDescription() for the compiler warning text.
Ted Kremenek
2009-02-04
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-01-27
PathDiagnostics:
Ted Kremenek
2009-01-24
More hacking on static analyzer diagnostics. When emitting summary diagnosti...
Ted Kremenek
2009-01-23
Output summary diagnostic for each bug report.
Ted Kremenek
2009-01-23
Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is ...
Ted Kremenek
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2008-12-20
Fix <rdar://problem/6454568>: BugReporter should correctly handle switch stat...
Ted Kremenek
2008-12-05
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-11-24
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-18
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
eliminate dependence of strange "Diagnostic::Report" method,
Chris Lattner
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-06
Use DeclStmt::decl_iterator instead of using Decl::getDecl(). Soon DeclStmts...
Ted Kremenek
2008-10-04
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-09-20
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-09-16
ProgramPoint now takes the space of two pointers instead of one. This change was
Ted Kremenek
2008-09-12
Add missing spaces in path diagnostics.
Ted Kremenek
2008-08-23
adjust to changes in various APIs from LLVM. We can't print
Chris Lattner
2008-08-17
various updates to match r54873 on mainline.
Chris Lattner
2008-08-13
Rename ValueState -> GRState.
Ted Kremenek
2008-07-14
Refactor Dead Stores error reporting to use the simplified BugReporter::EmitB...
Ted Kremenek
2008-07-14
Added method "EmitBasicReport" to BugReporter to simplify the emission of sim...
Ted Kremenek
2008-07-10
Refactored most of the "Store" piece of ValueState into a Store type. The
Ted Kremenek
2008-07-03
Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers i...
Ted Kremenek
[prev]
[next]