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
/
fields.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-1
/
+1
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-1
/
+1
*
[analyzer] Improve pointer arithmetic checker.
Gabor Horvath
2016-02-23
1
-1
/
+1
*
[analyzer] Special-case bitfields when finding sub-region bindings.
Jordan Rose
2013-03-01
1
-0
/
+87
*
[analyzer] Create a temporary region when accessing a struct rvalue.
Jordan Rose
2012-10-17
1
-1
/
+11
*
Revert "[analyzer] Check that a member expr is valid even when the result is ...
Jordan Rose
2012-10-01
1
-7
/
+0
*
Revert "[analyzer] Create a temporary region for rvalue structs when accessin...
Jordan Rose
2012-09-29
1
-10
/
+1
*
[analyzer] Create a temporary region for rvalue structs when accessing fields
Jordan Rose
2012-09-28
1
-1
/
+10
*
[analyzer] Check that a member expr is valid even when the result is an lvalue.
Jordan Rose
2012-09-22
1
-0
/
+7
*
Fix analyzer tests.
Ted Kremenek
2012-08-24
1
-1
/
+1
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-1
/
+1
*
Really remove FlatStoreManager and BasicStoreManager, this time from the driv...
Ted Kremenek
2011-07-28
1
-1
/
+0
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-2
/
+2
*
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-24
1
-2
/
+2
*
[analyzer] Fix a crash until we can handle temporary struct objects properly.
Argyrios Kyrtzidis
2011-02-03
1
-0
/
+10
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-2
/
+2
*
Normalize options to use '-FOO' instead of '--FOO'.
Daniel Dunbar
2009-11-29
1
-2
/
+2
*
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
*
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
-0
/
+1
*
Return UnknownVal for pointer arithmetic on struct fields.
Zhongxing Xu
2009-06-21
1
-0
/
+9
*
When casting VarRegion, if the var type is aggregate type and the cast-to
Zhongxing Xu
2009-05-09
1
-1
/
+0
*
Make StoreManager::CastRegion() virtual and implement a new CastRegion() for
Zhongxing Xu
2009-05-06
1
-0
/
+1
*
This test no longer fails.
Ted Kremenek
2009-05-04
1
-1
/
+0
*
StoreManager::CastRegion:
Ted Kremenek
2009-05-01
1
-2
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-3
/
+3
*
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-02-17
1
-2
/
+2
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+2
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
1
-2
/
+2
*
Use "VisitLValue" when processing the base for "x.f" field accesses, and "Vis...
Ted Kremenek
2008-10-18
1
-0
/
+10