ian-twilightcoder wrote: > Do the include guard macros make it problematic to expose as a textual > header? I would not have thought that to be the case.
It means that the header guard declaration would be compiled into every pcm that includes the header. Which is maybe fine for this one, but generally isn't good. https://github.com/llvm/llvm-project/pull/96246 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits