diff options
author | Carl Peto <carl.peto@me.com> | 2024-01-31 02:18:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 18:18:49 -0800 |
commit | b4d832c77dcba4136132559a5183883cf064389d (patch) | |
tree | 8204f0609aff5806a70b56a027ca45f1b892c67c /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | |
parent | 2abcbbd96ad731b05fae970a0abb23cda784dddd (diff) | |
download | llvm-b4d832c77dcba4136132559a5183883cf064389d.zip llvm-b4d832c77dcba4136132559a5183883cf064389d.tar.gz llvm-b4d832c77dcba4136132559a5183883cf064389d.tar.bz2 |
[clang] Improved isSimpleTypeSpecifier (#79037)
- Sema::isSimpleTypeSpecifier return true for _Bool in c99 (currently
returns false for _Bool, regardless of C dialect). (Fixes #72203)
- replace the logic with a check for simple types and a proper check for
a valid keyword in the appropriate dialect
Co-authored-by: Carl Peto <CPeto@becrypt.com>
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions