[PATCH] D71802: [NFC] Move OptionUtils from Basic to Driver

2019-12-23 Thread Yaxun Liu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGeca40066ebb5: [NFC] Move OptionUtils from Basic to Driver (authored by yaxunl). Herald added a project: clang. Changed prior to commit: https://reviews.llvm.org/D71802?vs=235036=235134#toc Repository:

[PATCH] D71802: [NFC] Move OptionUtils from Basic to Driver

2019-12-22 Thread Nico Weber via Phabricator via cfe-commits
thakis accepted this revision. thakis added a comment. This revision is now accepted and ready to land. Thank you! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71802/new/ https://reviews.llvm.org/D71802 ___ cfe-commits mailing list

[PATCH] D71802: [NFC] Move OptionUtils from Basic to Driver

2019-12-21 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl created this revision. yaxunl added reviewers: thakis, tra. Herald added a subscriber: mgorny. https://reviews.llvm.org/D71802 Files: clang/include/clang/Basic/OptionUtils.h clang/include/clang/Driver/OptionUtils.h clang/include/clang/Frontend/Utils.h