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
/
SemaCXX
/
array-bounds.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach CFGBuilder that the 'default' branch of a switch statement is dead if a...
Ted Kremenek
2011-03-16
1
-0
/
+13
*
Correctly handle nested switch statements in CFGBuilder when on switch statem...
Ted Kremenek
2011-03-04
1
-0
/
+13
*
Teach CFGBuilder to prune trivially unreachable case statements.
Ted Kremenek
2011-03-01
1
-0
/
+19
*
For C++, enhance -Warray-bounds to recursively analyze array subscript access...
Ted Kremenek
2011-03-01
1
-0
/
+8
*
Fix bogus -Warray-bounds warning involving 'array[true]' reported in PR 9296.
Ted Kremenek
2011-02-23
1
-0
/
+5
*
Add test case for PR 9284, a false positive for -Warray-bounds that is now ad...
Ted Kremenek
2011-02-23
1
-4
/
+17
*
Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r...
Ted Kremenek
2011-02-23
1
-5
/
+16
*
Fix assertion failure on -Warray-bounds for 32-bit builds of Clang.
Ted Kremenek
2011-02-18
1
-0
/
+6
*
Add -Warray-bounds test showing how the warning currently interoperates with ...
Ted Kremenek
2011-02-17
1
-0
/
+11
*
Enhance the array bounds checking to work for several other constructs,
Chandler Carruth
2011-02-17
1
-7
/
+62
*
Fix assertion failure in -Warray-bounds on template parameters used as arrays.
Ted Kremenek
2011-02-16
1
-0
/
+21