[PATCH] D96347: Include function return type in JSON AST dumps.

Rokas Kupstys via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 2 23:24:27 PST 2021


rokups added a comment.

Hey @Temtaime,
Until we can rely on this i opted in for poor man's workaround - splitting type/qualType field at the first ( and using first part. I realize it is not reliable and will break when function pointers are used, but since they arent in my project that is an acceptable short term workaround.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96347



More information about the cfe-commits mailing list