[PATCH] D89443: [PowerPC][AIX] Make `__vector [un]signed long` an error

Zarko Todorovski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 16 07:01:36 PDT 2020


ZarkoCA accepted this revision.
ZarkoCA added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/lib/Sema/DeclSpec.cpp:1200
+      // It has also been historically deprecated on AIX (as an alias for
+      // "vector int" in both 32-bit and 64-bit modes) and was made unsupported
+      // in the Clang-based XL compiler since the deprecated type has a number
----------------
minor nit, prefer to divide the comment in 2 sentences.  


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89443



More information about the cfe-commits mailing list