[PATCH] D27513: Refactor clang's ParseHelper into Support (clang part)

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


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

This moves clang's ParseHelper class (currently used to parse comments for the -verify option) into the Support library so that it can be used elsewhere in LLVM.


Repository:
  rL LLVM

https://reviews.llvm.org/D27513

Files:
  lib/Frontend/VerifyDiagnosticConsumer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27513.80564.patch
Type: text/x-patch
Size: 3651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161207/76da4785/attachment-0001.bin>


More information about the llvm-commits mailing list