Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | |
-std=c++0x. Patch by Ahmed Charles! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141900 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-09-30 | Fix a bug in the token caching for inline constructors in C++11, and improve ↵ | Sebastian Redl | |
error recovery in both dialects. This should fix the GCC test suite failures as well. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140847 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132878 91177308-0d34-0410-b5e6-96231b3b80d8 |