diff options
author | Zarko Todorovski <zarko@ca.ibm.com> | 2021-05-13 10:44:40 -0400 |
---|---|---|
committer | Zarko Todorovski <zarko@ca.ibm.com> | 2021-05-13 11:48:32 -0400 |
commit | 8fa168fc50ba4f63b79773c947ef5b3e43d5c02f (patch) | |
tree | cf0db722e0061a7d3a469f25cda9ad3dad68b49c /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | b1a074951ff78bf06a2d944c01ca0a0fcd63dd33 (diff) | |
download | llvm-8fa168fc50ba4f63b79773c947ef5b3e43d5c02f.zip llvm-8fa168fc50ba4f63b79773c947ef5b3e43d5c02f.tar.gz llvm-8fa168fc50ba4f63b79773c947ef5b3e43d5c02f.tar.bz2 |
Parse vector bool when stdbool.h and altivec.h are included
Currently when including stdbool.h and altivec.h declaration of `vector bool` leads to
errors due to `bool` being expanded to '_Bool`. This patch allows the parser
to recognize `_Bool`.
Reviewed By: hubert.reinterpretcast, Everybody0523
Differential Revision: https://reviews.llvm.org/D102064
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions