forked from qt-creator/qt-creator
C++: Add names for tokens constexpr and nullptr
Actually, those should have gone in the previous corresponding commits which introduced support for the keywords. Change-Id: Ie95944899c426a2c2b03e60d1ad557e00bc3a82a Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
4
src/libs/3rdparty/cplusplus/Token.cpp
vendored
4
src/libs/3rdparty/cplusplus/Token.cpp
vendored
@@ -41,11 +41,11 @@ static const char *token_names[] = {
|
||||
("]"), (")"), (";"), ("*"), ("*="), ("~"), ("~="),
|
||||
|
||||
("asm"), ("auto"), ("bool"), ("break"), ("case"), ("catch"), ("char"),
|
||||
("class"), ("const"), ("const_cast"), ("continue"), ("default"),
|
||||
("class"), ("const"), ("const_cast"), ("constexpr"), ("continue"), ("default"),
|
||||
("delete"), ("do"), ("double"), ("dynamic_cast"), ("else"), ("enum"),
|
||||
("explicit"), ("export"), ("extern"), ("false"), ("float"), ("for"),
|
||||
("friend"), ("goto"), ("if"), ("inline"), ("int"), ("long"),
|
||||
("mutable"), ("namespace"), ("new"), ("operator"), ("private"),
|
||||
("mutable"), ("namespace"), ("new"), ("nullptr"), ("operator"), ("private"),
|
||||
("protected"), ("public"), ("register"), ("reinterpret_cast"),
|
||||
("return"), ("short"), ("signed"), ("sizeof"), ("static"),
|
||||
("static_cast"), ("struct"), ("switch"), ("template"), ("this"),
|
||||
|
Reference in New Issue
Block a user