[PATCH] D151607: [AST] Remove unused function removeLocalCVRQualifiers

Kazu Hirata via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 30 21:40:01 PDT 2023


kazu added a comment.

In D151607#4380757 <https://reviews.llvm.org/D151607#4380757>, @erichkeane wrote:

> Since this is part of the public API, do we need to publish/alert folks of this?  This could perhaps be in use by someone using libclang/etc, right?

I don't think we guarantee the API stability.  For the *C* API, this is clearly documented:

https://llvm.org/docs/DeveloperPolicy.html#c-api-changes

There has been an effort to document something similar about the C++ API:

https://lists.llvm.org/pipermail/llvm-dev/2020-July/143613.html

but I don't know exactly what happened to it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151607/new/

https://reviews.llvm.org/D151607



More information about the cfe-commits mailing list