summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-unnamed.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Test] Make Lit tests C++11 compatible - miscCharles Li2017-02-171-1/+3
* Correctly ignore unnamed bit-fields when checking whether a union has fields.Richard Smith2016-11-081-1/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Make that test case actually test something, and add another test.John McCall2011-02-011-2/+12
* The code trying to assign a typedef to an anonymous tag declaration wasJohn McCall2011-02-011-0/+11
* Correctly mangle static variables of anonymous struct/union type.Anders Carlsson2010-06-081-1/+33
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make sure mangling doesn't crash in another case. Add some more tests.Eli Friedman2009-12-111-0/+39