Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+46 |
As an extension, generic selection support has been added for all supported languages. The syntax is the same as for C1X. llvm-svn: 129554 |