Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | De-Unicode-ify. | NAKAMURA Takumi | 2011-08-12 | 1 | -1/+1 |
| | | | | llvm-svn: 137430 | ||||
* | Implement crazy destructor name lookup semantics differently in | Douglas Gregor | 2010-02-23 | 1 | -0/+30 |
C++98/03 and C++0x, since the '0x semantics break valid C++98/03 code. This new mess is tracked by core issue 399, which is still unresolved. Fixes PR6358 and PR6359. llvm-svn: 96836 |