| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reject template-ids containing literal-operator-ids that have a dependent | Richard Smith | 2013-12-05 | 1 | -0/+24 |
| | | | | | | | | | | nested-name-specifier, rather than crashing. (In fact, reject all literal-operator-ids that have a non-namespace nested-name-specifier). The grammar doesn't allow these in some cases, and in other cases does allow them but instantiation will always fail. llvm-svn: 196443 | ||||
| * | PR14950: Fix out-of-bounds function parameter access in literal operator lookup. | Richard Smith | 2013-01-15 | 1 | -0/+6 |
| | | | | | llvm-svn: 172514 | ||||
| * | Literal operator suffixes and regular names live in separate namespaces. | Richard Smith | 2012-03-09 | 1 | -0/+9 |
| | | | | | llvm-svn: 152395 | ||||
| * | Support for raw and template forms of numeric user-defined literals, | Richard Smith | 2012-03-09 | 1 | -1/+94 |
| | | | | | | | and lots of tidying up. llvm-svn: 152392 | ||||
| * | Add support for cooked forms of user-defined-integer-literal and | Richard Smith | 2012-03-08 | 1 | -0/+35 |
| user-defined-floating-literal. Support for raw forms of these literals to follow. llvm-svn: 152302 | |||||

