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
/
uninit-vals-ps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Improve tracing for uninitialized struct fields
George Karpenkov
2018-08-29
1
-157
/
+0
*
[analyzer] Clarify 'uninitialized function argument' messages
Daniel Marjamaki
2017-03-08
1
-1
/
+1
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-1
/
+1
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
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
*
[analyzer] clarify 'result is garbage value' when it is out of bounds
Daniel Marjamaki
2017-02-27
1
-0
/
+6
*
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] Don't warn for returning void expressions in void blocks.
Jordan Rose
2013-04-17
1
-1
/
+16
*
[analyzer] Do not report use of undef on "return foo();" when the return type...
Anna Zaks
2012-09-12
1
-0
/
+12
*
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] Migrate UndefResultChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-2
/
+2
*
Clean up obtuse wording of checker diagnostic of using an uninitialized value...
Ted Kremenek
2010-09-09
1
-1
/
+1
*
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
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Shorten the static analyzer diagnostic for 'use of garbage value'.
Ted Kremenek
2009-09-24
1
-3
/
+3
*
Have divide-by-zero checker not handled undefined denominators. This is hand...
Ted Kremenek
2009-09-16
1
-3
/
+3
*
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
Ted Kremenek
2009-09-11
1
-4
/
+4
*
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
1
-1
/
+0
*
Fix PR 4631. The compound initializers of unions were not being evaluated, which
Ted Kremenek
2009-07-28
1
-0
/
+22
*
Fix regression in attribute 'nonnull' checking when a transition node
Ted Kremenek
2009-07-28
1
-0
/
+18
*
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
/
+1
*
Add a few more analyzer test cases.
Ted Kremenek
2009-04-02
1
-0
/
+15
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-2
/
+2
*
Fix PR3509 by providing correct starting locations for initializer lists
Douglas Gregor
2009-03-01
1
-1
/
+1
*
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-02-17
1
-1
/
+1
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
1
-2
/
+2
*
Fix <rdar://problem/6451816>:
Ted Kremenek
2008-12-17
1
-2
/
+20
*
Add checker test case: warn about returning an uninitialized value to the cal...
Ted Kremenek
2008-11-21
1
-0
/
+7
*
Enable test file for 'region store' in addition to basic store.
Ted Kremenek
2008-11-21
1
-1
/
+2
*
Split region store specific test cases.
Zhongxing Xu
2008-11-20
1
-17
/
+0
*
Add test for path-sensitive uninit-val detection involving struct field.
Zhongxing Xu
2008-11-19
1
-0
/
+18
*
Fixed bug in the transfer function for dereferences: the loaded value from Ev...
Ted Kremenek
2008-05-21
1
-0
/
+8
*
When reporting branch conditions that evaluate to an uninitialized value,
Ted Kremenek
2008-05-05
1
-0
/
+17
*
Added uninitialized-values (path-sensitive) test case as a regression test
Ted Kremenek
2008-04-24
1
-0
/
+18