[llvm] [YAMLParser] Improve plain scalar spec compliance (PR #68946)
Walter Erquinigo via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 12 19:37:09 PDT 2023
================
@@ -392,6 +392,10 @@ class Scanner {
/// Pos is whitespace or a new line
bool isBlankOrBreak(StringRef::iterator Position);
+ /// Return true if the minimal well-formed code unit subsequence at
+ /// Pos is considered a "safe" character for plain scalars.
----------------
walter-erquinigo wrote:
```suggestion
/// Position is considered a "safe" character for plain scalars.
```
https://github.com/llvm/llvm-project/pull/68946
More information about the llvm-commits
mailing list