[PATCH] D136554: Implement CWG2631
Dan McGregor via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 12 15:13:12 PST 2022
dankm added inline comments.
================
Comment at: clang/include/clang/Sema/Sema.h:9688
+ }
+ return llvm::None;
+ }
----------------
llvm::None has been deprecated in favour of std::nullopt.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136554/new/
https://reviews.llvm.org/D136554
More information about the cfe-commits
mailing list