aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/zero-length-arrays.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-02-24[Test] Make Lit tests C++11 compatible #9Charles Li1-1/+10
[Test] Make Lit tests C++11 compatible #9 Differential Revision: https://reviews.llvm.org/D20710 llvm-svn: 296184
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs1-0/+1
VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
2011-11-02Don't build member initializers for zero-length or incomplete arrays,Douglas Gregor1-0/+26
and don't try to destroy them, either. Fixes <rdar://problem/10228639>. llvm-svn: 143584