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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits