enum ConflictMarkerKind

Description

ConflictMarkerKind - Kinds of conflict marker which the lexer might be recovering from.

Declared at: clang/include/clang/Lex/Lexer.h:44

Enumerators

NameValueComment
CMK_None0Not within a conflict marker.
CMK_Normal1A normal or diff3 conflict marker, initiated by at least 7 "<"s, separated by at least 7 "="s or "|"s, and terminated by at least 7 ">"s.
CMK_Perforce2A Perforce-style conflict marker, initiated by 4 ">"s, separated by 4 "="s, and terminated by 4 "<"s.