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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to