[clang] [clang][NFC] Move isSimpleTypeSpecifier() from Sema to Token (PR #80101)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 30 23:07:57 PST 2024
================
@@ -13,6 +13,7 @@
#ifndef LLVM_CLANG_LEX_TOKEN_H
#define LLVM_CLANG_LEX_TOKEN_H
+#include "clang/Basic/LangOptions.h"
----------------
tbaederr wrote:
I think we can get by with a forward-declaration of `LangOptions` instead of the include here?
https://github.com/llvm/llvm-project/pull/80101
More information about the cfe-commits
mailing list