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

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 13 07:16:49 PST 2022


thakis added a comment.

Since this is changing serialization format you might have to do something like https://reviews.llvm.org/rGb8b7a9dcdcbc as well (see https://reviews.llvm.org/D73202 for background). I doubt that's the cause of mstorsjo's repro given that LLVM_APPEND_VC_REV is on by default, but it seems like a good thing to do in the reland regardless.

(We also saw this crash on chromium's bots, https://crbug.com/1286675. Thanks for the revert, and for the reduced repro!)


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