Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Make Lit tests C++11 compatible #9 | Charles Li | 2017-02-24 | 1 | -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 Gibbs | 2012-10-19 | 1 | -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 Gregor | 2011-11-02 | 1 | -0/+26 |
and don't try to destroy them, either. Fixes <rdar://problem/10228639>. llvm-svn: 143584 |