aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/array-bounds.cpp
AgeCommit message (Expand)Author
2012-12-14Have Sema::ActOnStartOfFunctionDef return the declaration that was passed it.Argyrios Kyrtzidis
2012-02-27Fix a couple bugs in the way we handle array indexes in array bounds checking...Eli Friedman
2012-01-24Revert various template unreachability code I committed accidentally.David Blaikie
2012-01-24Simple hack to do unreachable code analysis on template patterns.David Blaikie
2011-11-29Suppress -Warray-bounds for classes (not just structs) where the last field isMatt Beaumont-Gay
2011-11-29Merge branch 'yo-dawg-i-herd-u-like-arrays'Matt Beaumont-Gay
2011-11-24Wordsmith the -Warray-bounds diagnostic text a bitMatt Beaumont-Gay
2011-09-26Fix regression of -Warray-bounds involving varargs functions [PR 11007].Ted Kremenek
2011-09-17Let -Warray-bounds handle casted array types without false positives.Nico Weber
2011-08-05Perform array bounds checking in more situations and properly handle specialKaelyn Uhrain
2011-08-05Flesh out the -Warray-bounds detection of C89 tail-padded one-elementChandler Carruth
2011-08-02disable array bounds overflow warning for cases where an array Chris Lattner
2011-07-26Revert r136046 while fixing handling of e.g. &foo[index_one_past_size]Kaelyn Uhrain
2011-07-26Expand array bounds checking to work in the presence of unary & and *,Kaelyn Uhrain
2011-03-16Teach CFGBuilder that the 'default' branch of a switch statement is dead if a...Ted Kremenek
2011-03-04Correctly handle nested switch statements in CFGBuilder when on switch statem...Ted Kremenek
2011-03-01Teach CFGBuilder to prune trivially unreachable case statements.Ted Kremenek
2011-03-01For C++, enhance -Warray-bounds to recursively analyze array subscript access...Ted Kremenek
2011-02-23Fix bogus -Warray-bounds warning involving 'array[true]' reported in PR 9296.Ted Kremenek
2011-02-23Add test case for PR 9284, a false positive for -Warray-bounds that is now ad...Ted Kremenek
2011-02-23Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r...Ted Kremenek
2011-02-18Fix assertion failure on -Warray-bounds for 32-bit builds of Clang.Ted Kremenek
2011-02-17Add -Warray-bounds test showing how the warning currently interoperates with ...Ted Kremenek
2011-02-17Enhance the array bounds checking to work for several other constructs,Chandler Carruth
2011-02-16Fix assertion failure in -Warray-bounds on template parameters used as arrays.Ted Kremenek