[clang] Clang tooling generated visibility macros for Clang (PR #109702)

Thomas Fransham via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 25 12:54:50 PST 2024


fsfod wrote:

> I can absolutely see the value in the opposite - minimise the ABI surface. For many projects, there is a split of internal and external headers. The idea is that this tool is only run on the external headers, so those are meant to be ABI.

There were multiple internals headers I had to annotate because because tests were using there API.

https://github.com/llvm/llvm-project/pull/109702


More information about the cfe-commits mailing list