[clang] [clang] Split up `SemaDeclAttr.cpp` (PR #93966)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri May 31 08:05:59 PDT 2024
================
@@ -14,9 +14,11 @@
#define LLVM_CLANG_SEMA_SEMASYCL_H
#include "clang/AST/Decl.h"
+#include "clang/AST/DeclBase.h"
----------------
erichkeane wrote:
Wonder same about declbase as well, probably a bit of work on a few of these includes to do that sort of analysis.
https://github.com/llvm/llvm-project/pull/93966
More information about the cfe-commits
mailing list