[clang] [LifetimeSafety] Warn on meaningless [[clang::lifetimebound]] parameters (PR #201101)
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 05:26:17 PDT 2026
================
@@ -20,6 +20,7 @@
#include "clang/Basic/DiagnosticSema.h"
#include "clang/Lex/Lexer.h"
#include "clang/Sema/Sema.h"
+#include <clang/AST/Attrs.inc>
----------------
Xazax-hun wrote:
Is this change intentional?
https://github.com/llvm/llvm-project/pull/201101
More information about the cfe-commits
mailing list