We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ba6f9 commit 6f2d646Copy full SHA for 6f2d646
llvm/lib/AsmParser/LLLexer.h
@@ -20,7 +20,6 @@
20
#include <string>
21
22
namespace llvm {
23
- class MemoryBuffer;
24
class Type;
25
class SMDiagnostic;
26
class LLVMContext;
llvm/lib/AsmParser/LLParser.h
@@ -27,7 +27,6 @@
27
28
29
class Module;
30
- class OpaqueType;
31
class Function;
32
class Value;
33
class BasicBlock;
@@ -38,7 +37,6 @@ namespace llvm {
38
37
class MDString;
39
class MDNode;
40
struct SlotMapping;
41
- class StructType;
42
43
/// ValID - Represents a reference of a definition of some sort with no type.
44
/// There are several cases where we have to parse the value but where the
0 commit comments