[PATCH] D61974: [ObjC] Fix encoding of ObjC pointer types that are pointers to typedefs

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 28 12:17:39 PDT 2019


rjmccall added inline comments.


================
Comment at: lib/AST/ASTContext.cpp:6975
-        isa<TypedefType>(PointeeTy.getTypePtr()) &&
-        !Options.EncodePointerToObjCTypedef()) {
-      // Another historical/compatibility reason.
----------------
Is this option dead now?


Repository:
  rC Clang

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

https://reviews.llvm.org/D61974





More information about the cfe-commits mailing list