[libcxx-commits] [PATCH] D67588: Add builtin trait for add/remove cv (and similar)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 14 10:49:04 PDT 2019


zoecarver updated this revision to Diff 220227.
zoecarver added a comment.

Generate diff based on D67052 <https://reviews.llvm.org/D67052> (arc wasn't working so I had to do it manually this time).


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

https://reviews.llvm.org/D67588

Files:
  clang/include/clang/AST/Type.h
  clang/include/clang/Basic/Specifiers.h
  clang/include/clang/Basic/TokenKinds.def
  clang/include/clang/Parse/Parser.h
  clang/include/clang/Sema/DeclSpec.h
  clang/lib/Format/FormatToken.cpp
  clang/lib/Lex/PPMacroExpansion.cpp
  clang/lib/Parse/ParseDecl.cpp
  clang/lib/Parse/ParseDeclCXX.cpp
  clang/lib/Sema/DeclSpec.cpp
  clang/lib/Sema/SemaDecl.cpp
  clang/lib/Sema/SemaTemplateVariadic.cpp
  clang/lib/Sema/SemaType.cpp
  clang/test/SemaCXX/add_cv.cpp
  libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_add_cv.sh.cpp
  libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_remove_cv.sh.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67588.220227.patch
Type: text/x-patch
Size: 20982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190914/45824a50/attachment-0001.bin>


More information about the libcxx-commits mailing list