From abb72871a487527987d0ff22a2560210abaa13ab Mon Sep 17 00:00:00 2001 From: Botond Baranyi <botond.baranyi@ericsson.com> Date: Tue, 5 Nov 2019 16:18:07 +0100 Subject: [PATCH] Fixed identifier changes in OOP commit (bug 552011) Change-Id: I106fc9594361fc62861fbaf42df0495e27a0a6f2 Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com> --- compiler2/Identifier.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler2/Identifier.cc b/compiler2/Identifier.cc index 905bd3968..63a9c4468 100644 --- a/compiler2/Identifier.cc +++ b/compiler2/Identifier.cc @@ -458,6 +458,7 @@ namespace Common { {"bitand_", "bitand", "bitand"}, {"bitor_", "bitor", "bitor"}, {"bool_", "bool", "bool"}, + {"class_", "class", "class"}, {"compl_", "compl", "compl"}, {"delete_", "delete", "delete"}, {"double_", "double", "double"}, @@ -499,14 +500,12 @@ namespace Common { {"case__", "case", "case_"}, {"catch__", "catch", "catch_"}, {"char__", "char", "char_"}, - {"class__", "class", "class_"}, {"const__", "const", "const_"}, {"continue__", "continue", "continue_"}, {"default__", "default", "default_"}, {"do__", "do", "do_"}, {"else__", "else", "else_"}, {"false__", "false", "false_"}, - {"finally__", "finally", "finally_"}, {"float__", "float", "float_"}, {"for__", "for", "for_"}, {"goto__", "goto", "goto_"}, -- GitLab