[PATCH] D54309: [AST] Allow limiting the scope of common AST traversals (getParents, RAV).

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 7 06:03:52 PST 2019


sammccall added a comment.

@JonasToth As noted on https://bugs.llvm.org/show_bug.cgi?id=39949, this assertion is a pre-existing problem with the parent map + lambdas, unrelated to this patch.

I've analyzed where it comes from (details in the bug) but don't know what the right fix should be. @klimek, can you take a look at the bug?


Repository:
  rC Clang

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

https://reviews.llvm.org/D54309





More information about the cfe-commits mailing list