Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add #pragma clang fp | Adam Nemet | 2017-04-04 | 1 | -0/+1 |
* | Diagnose C++11 attributes before fp_contract pragmas. | Richard Smith | 2013-11-15 | 1 | -0/+5 |
* | PR15300: Support C++11 attributes on base-specifiers. We don't support any such | Richard Smith | 2013-02-19 | 1 | -20/+20 |
* | Treat alignas and _Alignas as keyword attributes. This allows us to | Richard Smith | 2013-01-29 | 1 | -1/+1 |
* | Improve C++11 attribute parsing. | Michael Han | 2012-10-03 | 1 | -26/+51 |
* | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith | 2012-04-14 | 1 | -0/+54 |