[PATCH] D116919: [AST] Add RParen loc for decltype AutoTypeloc.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 17 02:35:59 PST 2022


hokein added a comment.

Thanks, everyone!

I manage to figure out the cause, the crash was caused by an arbitrary RPareLoc -- we missed to set the RPareLoc in `TreeTransform::TransformAutoType`. I reland the patch in ab3f100bec03d72ecee947a323c51698d4b95207 <https://reviews.llvm.org/rGab3f100bec03d72ecee947a323c51698d4b95207>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116919



More information about the cfe-commits mailing list