summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/array-bounds.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud