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

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 11 05:55:58 PST 2018


klimek added a comment.

In D54309#1326852 <https://reviews.llvm.org/D54309#1326852>, @JonasToth wrote:

> See PR39949 as well, as it seems to trigger the same or a similar problem.
>  @ioeric and @klimek  maybe could give an opinion, too?


Sounds like we might not correctly set the parent map for CXXConstructorDecl then?


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