[clang] Remove unused forward declarations (NFC)

This commit is contained in:
Kazu Hirata 2022-07-24 20:51:06 -07:00
parent edaae251cc
commit 3650615fb2
7 changed files with 0 additions and 9 deletions

View File

@ -44,9 +44,7 @@ typedef SmallVector<InputInfo, 4> InputInfoList;
class Command;
class Compilation;
class JobList;
class JobAction;
class SanitizerArgs;
class ToolChain;
/// Describes the kind of LTO mode selected via -f(no-)?lto(=.*)? options.

View File

@ -49,7 +49,6 @@ void operator delete(void *ptr, clang::PreprocessingRecord &PR,
namespace clang {
class FileEntry;
class IdentifierInfo;
class MacroInfo;
class SourceManager;

View File

@ -67,7 +67,6 @@ namespace clang {
class CodeCompletionHandler;
class CommentHandler;
class DirectoryEntry;
class DirectoryLookup;
class EmptylineHandler;
class ExternalPreprocessorSource;
class FileEntry;

View File

@ -55,8 +55,6 @@ template <typename T> struct ProgramStateTrait {
}
};
class RangeSet;
/// \class ProgramState
/// ProgramState - This class encapsulates:
///

View File

@ -40,7 +40,6 @@ class LabelDecl;
namespace ento {
class BasicValueFactory;
class CompoundValData;
class LazyCompoundValData;
class MemRegion;

View File

@ -20,7 +20,6 @@
namespace llvm {
class GlobalVariable;
class Instruction;
class MDNode;
} // namespace llvm
namespace clang {

View File

@ -21,7 +21,6 @@
namespace llvm {
class Error;
class Module;
namespace orc {
class LLJIT;
class ThreadSafeContext;