summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/new-array-size-conv.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement C++ DR299, which allows an implicit conversion from a classDouglas Gregor2010-06-301-0/+27
type to an integral or enumeration type in the size of an array new expression, e.g., new int[ConvertibleToInt(10)]; This is a GNU and C++0x extension. llvm-svn: 107229
OpenPOWER on IntegriCloud