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
/
misc-ps.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix lookup of fields from lazy bindings to check if the region is
Ted Kremenek
2010-02-09
1
-0
/
+18
*
Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are im...
Ted Kremenek
2010-02-06
1
-0
/
+7
*
Fix regression in RegionStore (from BasicStore) where static variables were n...
Ted Kremenek
2010-02-06
1
-0
/
+7
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-8
/
+8
*
Specially handle casts to 'void' in AdjustedReturnValueChecker.
Ted Kremenek
2010-02-04
1
-0
/
+8
*
static analyzer: handle casts of a function to a function pointer with
Ted Kremenek
2010-02-04
1
-0
/
+14
*
Fix regression in RegionStore due to recent changes in
Ted Kremenek
2010-02-03
1
-0
/
+13
*
Explicitly check for casts to double or complex types instead of possibly ass...
Ted Kremenek
2010-02-02
1
-0
/
+15
*
Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where we do not add
Ted Kremenek
2010-02-02
1
-0
/
+14
*
Insulate these from changes to the default for -Wunreachable-code.
Mike Stump
2010-01-23
1
-8
/
+8
*
Add test case.
Zhongxing Xu
2010-01-19
1
-0
/
+26
*
Teach BugReporter to "escape" the occurance of '%' characters in diagnostic m...
Ted Kremenek
2010-01-15
1
-0
/
+10
*
implement PR6004, warning about divide and remainder by zero.
Chris Lattner
2010-01-12
1
-6
/
+6
*
Make sure this test case tests analyzing both x86_64 and i386 archs.
Ted Kremenek
2010-01-10
1
-4
/
+8
*
add a bunch of missing prototypes to tests
Chris Lattner
2010-01-09
1
-0
/
+4
*
Move test case to a more appropriate file.
Zhongxing Xu
2010-01-05
1
-9
/
+0
*
Add test case.
Zhongxing Xu
2010-01-05
1
-0
/
+9
*
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
*
Normalize options to use '-FOO' instead of '--FOO'.
Daniel Dunbar
2009-11-29
1
-4
/
+4
*
Tweak UndefBranchChecker to register the most nested "undefined" expression w...
Ted Kremenek
2009-11-23
1
-0
/
+6
*
Cleanup title/description of "undefined branch" BugType and add some test cas...
Ted Kremenek
2009-11-23
1
-0
/
+17
*
More checker refactoring. Passing undefined values in a message expression i...
Ted Kremenek
2009-11-21
1
-0
/
+20
*
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-16
1
-0
/
+1
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
1
-4
/
+4
*
Add undefined array subscript checker.
Zhongxing Xu
2009-11-11
1
-0
/
+4
*
CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to d...
Ted Kremenek
2009-11-11
1
-2
/
+23
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-3
/
+3
*
Tweak wording and classifications of analyzer diagnostics.
Ted Kremenek
2009-11-05
1
-2
/
+2
*
Pull VLA size checker into its own files.
Zhongxing Xu
2009-11-03
1
-2
/
+2
*
Fix accidental use of CheckSVal instead of CheckLocation, and add a
Ted Kremenek
2009-10-29
1
-0
/
+6
*
Fix another static analyzer crash due to a corner case in "folding" symbolic ...
Ted Kremenek
2009-10-17
1
-9
/
+23
*
Fix static analyzer crash due to recently add symbolic-value constant folding...
Ted Kremenek
2009-10-16
1
-0
/
+12
*
Fix crash introduced by r83358 where a symbol could be eagerly
Ted Kremenek
2009-10-06
1
-0
/
+11
*
Added test case for <rdar://problem/7152418>.
Ted Kremenek
2009-09-26
1
-0
/
+24
*
Fix PR 4988 by removing an invalid assertion (a function can be referenced in
Ted Kremenek
2009-09-23
1
-0
/
+7
*
Fix: <rdar://problem/7242006> [RegionStore] compound literal assignment with ...
Ted Kremenek
2009-09-22
1
-0
/
+7
*
Fix: <rdar://problem/7242015> [RegionStore] variable passed-by-reference (via...
Ted Kremenek
2009-09-22
1
-0
/
+11
*
Add test case for <rdar://problem/6829164>, which was implicitly fixed in r79...
Ted Kremenek
2009-09-21
1
-0
/
+22
*
Re-introduce diagnostic caching in BugReporter that was originally added in
Ted Kremenek
2009-09-18
1
-1
/
+2
*
Revert most of r82198, which was causing a large number of crashes
Ted Kremenek
2009-09-18
1
-2
/
+1
*
Introduce caching of diagnostics in BugReporter. This provides extra
Ted Kremenek
2009-09-18
1
-1
/
+2
*
Add static analyzer transfer function support for __builtin_offsetof.
Ted Kremenek
2009-09-15
1
-0
/
+42
*
Implement: <rdar://problem/7185647> [RegionStore] 'self' cannot be NULL upon...
Ted Kremenek
2009-09-09
1
-0
/
+13
*
Fix regression in BasicStoreManager caused by implicitly casting loaded value...
Ted Kremenek
2009-08-25
1
-0
/
+12
*
Fix crash reported in <rdar://problem/7124210> by "back-porting" some of the
Ted Kremenek
2009-08-25
1
-0
/
+9
*
Fix a bug in RegionStoreSubRegionManager::add() where multiple subregions wou...
Ted Kremenek
2009-08-05
1
-0
/
+11
*
Adjust test case.
Ted Kremenek
2009-08-04
1
-1
/
+1
*
Add a pass-by-value test for the analyzer.
Ted Kremenek
2009-08-03
1
-0
/
+14
*
Handle disgusting corner case where a byte is loaded from the address of a fu...
Ted Kremenek
2009-08-03
1
-0
/
+9
[next]