summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/type-convert-construct.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of initialization from parenthesized initializer list.Richard Smith2017-03-241-1/+9
* Lit C++11 Compatibility Patch #7Charles Li2016-04-131-2/+17
* [Sema] Reject value-initialization of function typesDavid Majnemer2015-09-141-0/+2
* This patch makes the string/character literal tests run in C,Douglas Gregor2011-07-291-6/+1
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-1/+6
* Use the new-initialization code for initializing scalars with aDouglas Gregor2010-09-081-1/+1
* Warn about the deprecated string literal -> char* conversion. Fixes PR6428.Douglas Gregor2010-02-281-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Give string literals const element typesin C++, and cope with the deprecated ...Douglas Gregor2008-09-121-0/+4
* Add a null pointer test in the type-convert-construct.cpp tests.Argyrios Kyrtzidis2008-08-231-0/+3
* Add support for C++'s "type-specifier ( expression-list )" expression:Argyrios Kyrtzidis2008-08-221-0/+10
OpenPOWER on IntegriCloud