[clang] [clang] Fix crash when @param is attached to invalid nodes (PR #183274)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 2 00:10:42 PST 2026


================
@@ -0,0 +1,21 @@
+// RUN: %clang_cc1 -fsyntax-only -Wdocumentation -ast-dump -verify %s
+
+#include <stdint.h>
+#include <stdbool.h>
----------------
zyn0217 wrote:

Then please define these types in your test, rather than dragging in not so useful headers.

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


More information about the cfe-commits mailing list