[PATCH] D27511: Add a comment consumer mechanism to MCAsmLexer

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 03:40:56 PST 2016


olista01 created this revision.
olista01 added reviewers: niravd, phosek.
olista01 added a subscriber: llvm-commits.
olista01 set the repository for this revision to rL LLVM.

This allows clients to register an AsmCommentConsumer with the MCAsmLexer, which receives a callback each time a comment is parsed.


Repository:
  rL LLVM

https://reviews.llvm.org/D27511

Files:
  include/llvm/MC/MCParser/MCAsmLexer.h
  lib/MC/MCParser/AsmLexer.cpp
  lib/MC/MCParser/MCAsmLexer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27511.80562.patch
Type: text/x-patch
Size: 3382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161207/31a89635/attachment.bin>


More information about the llvm-commits mailing list