CPlusPlus: Add lexer support for new C++20 keywords

Change-Id: I2b83deb0502ebf2cdca2af774fbb2ce26e947c11
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2023-02-08 17:18:13 +01:00
parent bb9e492745
commit 207f2b216c
8 changed files with 174 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ Project {
"FullySpecifiedType.cpp",
"FullySpecifiedType.h",
"Keywords.cpp",
"Keywords.kwgen",
"Lexer.cpp",
"Lexer.h",
"LiteralTable.h",