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
*
- 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