enum class QuotingType
Description
Describe which type of quotes should be used when quoting is necessary. Some non-printable characters need to be double-quoted, while some others are fine with simple-quoting, and some don't need any quoting.
Declared at: llvm/include/llvm/Support/YAMLTraits.h:128
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
Single | 1 | |
Double | 2 |