[PATCH] D69322: [hip][cuda] Enable extended lambda support on Windows.
Michael Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 30 07:19:28 PDT 2019
hliao marked 3 inline comments as done.
hliao added inline comments.
================
Comment at: clang/include/clang/AST/MangleNumberingContext.h:57-58
+
+ /// Has device mangle numbering context.
+ virtual bool hasDeviceMangleNumberingContext() const { return false; }
+
----------------
rnk wrote:
> It would be nicer if there were a single entry point that does the right thing for all mangling contexts.
could you elaborate in more details?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69322/new/
https://reviews.llvm.org/D69322
More information about the cfe-commits
mailing list