[clang] [NFC] clang add DiagnosticsTestHelper decl (PR #112820)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 17 21:14:58 PDT 2024


https://github.com/Sirraide commented:

It feels a bit weird to put a function that is only used in a test right in the middle of a header, doubly so considering that GCC is the only compiler that doesn’t like it if the only declaration of a function is a friend declaration...

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


More information about the cfe-commits mailing list