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:
parent
9dc9ddbf82
commit
8f074222e8
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue