Index: src/Common/SemanticError.hpp
===================================================================
--- src/Common/SemanticError.hpp	(revision 41756599bd977a9348309dafb0cb33414fb0ca82)
+++ src/Common/SemanticError.hpp	(revision 86cccd5d1ff4b020d31febfb65ff51b9bd77868a)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Dec  2 15:14:13 2024
-// Update Count     : 75
+// Last Modified On : Sun Dec 15 21:04:32 2024
+// Update Count     : 77
 //
 
@@ -58,12 +58,12 @@
 
 constexpr WarningData WarningFormats[] = {
-	{"self-assign"              , Severity::Warn, "self assignment of expression: %s"                          },
-	{"reference-conversion"     , Severity::Warn, "rvalue to reference conversion of rvalue: %s"               },
-	{"aggregate-forward-decl"   , Severity::Warn, "forward declaration of nested aggregate: %s"                },
-	{"superfluous-decl"         , Severity::Warn, "declaration does not allocate storage: %s"                  },
-	{"superfluous-else"         , Severity::Warn, "else clause never executed for empty loop conditional"      },
-	{"gcc-attributes"           , Severity::Warn, "invalid attribute: %s"                                      },
-	{"c++-like-copy"            , Severity::Warn, "Constructor from reference is not a valid copy constructor" },
-	{"depreciated-trait-syntax" , Severity::Warn, "trait type-parameters are now specified using the forall clause" },
+	{"self-assign"              , Severity::Warn, "self assignment of expression: %s." },
+	{"reference-conversion"     , Severity::Warn, "rvalue to reference conversion of rvalue: %s." },
+	{"aggregate-forward-decl"   , Severity::Warn, "forward declaration of nested aggregate: %s." },
+	{"superfluous-decl"         , Severity::Warn, "declaration does not declare anything." },
+	{"superfluous-else"         , Severity::Warn, "else clause never executed for empty loop conditional." },
+	{"gcc-attributes"           , Severity::Warn, "invalid attribute: %s." },
+	{"c++-like-copy"            , Severity::Warn, "Constructor from reference is not a valid copy constructor." },
+	{"depreciated-trait-syntax" , Severity::Warn, "trait type-parameters are now specified using the forall clause." },
 };
 
