aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/constructor-init.cpp
AgeCommit message (Expand)Author
2010-03-26When adding initializers to a constructor, be sure that we are lookingDouglas Gregor
2009-12-19Switch more of Sema::CheckInitializerTypes over toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-21Array member construction in prologue of user-declaredFariborz Jahanian
2009-07-29Patch to provide cast of objects in member accessFariborz Jahanian
2009-07-28More cleanup of data member access and then some.Fariborz Jahanian
2009-07-28More work toward data member access ir-gen.Fariborz Jahanian
2009-07-25ir-gen for non-virtual base class initializationFariborz Jahanian