summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-anonymous-union.cpp
AgeCommit message (Expand)Author
2011-02-18When building a qualified reference to a member of an anonymous structDouglas Gregor
2010-09-03Fix PR7402 when it strikes via template instantiation.Chandler Carruth
2010-05-21When instantiating anonymous structs/unions within a function, makeDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-01Don't assume that a base is always a RecordType, it can also be a TemplateSpe...Anders Carlsson
2009-09-01Handle member initializers that point to fields in anonymous structs.Anders Carlsson
2009-09-01Don't assert when instantiating member references to fields in anonymous stru...Anders Carlsson
2009-08-28Don't crash when instantiating templates containing anonymous structs/unionsDouglas Gregor