index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Checker
/
BugReporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-07-20
1
-10
/
+10
*
Remove Decl::getCompoundBody().
Argyrios Kyrtzidis
2010-07-07
1
-1
/
+1
*
ExplodedGraph never uses ASTContext, remove it.
Zhongxing Xu
2010-07-01
1
-1
/
+1
*
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-17
1
-1
/
+1
*
Fix PR 6725. It looks like the copy constructor gets elided during inlining.
Zhongxing Xu
2010-04-06
1
-1
/
+1
*
Checker: random include cleanup.
Benjamin Kramer
2010-03-27
1
-0
/
+1
*
merge line.
Zhongxing Xu
2010-03-23
1
-4
/
+1
*
Delete the new visitor if an old one already exists.
Ted Kremenek
2010-03-21
1
-1
/
+3
*
Reapply r99024 (but with the memory issue now fixed).
Ted Kremenek
2010-03-20
1
-0
/
+2
*
Check if a BugReporterVisitor has already been added to a BugReporterContext.
Ted Kremenek
2010-03-20
1
-0
/
+15
*
Revert r99024, "Augment path diagnostics to include displaying when a message
Daniel Dunbar
2010-03-20
1
-2
/
+0
*
Augment path diagnostics to include displaying when a message expression
Ted Kremenek
2010-03-20
1
-0
/
+2
*
Revert 95541.
Ted Kremenek
2010-02-08
1
-2
/
+2
*
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
2010-02-08
1
-2
/
+2
*
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...
Ted Kremenek
2010-01-25
1
-2
/
+2
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-0
/
+1879