diff options
| author | Kazu Hirata <kazu@google.com> | 2022-11-20 14:32:17 -0800 |
|---|---|---|
| committer | Kazu Hirata <kazu@google.com> | 2022-11-20 14:32:17 -0800 |
| commit | 30f9eb1eb81cb3cac9016da1fb79e2ff80f766d6 (patch) | |
| tree | 284f208d64bad39c3328297e581f3ddbd6c9239c | |
| parent | cd3091a88f7c55c90d9b5fff372ce1cdfc71948d (diff) | |
| download | llvm-30f9eb1eb81cb3cac9016da1fb79e2ff80f766d6.tar.gz | |
[clang] Remove unused forward declarations (NFC)
| -rw-r--r-- | clang/include/clang/Serialization/ModuleManager.h | 1 | ||||
| -rw-r--r-- | clang/lib/AST/Interp/EvalEmitter.h | 1 | ||||
| -rw-r--r-- | clang/lib/CodeGen/CGHLSLRuntime.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/clang/include/clang/Serialization/ModuleManager.h b/clang/include/clang/Serialization/ModuleManager.h index 1623dd446036..5f453c3bfa96 100644 --- a/clang/include/clang/Serialization/ModuleManager.h +++ b/clang/include/clang/Serialization/ModuleManager.h @@ -39,7 +39,6 @@ class FileManager; class GlobalModuleIndex; class HeaderSearch; class InMemoryModuleCache; -class ModuleMap; class PCHContainerReader; namespace serialization { diff --git a/clang/lib/AST/Interp/EvalEmitter.h b/clang/lib/AST/Interp/EvalEmitter.h index 560ce6f6f470..72433778f23f 100644 --- a/clang/lib/AST/Interp/EvalEmitter.h +++ b/clang/lib/AST/Interp/EvalEmitter.h @@ -23,7 +23,6 @@ #include "llvm/Support/Error.h" namespace clang { -class FunctionDecl; namespace interp { class Context; class Function; diff --git a/clang/lib/CodeGen/CGHLSLRuntime.h b/clang/lib/CodeGen/CGHLSLRuntime.h index 976f925ed1c8..5cc2c89da0f8 100644 --- a/clang/lib/CodeGen/CGHLSLRuntime.h +++ b/clang/lib/CodeGen/CGHLSLRuntime.h @@ -37,7 +37,6 @@ class VarDecl; class ParmVarDecl; class HLSLBufferDecl; class HLSLResourceBindingAttr; -class CallExpr; class Type; class DeclContext; |
