Skip to content

Commit c25bad1

Browse files
committed
[SYCLNATIVECPU] Pascal Casing var
1 parent ea90f2f commit c25bad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CodeGenFunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn,
17881788
for (auto ORI : llvm::enumerate(SyclOptReport.GetInfo(FD))) {
17891789
// Temporarily apply arg location to ensure SourceLocToDebugLoc
17901790
// picks up the expected file.
1791-
ApplyDebugLocation tmp_raii(*this, ORI.value().KernelArgLoc);
1791+
ApplyDebugLocation TempApplyLoc(*this, ORI.value().KernelArgLoc);
17921792
llvm::DiagnosticLocation DL =
17931793
SourceLocToDebugLoc(ORI.value().KernelArgLoc);
17941794
StringRef NameInDesc = ORI.value().KernelArgDescName;

0 commit comments

Comments
 (0)