[PATCH] D121961: [clang] Produce a "multiversion" annotation in textual AST output.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 04:43:31 PDT 2022


aaron.ballman added a comment.

Is there a need for this functionality? The text node dumper already dumps attributes associated with the function: https://godbolt.org/z/EbW8E74TT

If the change is necessary, it needs some test coverage (I'd recommend adding the test to the `clang/test/AST` directory).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121961



More information about the cfe-commits mailing list