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
/
Analysis
/
CheckNSError.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename NSErrorCheck to NSErrorChecker.
Ted Kremenek
2009-11-03
1
-241
/
+0
*
Move NullDerefChecker.h instead a 'Checkers' subdirectory.
Ted Kremenek
2009-10-30
1
-1
/
+1
*
Add an assertion to ensure NullDerefChecker exists.
Zhongxing Xu
2009-10-29
1
-0
/
+1
*
Move NullDeref and UndefDeref into their own checker.
Zhongxing Xu
2009-10-29
1
-2
/
+4
*
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
1
-2
/
+2
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-45
/
+45
*
Sentence-case bug category.
Ted Kremenek
2009-09-01
1
-1
/
+1
*
Add LocationContext* field to VarRegion. This is needed for interprocedural ...
Ted Kremenek
2009-08-21
1
-5
/
+7
*
Tie the local check NSErrorCheck to a Decl to pave the way
Zhongxing Xu
2009-08-21
1
-20
/
+20
*
Last step of template cleanup: merge *BuilderImpl to *Builder.
Zhongxing Xu
2009-08-06
1
-3
/
+3
*
Fix typo reported in <rdar://problem/7121409>.
Ted Kremenek
2009-08-06
1
-1
/
+1
*
Change uses of:
Ted Kremenek
2009-07-29
1
-2
/
+2
*
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
1
-2
/
+2
*
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
1
-2
/
+2
*
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
1
-7
/
+13
*
Remove more uses of GRStateRef.
Ted Kremenek
2009-06-17
1
-8
/
+7
*
Simplify more code by using SVal::getAsSymbol().
Ted Kremenek
2009-03-30
1
-8
/
+6
*
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-02-04
1
-92
/
+65
*
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
1
-1
/
+1
*
- constify some uses of MemRegion* (MemRegion should be immutable).
Ted Kremenek
2008-10-17
1
-1
/
+5
*
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
1
-5
/
+5
*
Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...
Ted Kremenek
2008-10-17
1
-1
/
+1
*
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-04
1
-1
/
+1
*
Enhance NSError** checking with analogous checking for CFErrorRef*.
Ted Kremenek
2008-10-01
1
-38
/
+137
*
Add a bug category for NSError** checks.
Ted Kremenek
2008-09-21
1
-0
/
+2
*
Register the implicit null-dereferenced object as a notable symbol.
Ted Kremenek
2008-09-18
1
-0
/
+1
*
Implement second part of PR 2600: NSError** parameter may be null, and should...
Ted Kremenek
2008-09-18
1
-0
/
+48
*
Change implementation of NSError** coding-style check to be invoked at the en...
Ted Kremenek
2008-09-18
1
-42
/
+76
*
Implemented one of the checks requested in PR 2600:
Ted Kremenek
2008-09-18
1
-0
/
+72