[libcxx-commits] [PATCH] D67052: Add reference type transformation builtins
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 19 14:53:11 PDT 2019
zoecarver marked an inline comment as done.
zoecarver added inline comments.
================
Comment at: clang/include/clang/Parse/Parser.h:2606
+ DeclSpec::TST ReferenceTransformTokToDeclSpec();
+ void ParseAddReferenceTypeSpecifier(DeclSpec &DS);
void ParseAtomicSpecifier(DeclSpec &DS);
----------------
These methods are generalized more in D67588.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67052/new/
https://reviews.llvm.org/D67052
More information about the libcxx-commits
mailing list