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:
Leandro Melo
2011-11-18 14:03:42 +01:00
parent eb8447d7c4
commit 9caeccbb0d

View File

@@ -41,11 +41,11 @@ static const char *token_names[] = {
("]"), (")"), (";"), ("*"), ("*="), ("~"), ("~="), ("]"), (")"), (";"), ("*"), ("*="), ("~"), ("~="),
("asm"), ("auto"), ("bool"), ("break"), ("case"), ("catch"), ("char"), ("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"), ("delete"), ("do"), ("double"), ("dynamic_cast"), ("else"), ("enum"),
("explicit"), ("export"), ("extern"), ("false"), ("float"), ("for"), ("explicit"), ("export"), ("extern"), ("false"), ("float"), ("for"),
("friend"), ("goto"), ("if"), ("inline"), ("int"), ("long"), ("friend"), ("goto"), ("if"), ("inline"), ("int"), ("long"),
("mutable"), ("namespace"), ("new"), ("operator"), ("private"), ("mutable"), ("namespace"), ("new"), ("nullptr"), ("operator"), ("private"),
("protected"), ("public"), ("register"), ("reinterpret_cast"), ("protected"), ("public"), ("register"), ("reinterpret_cast"),
("return"), ("short"), ("signed"), ("sizeof"), ("static"), ("return"), ("short"), ("signed"), ("sizeof"), ("static"),
("static_cast"), ("struct"), ("switch"), ("template"), ("this"), ("static_cast"), ("struct"), ("switch"), ("template"), ("this"),