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

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 13 09:23:16 PDT 2020


ABataev added inline comments.


================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:5879
   D.SetIdentifier(&VariantII, D.getBeginLoc());
   return BaseFD;
 }
----------------
Does the user of this function expect that BaseFD can be `nullptr` after this change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85878



More information about the cfe-commits mailing list