Groundwork. Prepare for automatic tagging

[Not compilable until the next commit]
This commit is contained in:
a3d4
2020-05-06 13:52:28 +02:00
committed by a3d4
parent 4c1e821e01
commit e3641b88ec
6 changed files with 76 additions and 41 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ void Parser::parsePragmaVersion(SourceLocation const& _location, vector<Token> c
m_errorReporter.fatalParserError(
_location,
"Source file requires different compiler version (current compiler is " +
string(VersionString) + " - note that nightly builds are considered to be "
string(VersionString) + ") - note that nightly builds are considered to be "
"strictly less than the released version"
);
}