summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/optnone-pragma-optimize-off.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [SemaCXX] _Pragma("clang optimize off") not affecting lambda.Carlos Alberto Enciso2018-03-261-0/+16
Declaring "_Pragma("clang optimize off")" before the body of a function with a lambda leads to the lambda functions in the body not being affected. Differential Revision: https://reviews.llvm.org/D43821 llvm-svn: 328494
OpenPOWER on IntegriCloud