[PATCH] D82568: [clang][CrossTU] Invalidate parent map after get cross TU definition.

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 30 12:29:16 PDT 2020


martong accepted this revision.
martong added a comment.

Ok, I checked and it seems the parent map context is used only by the AST matchers, and this is okay because it looks like there is not any storing or caching of the parent map objects (the type is never copied).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82568





More information about the cfe-commits mailing list