This allows clients to register an AsmCommentConsumer with the MCAsmLexer, which receives a callback each time a comment is parsed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27511
Add a comment consumer mechanism to MCAsmLexer ClosedPublic Authored by olista01 on Dec 7 2016, 3:40 AM.
Details Summary This allows clients to register an AsmCommentConsumer with the MCAsmLexer, which receives a callback each time a comment is parsed.
Diff Detail
Event Timelineolista01 updated this object. This revision is now accepted and ready to land.Dec 7 2016, 8:17 AM Closed by commit rL289036: Add a comment consumer mechanism to MCAsmLexer (authored by olista01). · Explain WhyDec 8 2016, 2:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 80736 llvm/trunk/include/llvm/MC/MCParser/MCAsmLexer.h
llvm/trunk/lib/MC/MCParser/AsmLexer.cpp
llvm/trunk/lib/MC/MCParser/MCAsmLexer.cpp
|