Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new language mode for C2x; enable [[attribute]] support by default in C2x. | Aaron Ballman | 2019-05-14 | 1 | -0/+1 |
| | | | | llvm-svn: 360667 | ||||
* | Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ↵ | Faisal Vali | 2017-12-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | keyword. Suggest moving the following erroneous attrib list (based on location) [[]] struct X; to struct [[]] X; Additionally, added a fixme for the current implementation that diagnoses misplaced attributes to consider using the newly introduced diagnostic (that I think is more user-friendly). llvm-svn: 321449 | ||||
* | Add -f[no-]double-square-bracket-attributes as new driver options to control ↵ | Aaron Ballman | 2017-10-15 | 1 | -0/+122 |
use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a proposal to add [[]] attributes to C2x, but also allows you to enable these attributes in C++98, or disable them in C++11 or later. llvm-svn: 315856 |