Skip to content

Commit 2b43bd0

Browse files
Remove unused forward declarations (NFC)
1 parent 062f157 commit 2b43bd0

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

clang-tools-extra/pseudo/include/clang-pseudo/DirectiveTree.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#include <vector>
3535

3636
namespace clang {
37-
class LangOptions;
3837
namespace pseudo {
3938

4039
/// Describes the structure of a source file, as seen by the preprocessor.

clang/include/clang/AST/Stmt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class RecordDecl;
5959
class SourceManager;
6060
class StringLiteral;
6161
class Token;
62-
class ValueDecl;
6362
class VarDecl;
6463

6564
//===----------------------------------------------------------------------===//

clang/lib/CodeGen/CGHLSLRuntime.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@
1818
#include "clang/Basic/HLSLRuntime.h"
1919

2020
namespace llvm {
21-
class Value;
2221
class GlobalVariable;
2322
class Function;
2423
} // namespace llvm
2524
namespace clang {
26-
class CallExpr;
27-
class Type;
2825
class VarDecl;
2926

3027
class FunctionDecl;

0 commit comments

Comments
 (0)