aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/array-bound-merge.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-07-14[Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer1-1/+1
2012-12-13Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman1-0/+3
2012-07-07Reject 'int a[1][];' in Sema rather than crashing in IR generation. Found by aRichard Smith1-0/+2
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-10Fix for PR5515: allow "merging" array bounds both forwards and backwards.Eli Friedman1-0/+9