[PATCH] D53936: [clang-tidy] More clearly separate public, check-facing APIs from internal ones.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 17:10:55 PDT 2018
sammccall added a comment.
Fair enough.
I think it's worth saying *something* here, as the stability of these API has value and churning them has costs that far exceed (2 of magnitude?) the other C++ APIs in clang-tidy. And out-of-tree dependencies are something I usually want to be aware of when changing an API.
But softened it a lot and made it explicit no stability guarantee is being made.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53936
More information about the cfe-commits
mailing list