[PATCH] D158265: [clang][AST] TextNodeDumper learned to output refers_to_enclosing_variable_or_capture flag for DeclRefExpr

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 04:40:45 PDT 2023


aaron.ballman added a comment.

This adds quite a bit of output to the dump; given that the `DeclRefExpr` already links back to the `Decl` it refers to, do we actually need to expose this directly instead of letting users infer the relationship through pointer matching?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158265



More information about the cfe-commits mailing list