================ 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