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 ce55bc0 commit 6b34cffCopy full SHA for 6b34cff
clang/lib/CIR/CodeGen/CIRGenConstantEmitter.h
@@ -113,7 +113,8 @@ class ConstantEmitter {
113
mlir::TypedAttr tryEmitPrivate(const Expr *e, QualType destType);
114
mlir::Attribute tryEmitPrivate(const APValue &value, QualType destType);
115
mlir::Attribute tryEmitPrivateForMemory(const Expr *e, QualType destTy);
116
- mlir::Attribute tryEmitPrivateForMemory(const APValue &value, QualType destTy);
+ mlir::Attribute tryEmitPrivateForMemory(const APValue &value,
117
+ QualType destTy);
118
119
private:
120
#ifndef NDEBUG
0 commit comments