[clang] [Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros (PR #90574)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 6 09:13:14 PDT 2024
================
@@ -35,6 +35,7 @@
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/TargetInfo.h"
+#include "clang/Basic/TokenKinds.h"
----------------
cor3ntin wrote:
I don't think we need that change
https://github.com/llvm/llvm-project/pull/90574
More information about the cfe-commits
mailing list