summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/ABIInfo.h2
-rw-r--r--clang/lib/CodeGen/CGBlocks.h2
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h2
-rw-r--r--clang/lib/CodeGen/CodeGenTypes.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/ABIInfo.h b/clang/lib/CodeGen/ABIInfo.h
index 23edaa3c03e..c1a9481c4b1 100644
--- a/clang/lib/CodeGen/ABIInfo.h
+++ b/clang/lib/CodeGen/ABIInfo.h
@@ -17,7 +17,7 @@
namespace llvm {
class Type;
class Value;
- struct LLVMContext;
+ class LLVMContext;
}
namespace clang {
diff --git a/clang/lib/CodeGen/CGBlocks.h b/clang/lib/CodeGen/CGBlocks.h
index 42c4f730077..5a0af04b24d 100644
--- a/clang/lib/CodeGen/CGBlocks.h
+++ b/clang/lib/CodeGen/CGBlocks.h
@@ -39,7 +39,7 @@ namespace llvm {
class TargetData;
class FunctionType;
class Value;
- struct LLVMContext;
+ class LLVMContext;
}
namespace clang {
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index d3571e593b9..ebb35ba9485 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -31,7 +31,7 @@
namespace llvm {
class BasicBlock;
- struct LLVMContext;
+ class LLVMContext;
class Module;
class SwitchInst;
class Value;
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 923b6d204c6..449d29cc0d5 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -35,7 +35,7 @@ namespace llvm {
class GlobalValue;
class TargetData;
class FunctionType;
- struct LLVMContext;
+ class LLVMContext;
}
namespace clang {
diff --git a/clang/lib/CodeGen/CodeGenTypes.h b/clang/lib/CodeGen/CodeGenTypes.h
index acb5803841c..a30f8e7f3c9 100644
--- a/clang/lib/CodeGen/CodeGenTypes.h
+++ b/clang/lib/CodeGen/CodeGenTypes.h
@@ -28,7 +28,7 @@ namespace llvm {
class PATypeHolder;
class TargetData;
class Type;
- struct LLVMContext;
+ class LLVMContext;
}
namespace clang {
OpenPOWER on IntegriCloud