summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx1y-user-defined-literals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Handle standard libraries that miss out the space when defining the standardRichard Smith2013-09-241-7/+19
| | | | | | | | literal operators. Also, for now, allow the proposed C++1y "il", "i", and "if" suffixes too. (Will revert the latter if LWG decides not to go ahead with that change after all.) llvm-svn: 191274
* C++1y literal suffix support:Richard Smith2013-07-231-0/+32
* Allow ns, us, ms, s, min, h as numeric ud-suffixes * Allow s as string ud-suffix llvm-svn: 186933
OpenPOWER on IntegriCloud