Age | Commit message (Expand) | Author |
---|---|---|
2012-08-03 | Fix crash if a literal operator template's template parameter pack is not a n... | Richard Smith |
2012-03-10 | PR12225: The requirement that literal operators be namespace-scope functions | Richard Smith |
2012-03-04 | Add tests for [over.literal]. Fix a few bugs which were exposed by the tests. | Richard Smith |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-08-30 | Allow C99 hexfloats in C++0x mode. This change resolves the standards | Douglas Gregor |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-29 | Implement C++0x user-defined string literals. | Sean Hunt |
2010-01-13 | Implement semantic checking for C++ literal operators. | Sean Hunt |