[PATCH] D102064: Parse vector bool when stdbool.h and altivec.h are included

Ulrich Weigand via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 11 09:30:50 PDT 2021


uweigand added a comment.

This means the implementation now deviates from the documented vector extension syntax, right?   I guess it's strictly an extension of the documented syntax, but that may still lead to incompatibilities with other compilers for the platform.  If we want to make such a change, should it be synchronized with e.g. GCC, XL, etc. ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102064



More information about the cfe-commits mailing list