[PATCH] D85878: [OpenMP] Context selector extensions for return value overloading

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 20:34:20 PDT 2020


JonChesterfield added a comment.

If I recall correctly, &foo with variants of foo returns a pointer to the base. If we have no base, and disable_implicit_base, what does &foo yield? It should probably be a compilation error with some descriptive message


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85878



More information about the llvm-commits mailing list