rsmith added inline comments.
================ Comment at: include/clang/Sema/Sema.h:979-980 Decl *ManglingContextDecl, - bool IsDecltype) + bool IsDecltype, + bool IsLambdaValid) : Context(Context), ParentCleanup(ParentCleanup), ---------------- Instead of a sequence of `bool`s, can you add an enum for `decltype` / template argument / other? https://reviews.llvm.org/D37442 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits