[llvm] 74d7356 - [llvm-rc] Update a comment. NFC.
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 23:34:51 PDT 2020
Author: Martin Storsjö
Date: 2020-09-16T09:34:26+03:00
New Revision: 74d7356fc63bd1f42bbb20b793f21decf3c98a6e
URL: https://github.com/llvm/llvm-project/commit/74d7356fc63bd1f42bbb20b793f21decf3c98a6e
DIFF: https://github.com/llvm/llvm-project/commit/74d7356fc63bd1f42bbb20b793f21decf3c98a6e.diff
LOG: [llvm-rc] Update a comment. NFC.
Fix a typo and mention one missing step.
Added:
Modified:
llvm/tools/llvm-rc/ResourceFileWriter.cpp
Removed:
################################################################################
diff --git a/llvm/tools/llvm-rc/ResourceFileWriter.cpp b/llvm/tools/llvm-rc/ResourceFileWriter.cpp
index 09b078c94cd2..c80605aed446 100644
--- a/llvm/tools/llvm-rc/ResourceFileWriter.cpp
+++ b/llvm/tools/llvm-rc/ResourceFileWriter.cpp
@@ -138,7 +138,8 @@ enum class NullHandlingMethod {
};
// Parses an identifier or string and returns a processed version of it:
-// * String the string boundary quotes.
+// * Strip the string boundary quotes.
+// * Convert the input code page characters to UTF16.
// * Squash "" to a single ".
// * Replace the escape sequences with their processed version.
// For identifiers, this is no-op.
More information about the llvm-commits
mailing list