summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/pragma-optimize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-3/+3
* Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.Paul Robinson2016-02-261-11/+11
* Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and laterPaul Robinson2014-12-111-0/+2
* Diagnose attributes 'optnone' and 'minsize' on the same declaration.Paul Robinson2014-12-101-0/+8
* Revert r223980 as it had wrong commit message.Paul Robinson2014-12-101-8/+0
* Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson2014-12-101-0/+8
* [TEST] Improve tests for #pragma clang optimize off/onDario Domizioli2014-07-281-1/+42
* [test] Force a triple in the pragma optimize test due to expected mangled names.Dario Domizioli2014-05-231-1/+1
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-231-0/+113
OpenPOWER on IntegriCloud