[llvm] [YAMLParser] Improve plain scalar spec compliance (PR #68946)
Walter Erquinigo via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 13 11:36:58 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:
You are right. Just keep your code for consistency.
https://github.com/llvm/llvm-project/pull/68946
More information about the llvm-commits
mailing list