1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

LibCpp: Make 'bool' a Token::Type::KnownType

This commit is contained in:
Itamar 2021-06-05 17:53:19 +03:00 committed by Andreas Kling
parent 9dc9ddbf82
commit 8f074222e8

View file

@ -56,7 +56,6 @@ constexpr char const* s_known_keywords[] = {
"asm",
"bitand",
"bitor",
"bool",
"break",
"case",
"catch",
@ -162,6 +161,7 @@ constexpr char const* s_known_types[] = {
"Vector",
"WeakPtr",
"auto",
"bool",
"char",
"char16_t",
"char32_t",