labath closed this revision.
labath added a comment.
Committed as a part of https://reviews.llvm.org/D47887 via monorepo.
Repository:
rC Clang
https://reviews.llvm.org/D47886
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.ll
erik.pilkington accepted this revision.
erik.pilkington added a comment.
This revision is now accepted and ready to land.
LGTM. Looks like LLDB has some uses of VersionTuple, you should fix those to
#include the LLVM version before removing the header here. (Or, better yet, do
it all atomically
labath created this revision.
labath added reviewers: erik.pilkington, zturner.
Herald added a subscriber: mgorny.
This kind of functionality is useful to other project apart from clang.
LLDB works with version numbers a lot, but it does not have a convenient
abstraction for this. Moving this clas