[PATCH] D71112: [ASTImporter] Implicitly declare parameters for imported ObjCMethodDecls

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 06:21:49 PST 2019


martong added inline comments.


================
Comment at: clang/unittests/AST/Language.cpp:44
+  case Lang_OpenCL:
+    llvm_unreachable("-std=objc++");
   }
----------------
I think, we should keep the "Not implemented yet!" message here. Perhaps you wanted "-std=objc++" to put next to -x objective-c++ in line 41?


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

https://reviews.llvm.org/D71112





More information about the cfe-commits mailing list