Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++1y is now C++14! | Aaron Ballman | 2014-08-19 | 1 | -1/+1 |
* | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith | 2013-04-21 | 1 | -1/+1 |
* | PR12008: defer adding the implicit 'const' to a constexpr member function until | Richard Smith | 2013-01-14 | 1 | -1/+1 |
* | Support for definitions of member enumerations of class templates outside the | Richard Smith | 2012-03-23 | 1 | -0/+9 |
* | [temp.explicit]p1: constexpr cannot be specified in explicit instantiations. | Richard Smith | 2011-10-14 | 1 | -2/+7 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Diagnose explicit instantiations of function templates and member | Douglas Gregor | 2009-10-15 | 1 | -1/+1 |
* | Testing and some minor fixes for explicit template instantiation. | Douglas Gregor | 2009-10-14 | 1 | -0/+10 |