Skip to content
Unverified Commit b4d832c7 authored by Carl Peto's avatar Carl Peto Committed by GitHub
Browse files

[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: default avatarCarl Peto <CPeto@becrypt.com>
parent 2abcbbd9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment