[PATCH] D54258: [Clang] Fix pretty printing of CUDA address spaces

Richard Membarth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 12 01:02:19 PST 2018


richardmembarth added a comment.

There are external tools (e.g. hipacc <https://hipacc-lang.org>) that generate Clang AST. This AST uses `LangAS` annotations and emits incorrect memory space specifiers for CUDA when pretty-printed.


Repository:
  rC Clang

https://reviews.llvm.org/D54258





More information about the cfe-commits mailing list