[PATCH] D42614: AST: support ObjC lifetime qualifiers in MS ABI

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 7 15:09:00 PST 2018


compnerd added a comment.

@rjmccall, I've updated the approach and no longer abuse the existing decoration styles.  This uses a custom namespace with artificial types to differentiate the types.  I've also ensured that the parameter types do not encode the type information.


Repository:
  rC Clang

https://reviews.llvm.org/D42614





More information about the cfe-commits mailing list