Control whether a trailing ':' is part of an identifier or a label.
Declared in <llvm/AsmParser/LLLexer.h>
void
setIgnoreColonInIdentifiers(bool val);
When val is false (the default), an identifier ending in ':' is a label token. When true, the ':' is treated as a separate token.
| Name | Description |
|---|---|
| val | Whether to ignore colon characters in identifiers. |