summaryrefslogtreecommitdiff
path: root/test/SemaCXX/pragma-optimize.cpp
AgeCommit message (Expand)Author
2016-02-26Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.Paul Robinson
2014-12-11Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and laterPaul Robinson
2014-12-10Diagnose attributes 'optnone' and 'minsize' on the same declaration.Paul Robinson
2014-12-10Revert r223980 as it had wrong commit message.Paul Robinson
2014-12-10Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson
2014-07-28[TEST] Improve tests for #pragma clang optimize off/onDario Domizioli
2014-05-23[test] Force a triple in the pragma optimize test due to expected mangled names.Dario Domizioli
2014-05-23Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli