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 | -1/+1 |
| | | | | llvm-svn: 360667 | ||||
* | Add -f[no-]double-square-bracket-attributes as new driver options to control ↵ | Aaron Ballman | 2017-10-15 | 1 | -0/+54 |
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 |