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
/
Checker
/
BugReporter
/
BugReporter.h
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-04
Minor refactoring; have BugReport::getRanges return a pair of iterator, no fu...
Argyrios Kyrtzidis
2010-12-03
Fix an insidious bug in BugReporter where
Ted Kremenek
2010-12-02
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-11-24
Adjust method calls to reflect name changes in
Ted Kremenek
2010-09-16
Refactored BugReporter to refer to EndNode as ErrorNode. We currently make th...
Tom Care
2010-09-09
Use FindReportInEquivalenceClass to identify all the nodes used for the trimm...
Ted Kremenek
2010-09-02
Reapply 112850 and 112839 with a constructor for the BinaryOperatorData struc...
Tom Care
2010-09-02
Reverting 112850 and 112839 due to test failures on some systems
Tom Care
2010-09-02
Improved error reporting in IdempotentOperationChecker
Tom Care
2010-06-17
Include the bug description in the report hash so that we can emit multiple b...
Ted Kremenek
2010-04-21
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-03-20
Reapply r99024 (but with the memory issue now fixed).
Ted Kremenek
2010-03-20
Check if a BugReporterVisitor has already been added to a BugReporterContext.
Ted Kremenek
2010-03-20
Fix use-of-invalid-memory found by Valgrind and Windows buildbots.
Ted Kremenek
2010-03-20
Revert r99024, "Augment path diagnostics to include displaying when a message
Daniel Dunbar
2010-03-20
Augment path diagnostics to include displaying when a message expression
Ted Kremenek
2010-02-16
Add simpler checker to check if variables captured by a block are uninitialized.
Ted Kremenek
2010-01-25
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...
Ted Kremenek