[PATCH] D102850: [C++4OpenCL] Fix overloading resolution of addrspace constructors

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 10 10:00:31 PDT 2021


Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.

LGTM! Thanks! Please, amend the comment as suggested in the final commit



================
Comment at: clang/lib/Sema/SemaOverload.cpp:9870
 
+  // Method overloading is handled above, so this only handles
+  // constructors with address spaces.
----------------
`Method` -> `General member function`


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

https://reviews.llvm.org/D102850



More information about the cfe-commits mailing list