[PATCH] D27512: Refactor clang's ParseHelper into Support (llvm part)
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 03:42:44 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.
Herald added a subscriber: mgorny.
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/D27512
Files:
include/llvm/Support/ParseHelper.h
lib/Support/CMakeLists.txt
lib/Support/ParseHelper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27512.80563.patch
Type: text/x-patch
Size: 5671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161207/eb795910/attachment.bin>
More information about the llvm-commits
mailing list