[clang] [Clang][Comments] Attach comments to decl even if preproc directives are in between (PR #88367)

via cfe-commits cfe-commits at lists.llvm.org
Mon May 6 14:05:22 PDT 2024


================
@@ -62,6 +62,8 @@
 ///    The 2nd source tile. Max size is 1024 Bytes.
 #define _tile_cmmimfp16ps(dst, a, b) __builtin_ia32_tcmmimfp16ps(dst, a, b)
 
+;
----------------
hdoc wrote:

This has been fixed in the latest commit, where the internal function is documented with a Doxygen doc comment so that the `-Wdocumentation` warnings are not triggered.

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


More information about the cfe-commits mailing list