summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/zero-length-arrays.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Make Lit tests C++11 compatible #9Charles Li2017-02-241-1/+10
| | | | | | | | [Test] Make Lit tests C++11 compatible #9 Differential Revision: https://reviews.llvm.org/D20710 llvm-svn: 296184
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Don't build member initializers for zero-length or incomplete arrays,Douglas Gregor2011-11-021-0/+26
and don't try to destroy them, either. Fixes <rdar://problem/10228639>. llvm-svn: 143584
OpenPOWER on IntegriCloud