summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/array-bounds.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple bugs in the way we handle array indexes in array bounds checking...Eli Friedman2012-02-271-0/+6
* Revert various template unreachability code I committed accidentally.David Blaikie2012-01-241-7/+3
* Simple hack to do unreachable code analysis on template patterns.David Blaikie2012-01-241-3/+7
* Suppress -Warray-bounds for classes (not just structs) where the last field isMatt Beaumont-Gay2011-11-291-4/+13
* Merge branch 'yo-dawg-i-herd-u-like-arrays'Matt Beaumont-Gay2011-11-291-0/+4
* Wordsmith the -Warray-bounds diagnostic text a bitMatt Beaumont-Gay2011-11-241-35/+34
* Fix regression of -Warray-bounds involving varargs functions [PR 11007].Ted Kremenek2011-09-261-0/+9
* Let -Warray-bounds handle casted array types without false positives.Nico Weber2011-09-171-0/+12
* Perform array bounds checking in more situations and properly handle specialKaelyn Uhrain2011-08-051-3/+18
* Flesh out the -Warray-bounds detection of C89 tail-padded one-elementChandler Carruth2011-08-051-2/+17
* disable array bounds overflow warning for cases where an array Chris Lattner2011-08-021-6/+17
* Revert r136046 while fixing handling of e.g. &foo[index_one_past_size]Kaelyn Uhrain2011-07-261-7/+6
* Expand array bounds checking to work in the presence of unary & and *,Kaelyn Uhrain2011-07-261-6/+7
* Teach CFGBuilder that the 'default' branch of a switch statement is dead if a...Ted Kremenek2011-03-161-0/+13
* Correctly handle nested switch statements in CFGBuilder when on switch statem...Ted Kremenek2011-03-041-0/+13
* Teach CFGBuilder to prune trivially unreachable case statements.Ted Kremenek2011-03-011-0/+19
* For C++, enhance -Warray-bounds to recursively analyze array subscript access...Ted Kremenek2011-03-011-0/+8
* Fix bogus -Warray-bounds warning involving 'array[true]' reported in PR 9296.Ted Kremenek2011-02-231-0/+5
* Add test case for PR 9284, a false positive for -Warray-bounds that is now ad...Ted Kremenek2011-02-231-4/+17
* Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r...Ted Kremenek2011-02-231-5/+16
* Fix assertion failure on -Warray-bounds for 32-bit builds of Clang.Ted Kremenek2011-02-181-0/+6
* Add -Warray-bounds test showing how the warning currently interoperates with ...Ted Kremenek2011-02-171-0/+11
* Enhance the array bounds checking to work for several other constructs,Chandler Carruth2011-02-171-7/+62
* Fix assertion failure in -Warray-bounds on template parameters used as arrays.Ted Kremenek2011-02-161-0/+21