summaryrefslogtreecommitdiff
path: root/test/SemaCXX/array-bound-merge.cpp
Commit message (Expand)AuthorAgeFilesLines
* Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman2012-12-131-0/+3
* Reject 'int a[1][];' in Sema rather than crashing in IR generation. Found by aRichard Smith2012-07-071-0/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix for PR5515: allow "merging" array bounds both forwards and backwards.Eli Friedman2009-12-101-0/+9