aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/direct-initializer.cpp
AgeCommit message (Expand)Author
2009-09-151) don't do overload resolution in selecting conversionFariborz Jahanian
2009-09-15Issue good diagnostics when initialization failes due toFariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-17Removed the warningDouglas Gregor
2008-11-05Implement C++ copy-initialization for declarations. There is now someDouglas Gregor
2008-11-03Implicit support for direct initialization of objects of class type, e.g.,Douglas Gregor
2008-10-07In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGr...Argyrios Kyrtzidis
2008-10-06Implement support for C++ direct initializers in declarations, e.g. "int x(1);".Argyrios Kyrtzidis