[clang] nonblocking/nonallocating attributes (was: nolock/noalloc) (PR #84983)

via cfe-commits cfe-commits at lists.llvm.org
Wed May 1 12:43:50 PDT 2024


================
@@ -27,6 +27,8 @@
 #include "clang/AST/StmtObjC.h"
 #include "clang/AST/StmtVisitor.h"
 #include "clang/AST/Type.h"
+#include "clang/ASTMatchers/ASTMatchFinder.h"
----------------
Sirraide wrote:

Er, Sema depending on ASTMatchers is *probably* fine, but I’d like someone more familiar w/ our library layering to confirm whether this is ok.

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


More information about the cfe-commits mailing list