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
/
BugReporterVisitors.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-459
/
+0
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-4
/
+4
*
Start migration of static analyzer to using the
Ted Kremenek
2010-12-16
1
-2
/
+3
*
Rename all 'AssumeXXX' methods in libChecker
Ted Kremenek
2010-12-01
1
-3
/
+3
*
Reapply 112850 and 112839 with a constructor for the BinaryOperatorData struc...
Tom Care
2010-09-02
1
-0
/
+37
*
Reverting 112850 and 112839 due to test failures on some systems
Tom Care
2010-09-02
1
-37
/
+0
*
Improved error reporting in IdempotentOperationChecker
Tom Care
2010-09-02
1
-0
/
+37
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-1
/
+1
*
MemRegion can refer to ASTContext without external help.
Zhongxing Xu
2010-08-11
1
-4
/
+2
*
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-07-20
1
-2
/
+2
*
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-04-21
1
-9
/
+1
*
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-17
1
-2
/
+2
*
Checker: random include cleanup.
Benjamin Kramer
2010-03-27
1
-0
/
+1
*
Reapply r99024 (but with the memory issue now fixed).
Ted Kremenek
2010-03-20
1
-0
/
+49
*
Check if a BugReporterVisitor has already been added to a BugReporterContext.
Ted Kremenek
2010-03-20
1
-2
/
+16
*
Revert r99024, "Augment path diagnostics to include displaying when a message
Daniel Dunbar
2010-03-20
1
-47
/
+4
*
Augment path diagnostics to include displaying when a message expression
Ted Kremenek
2010-03-20
1
-4
/
+47
*
Add simpler checker to check if variables captured by a block are uninitialized.
Ted Kremenek
2010-02-16
1
-1
/
+19
*
Revert 95541.
Ted Kremenek
2010-02-08
1
-3
/
+3
*
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
2010-02-08
1
-3
/
+3
*
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
/
+349