[llvm] [LLVM] Change error messages to start with lower case (PR #113748)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 26 08:03:59 PDT 2024
================
@@ -156,7 +156,7 @@ int TGLexer::getNextChar() {
return EOF;
}
PrintError(getLoc(),
- "NUL character is invalid in source; treated as space");
+ "nul character is invalid in source; treated as space");
----------------
arsenm wrote:
Seems like a special case to leave as is
https://github.com/llvm/llvm-project/pull/113748
More information about the llvm-commits
mailing list