forked from OSchip/llvm-project
[llvm-rc] Update a comment. NFC.
Fix a typo and mention one missing step.
This commit is contained in:
parent
794467b916
commit
74d7356fc6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue