Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle standard libraries that miss out the space when defining the standard | Richard Smith | 2013-09-24 | 1 | -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 Smith | 2013-07-23 | 1 | -0/+32 |
* Allow ns, us, ms, s, min, h as numeric ud-suffixes * Allow s as string ud-suffix llvm-svn: 186933 |