[PATCH] D98055: [ExtVectorType] Support conditional select operator for C++.

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 6 13:37:39 PST 2021


fhahn updated this revision to Diff 328815.
fhahn added a comment.

Got rid of the template parameter, greatly simplified the code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98055

Files:
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaExprCXX.cpp
  clang/test/CodeGenCXX/ext-vector-type-conditional.cpp
  clang/test/CodeGenCXX/vector-conditional.cpp
  clang/test/CodeGenCXX/vector-size-conditional.cpp
  clang/test/SemaCXX/ext-vector-type-conditional.cpp
  clang/test/SemaCXX/vector-conditional.cpp
  clang/test/SemaCXX/vector-size-conditional.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98055.328815.patch
Type: text/x-patch
Size: 60033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210306/7c1ef79e/attachment-0001.bin>


More information about the cfe-commits mailing list