[PATCH] Remove LambdaExpr and use Flag for IsGenericLambda

Reid Kleckner rnk at google.com
Tue Oct 22 10:57:24 PDT 2013



================
Comment at: include/clang/AST/DeclCXX.h:545
@@ +544,3 @@
+    /// \brief The Default Capture.
+    LambdaCaptureDefault CaptureDefault : 2;
+
----------------
Definitely don't use enum bitfields with Visual Studio.  They come back signed.


http://llvm-reviews.chandlerc.com/D1856



More information about the cfe-commits mailing list