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
  • [PATCH] D37442: [... Blitz Rakete via Phabricator via cfe-commits
    • [PATCH] D374... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D374... Blitz Rakete via Phabricator via cfe-commits
    • [PATCH] D374... Nicolas Lesser via Phabricator via cfe-commits

Reply via email to