summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx11-user-defined-literals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR14950: Fix out-of-bounds function parameter access in literal operator lookup.Richard Smith2013-01-151-0/+6
| | | | llvm-svn: 172514
* Literal operator suffixes and regular names live in separate namespaces.Richard Smith2012-03-091-0/+9
| | | | llvm-svn: 152395
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-1/+94
| | | | | | and lots of tidying up. llvm-svn: 152392
* Add support for cooked forms of user-defined-integer-literal andRichard Smith2012-03-081-0/+35
user-defined-floating-literal. Support for raw forms of these literals to follow. llvm-svn: 152302
OpenPOWER on IntegriCloud