[PATCH] D26522: Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks
Alex Lorenz via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 11 08:53:58 PST 2016
arphaman added inline comments.
================
Comment at: clang/test/CodeGen/block-with-perdefinedexpr.cpp:66
+ };
+ }
+};
----------------
I think you should maybe add/change one of the tests to be a block inside of a lambda.
https://reviews.llvm.org/D26522
More information about the cfe-commits
mailing list