[PATCH] D102064: Parse vector bool when stdbool.h and altivec.h are included
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 7 04:39:16 PDT 2021
nemanjai added inline comments.
================
Comment at: clang/test/Parser/altivec-bool.c:11
+// RUN: -target-feature +altivec -fsyntax-only %s
+
+__vector bool char bc;
----------------
Do we not want the test case to provide a similar define to what `stdbool.h` does?
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