[PATCH] D71112: [ASTImporter] Implicitly declare parameters for imported ObjCMethodDecls
Raphael Isemann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 6 06:29:44 PST 2019
teemperor marked an inline comment as done.
teemperor added inline comments.
================
Comment at: clang/unittests/AST/Language.cpp:44
+ case Lang_OpenCL:
+ llvm_unreachable("-std=objc++");
}
----------------
martong wrote:
> 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?
Whoops, yes that should have stayed "Not implemented"...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71112/new/
https://reviews.llvm.org/D71112
More information about the cfe-commits
mailing list