[clang] [BoundsSafety] Support bounds-safety attributes in type positions (PR #179612)
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 04:18:43 PST 2026
================
@@ -101,6 +101,7 @@ class CXXConstructorDecl;
class CXXMethodDecl;
class CXXRecordDecl;
class DiagnosticsEngine;
+struct LateParsedTypeAttribute;
----------------
zmodem wrote:
nit: I think these are supposed to be sorted.
https://github.com/llvm/llvm-project/pull/179612
More information about the cfe-commits
mailing list