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 026501c commit 2ce21b3Copy full SHA for 2ce21b3
clang/lib/CodeGen/CodeGenTypes.cpp
@@ -808,8 +808,7 @@ llvm::Type *CodeGenTypes::ConvertType(QualType T) {
808
SkippedLayout = true;
809
ResultType = llvm::Type::getInt8Ty(getLLVMContext());
810
}
811
- ResultType = llvm::ArrayType::get(
812
- ResultType, 0);
+ ResultType = llvm::ArrayType::get(ResultType, 0);
813
break;
814
815
case Type::ArrayParameter:
0 commit comments