aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/array-bound-merge.cpp
AgeCommit message (Expand)Author
2012-12-13Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman
2012-07-07Reject 'int a[1][];' in Sema rather than crashing in IR generation. Found by aRichard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-10Fix for PR5515: allow "merging" array bounds both forwards and backwards.Eli Friedman