summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-unnamed.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Make Lit tests C++11 compatible - miscCharles Li2017-02-171-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 Smith2016-11-081-1/+2
| | | | llvm-svn: 286189
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-2/+2
| | | | | | tests fail. llvm-svn: 188447
* Make that test case actually test something, and add another test.John McCall2011-02-011-2/+12
| | | | llvm-svn: 124654
* The code trying to assign a typedef to an anonymous tag declaration wasJohn McCall2011-02-011-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 Carlsson2010-06-081-1/+33
| | | | llvm-svn: 105606
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-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 Friedman2009-12-111-0/+39
llvm-svn: 91149
OpenPOWER on IntegriCloud