summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/attr-deprecated-c2x.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a new language mode for C2x; enable [[attribute]] support by default in C2x.Aaron Ballman2019-05-141-1/+1
| | | | llvm-svn: 360667
* Add -f[no-]double-square-bracket-attributes as new driver options to control ↵Aaron Ballman2017-10-151-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
OpenPOWER on IntegriCloud