summaryrefslogtreecommitdiff
path: root/test/SemaCXX/attr-optnone.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow a double-underscore spelling of Clang attributes using double square br...Aaron Ballman2018-11-091-2/+4
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-091-0/+6
* When attribute 'optnone' appears on the same declaration with aPaul Robinson2015-01-131-8/+13
* Warn when attribute 'optnone' conflicts with attributes on aPaul Robinson2014-12-151-0/+18
* Diagnose attributes 'optnone' and 'minsize' on the same declaration.Paul Robinson2014-12-101-0/+3
* Revert r223980 as it had wrong commit message.Paul Robinson2014-12-101-3/+0
* Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson2014-12-101-0/+3
* Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson2014-03-311-0/+47