llvm-project
ce7c1963
- [Clang] Ignore -fchar8_t in C (#138716)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
331 days ago
[Clang] Ignore -fchar8_t in C (#138716) In C, `char8_t` is an alias to unsigned char, and should never be a keyword. Fixes #55373
References
#138716 - [Clang] Ignore -fchar8_t in C
Author
cor3ntin
Parents
127f4866
Loading