summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/constructor-init.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-1/+22
| | | | | | | | | | InitializationSequence. Specially, switch initialization of a C++ class type (either copy- or direct-initialization). Also, make sure that we create an elidable copy-construction when performing copy initialization of a C++ class variable. Fixes PR5826. llvm-svn: 91750
* 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
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-13/+14
| | | | llvm-svn: 81346
* Array member construction in prologue of user-declaredFariborz Jahanian2009-08-211-0/+3
| | | | | | constructors. llvm-svn: 79640
* Patch to provide cast of objects in member accessFariborz Jahanian2009-07-291-2/+4
| | | | | | | excpression, if needed, and remove some ir-gen code now unnencessary. llvm-svn: 77490
* More cleanup of data member access and then some.Fariborz Jahanian2009-07-281-0/+3
| | | | llvm-svn: 77351
* More work toward data member access ir-gen.Fariborz Jahanian2009-07-281-0/+3
| | | | llvm-svn: 77332
* ir-gen for non-virtual base class initializationFariborz Jahanian2009-07-251-0/+49
in constructors. llvm-svn: 77087
OpenPOWER on IntegriCloud