Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The control expression for a _Generic selection expression should have | Aaron Ballman | 2015-11-05 | 1 | -0/+8 |
| | | | | | | | its type decayed and qualifiers stripped when determining which selection it matches. Fixes PR16340. llvm-svn: 252104 | ||||
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+26 |
As an extension, generic selection support has been added for all supported languages. The syntax is the same as for C1X. llvm-svn: 129554 |