[PATCH] D100669: [ADT] Add llvm::remove_cvref and llvm::remove_cvref_t

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 16 15:47:27 PDT 2021


scott.linder updated this revision to Diff 338255.
scott.linder retitled this revision from "[ADT] Add std::remove_cvref and std::remove_cvref_t" to "[ADT] Add llvm::remove_cvref and llvm::remove_cvref_t".
scott.linder added a comment.

- Rebase
- Change title, "std::" -> "llvm::"
- Use TYPED_TEST instead of a bespoke macro


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100669

Files:
  llvm/include/llvm/ADT/Any.h
  llvm/include/llvm/ADT/FunctionExtras.h
  llvm/include/llvm/ADT/STLExtras.h
  llvm/include/llvm/ADT/STLForwardCompat.h
  llvm/unittests/ADT/STLForwardCompatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100669.338255.patch
Type: text/x-patch
Size: 5452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210416/704cd9e8/attachment.bin>


More information about the llvm-commits mailing list