[PATCH] D102064: Parse vector bool when stdbool.h and altivec.h are included
Zarko Todorovski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 7 09:17:26 PDT 2021
ZarkoCA added inline comments.
================
Comment at: clang/test/Parser/altivec-bool.c:11
+// RUN: -target-feature +altivec -fsyntax-only %s
+
+__vector bool char bc;
----------------
nemanjai wrote:
> Do we not want the test case to provide a similar define to what `stdbool.h` does?
Is using eg adding cases such as: `__vector _Bool char bc;` what you meant? Added those in just now.
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