[PATCH] D77056: RFC: [Sema][SVE] Allow non-member operators for SVE types

Richard Sandiford via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 31 07:09:37 PDT 2020


rsandifo-arm updated this revision to Diff 253867.
rsandifo-arm edited the summary of this revision.
rsandifo-arm added a comment.

Require operators to be defined as static or inside a namespace

Also remove redundant brackets and add more tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77056

Files:
  clang/include/clang/AST/Type.h
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/Basic/Targets/AArch64.cpp
  clang/lib/Sema/SemaDeclCXX.cpp
  clang/lib/Sema/SemaOverload.cpp
  clang/test/SemaCXX/sizeless-1.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77056.253867.patch
Type: text/x-patch
Size: 17849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200331/7caff651/attachment-0001.bin>


More information about the cfe-commits mailing list