summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-anonymous-union.cpp
Commit message (Expand)AuthorAgeFilesLines
* When building a qualified reference to a member of an anonymous structDouglas Gregor2011-02-181-0/+21
* Fix PR7402 when it strikes via template instantiation.Chandler Carruth2010-09-031-0/+19
* When instantiating anonymous structs/unions within a function, makeDouglas Gregor2010-05-211-0/+18
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't assume that a base is always a RecordType, it can also be a TemplateSpe...Anders Carlsson2009-09-011-4/+2
* Handle member initializers that point to fields in anonymous structs.Anders Carlsson2009-09-011-0/+12
* Don't assert when instantiating member references to fields in anonymous stru...Anders Carlsson2009-09-011-0/+13
* Don't crash when instantiating templates containing anonymous structs/unionsDouglas Gregor2009-08-281-0/+8