summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/optnone-def-decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix a ppc64 bot. What is this 'signext' stuff anyway?Paul Robinson2014-11-251-8/+8
| | | | | | No wonder most people use specific triples. llvm-svn: 222769
* See if this fixes Mips bot; ignore contents of parameter lists.Paul Robinson2014-11-241-6/+6
| | | | llvm-svn: 222708
* Correctly remove OptimizeForSize from functions marked OptimizeNone.Paul Robinson2014-11-241-0/+94
This allows using __attribute__((optnone)) and the -Os/-Oz options. Fixes PR21604. llvm-svn: 222683
OpenPOWER on IntegriCloud