Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Make Lit tests C++11 compatible - misc | Charles Li | 2017-02-17 | 1 | -1/+3 |
| | | | | | | | | Updated 5 tests. Differential Revision: https://reviews.llvm.org/D24812 llvm-svn: 295484 | ||||
* | Correctly ignore unnamed bit-fields when checking whether a union has fields. | Richard Smith | 2016-11-08 | 1 | -1/+2 |
| | | | | llvm-svn: 286189 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -2/+2 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Make that test case actually test something, and add another test. | John McCall | 2011-02-01 | 1 | -2/+12 |
| | | | | llvm-svn: 124654 | ||||
* | The code trying to assign a typedef to an anonymous tag declaration was | John McCall | 2011-02-01 | 1 | -0/+11 |
| | | | | | | | | extremely rambunctious, both on parsing and on template instantiation. Calm it down, fixing an internal consistency assert on anonymous enum instantiation manglings. llvm-svn: 124653 | ||||
* | Correctly mangle static variables of anonymous struct/union type. | Anders Carlsson | 2010-06-08 | 1 | -1/+33 |
| | | | | llvm-svn: 105606 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Make sure mangling doesn't crash in another case. Add some more tests. | Eli Friedman | 2009-12-11 | 1 | -0/+39 |
llvm-svn: 91149 |