This is an archive of the discontinued LLVM Phabricator instance.

Move clang's ParseHelper into Support (clang part)
Needs ReviewPublic

Authored by olista01 on Dec 7 2016, 3:43 AM.

Details

Reviewers
hans
AndyG
Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 80564.Dec 7 2016, 3:43 AM
olista01 retitled this revision from to Refactor clang's ParseHelper into Support (clang part).
olista01 updated this object.
olista01 added reviewers: EricWF, AndyG, hans.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
hans edited edge metadata.Dec 7 2016, 11:26 AM
hans added a subscriber: cfe-commits.

I've commented on the llvm side. Adding cfe-commits as well since it affects clang.

olista01 retitled this revision from Refactor clang's ParseHelper into Support (clang part) to Move clang's ParseHelper into Support (clang part).Dec 8 2016, 2:42 AM
olista01 edited edge metadata.
EricWF resigned from this revision.Dec 23 2016, 9:50 PM
EricWF removed a reviewer: EricWF.

Resigning as a reviewer since I don't feel comfortable reviewing generic LLVM patches.