Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SemaCXX] _Pragma("clang optimize off") not affecting lambda. | Carlos Alberto Enciso | 2018-03-26 | 1 | -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 |