[PATCH] D70849: [AST] Traverse the class type loc inside the member pointer type loc.

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 11:09:27 PST 2019


rnk added a comment.

We also hit this, and I have a repro here, but it depends on the Chromium Blink GC plugin:
https://bugs.chromium.org/p/chromium/issues/detail?id=1031274#c4
I think you just need an RAV client that walks over some particular AST node to trigger the assert. I assume there is nothing special about the Blink GC plugin here.

Thanks again Sterling for the revert, more bots are green this morning as a result.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70849





More information about the cfe-commits mailing list