[libcxx-commits] [PATCH] D68364: Prototype implementation of P0784R7: mark all members of std::allocator and std::allocator_traits as constexpr.
Richard Smith - zygoloid via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 2 17:50:27 PDT 2019
rsmith updated this revision to Diff 222943.
rsmith added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Moved some changes from the vector patch to here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68364/new/
https://reviews.llvm.org/D68364
Files:
clang/include/clang/Basic/DiagnosticASTKinds.td
clang/lib/AST/ExprConstant.cpp
clang/lib/AST/Interp/State.h
clang/lib/Frontend/InitPreprocessor.cpp
clang/test/Lexer/cxx-features.cpp
clang/test/SemaCXX/cxx2a-constexpr-dynalloc.cpp
clang/www/cxx_status.html
libcxx/include/__config
libcxx/include/memory
libcxx/include/new
libcxx/include/version
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68364.222943.patch
Type: text/x-patch
Size: 61486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191003/8eaa82c1/attachment-0001.bin>
More information about the libcxx-commits
mailing list