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
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-15
Convert a few more uses of std::string& to llvm::StringRef.
Ted Kremenek
2010-01-11
Avoid use of deprecated functions (CStrInCStrNoCase and StringsEqualNoCase).
Benjamin Kramer
2009-12-23
Add assertion to check for valid source ranges.
Ted Kremenek
2009-11-29
Port BugReporter and BugType to StringRef.
Benjamin Kramer
2009-11-14
Change *BugReport constructors to take StringRefs.
Benjamin Kramer
2009-10-29
Move NullDeref and UndefDeref into their own checker.
Zhongxing Xu
2009-09-14
Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a call
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-08-25
Remove CodeDecl and CFG from GRExprEngine and GRStateManager.
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
delete an undefined method.
Zhongxing Xu
2009-07-22
Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.
Ted Kremenek
2009-07-22
Move bug reporter "visitors" to their own file and make them part of the public
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-04-29
BugReporter/PathDiagnostics:
Ted Kremenek
2009-03-11
Add some iterators to BugReporter.
Ted Kremenek
2009-02-18
Hooked up the necessary machinery to allow the retain/release checker reference
Ted Kremenek
2009-02-07
Commit header.
Ted Kremenek
2009-02-04
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-01-24
More hacking on static analyzer diagnostics. When emitting summary diagnosti...
Ted Kremenek
2009-01-23
Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is ...
Ted Kremenek
2008-12-05
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-11-23
add support for inserting a DeclarationName into a diagnostic directly
Chris Lattner
2008-11-23
Genericize the qualtype formating callback to support any diag argument.
Chris Lattner
2008-11-23
Add support for sending QualType's directly into diags and convert two
Chris Lattner
2008-11-22
Split the DiagnosticInfo class into two disjoint classes:
Chris Lattner
2008-11-19
Allow sending IdentifierInfo*'s into Diagnostics without turning them into st...
Chris Lattner
2008-11-19
add direct support for signed and unsigned integer arguments to diagnostics.
Chris Lattner
2008-11-19
implement a transparent optimization with the diagnostics stuff:
Chris Lattner
2008-11-18
Fix 80-col violation.
Zhongxing Xu
2008-11-18
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-18
cleanups.
Chris Lattner
2008-09-21
Add a bug category for NSError** checks.
Ted Kremenek
2008-09-20
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-09-18
Change implementation of NSError** coding-style check to be invoked at the en...
Ted Kremenek
2008-09-16
ProgramPoint now takes the space of two pointers instead of one. This change was
Ted Kremenek
2008-08-13
Rename ValueState -> GRState.
Ted Kremenek
2008-07-31
Enhanced path-sensitive return-of-stack-address check to print out the name o...
Ted Kremenek
2008-07-22
Added path-sensitive checking for null pointer values passed to function argu...
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-03
Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers i...
Ted Kremenek
[next]