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
/
test
/
Analysis
/
nil-receiver-undefined-larger-than-voidptr-ret.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-6
/
+6
*
[analzyer] Migrate CallAndMessageChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-6
/
+6
*
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-24
1
-6
/
+6
*
Tweak nil receiver checker to not warning about 64-bit return values.
Ted Kremenek
2010-09-30
1
-8
/
+24
*
Refactor the AnalysisConsumer to analyze functions after the whole
Zhongxing Xu
2010-04-30
1
-1
/
+1
*
Instead of counting totally diagnostics, split the count into a count
Chris Lattner
2010-04-07
1
-2
/
+2
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-4
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-4
/
+4
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-4
/
+4
*
Convert test case to FileCheck to test the behavior of the nil-receiver check...
Ted Kremenek
2009-11-24
1
-2
/
+16
*
For the nil-receiver checker, take into account the behavioral changes that g...
Ted Kremenek
2009-11-24
1
-2
/
+2
*
Cleanups and fixes to the nil-receiver checker, some of it fallout the
Ted Kremenek
2009-11-24
1
-4
/
+4
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
1
-2
/
+2
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
1
-1
/
+0
*
RegionStoreManager now correctly passes this test file.
Ted Kremenek
2009-07-10
1
-1
/
+2
*
Switch BasicStoreManager to use the new CastRegion implementation by default,
Ted Kremenek
2009-07-10
1
-1
/
+1
*
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...
Ted Kremenek
2009-07-06
1
-1
/
+2
*
Enhance diagnostics value tracking logic for null dereferences and uninitiali...
Ted Kremenek
2009-05-13
1
-1
/
+2
*
GRExprEngine: Don't try to reason about the size of 'void' for the return type
Ted Kremenek
2009-04-09
1
-0
/
+7
*
Force triple for these tests.
Daniel Dunbar
2009-04-08
1
-1
/
+1
*
Enhance analyzer reasoning about sending messages to nil. A nil receiver ret...
Ted Kremenek
2009-04-08
1
-0
/
+11
*
New static analyzer check by Nikita Zhuk!
Ted Kremenek
2009-04-08
1
-0
/
+48