[PATCH] D82940: [ASTReader][ASTWriter][PCH][Modules] Fix (de)serialization of SwitchCases

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 1 03:44:32 PDT 2020


riccibruno added a comment.

In D82940#2124955 <https://reviews.llvm.org/D82940#2124955>, @aaron.ballman wrote:

> LGTM, thank you for the fix!


Wait, I am not sure that it is the right fix. The body of the lambda should not be different from the body of the `CXXMethodDecl`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82940/new/

https://reviews.llvm.org/D82940





More information about the cfe-commits mailing list