add override and final as valid C++ keywords
Stefan Bund [Tue, 25 Apr 2017 16:16:49 +0000 (18:16 +0200)]
cc-ide/cc-engine-2.el

index 1997753..e036aa3 100644 (file)
@@ -42,7 +42,8 @@
                           "double" "void" "complex" "case" "goto"
                           "inline" "try" "catch" "throw" "inline_"
                           "throw_" "virtual" "new" "delete" "explicit"
-                          "prefix_" "typename" "template") t)
+                          "prefix_" "typename" "template" "override"
+                          "final") t)
             "\\b[^_]")))
 
 (defconst c-blocking-key