The Lexer doesn't use this state itself. It is only set and used by AsmParser so it seems like it should just be part of AsmParser.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D52515
[MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer ClosedPublic Authored by craig.topper on Sep 25 2018, 12:42 PM.
Details Summary The Lexer doesn't use this state itself. It is only set and used by AsmParser so it seems like it should just be part of AsmParser.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 25 2018, 1:18 PM Closed by commit rL343027: [MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer (authored by ctopper). · Explain WhySep 25 2018, 1:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 166974 include/llvm/MC/MCParser/MCAsmLexer.h
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/MCAsmLexer.cpp
|