[PATCH] D53936: [clang-tidy] More clearly separate public, check-facing APIs from internal ones.
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 10:03:55 PDT 2018
steveire added inline comments.
================
Comment at: clang-tidy/ClangTidy.h:11
+//
+// It should remain as stable as possible, as many out-of-tree checks exist.
+//===----------------------------------------------------------------------===//
----------------
Clang C++ code does not have any stability requirements. That's quite well-established.
This comment adds a new requirement of stability for this C++ API. You should probably put a RFC on cfe-dev about it. This header is no more public or stable than any other Clang header.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53936
More information about the cfe-commits
mailing list