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 4e7b363 commit d701855Copy full SHA for d701855
clang/lib/CIR/CodeGen/CIRGenModule.h
@@ -144,8 +144,8 @@ class CIRGenModule : public CIRGenTypeCache {
144
145
/// Return a global symbol reference to a constant array for the given string
146
/// literal.
147
- cir::GlobalOp getGlobalForStringLiteral(const StringLiteral *S,
148
- llvm::StringRef Name = ".str");
+ cir::GlobalOp getGlobalForStringLiteral(const StringLiteral *s,
+ llvm::StringRef name = ".str");
149
150
const TargetCIRGenInfo &getTargetCIRGenInfo();
151
0 commit comments