Skip to content

Commit 9b7a357

Browse files
committed
address Damyan
1 parent 2fc68db commit 9b7a357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang/lib/Sema/SemaHLSLDiagnoseTU.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class HLSLCallDiagnoseVisitor
373373
dyn_cast<DeclRefExpr>(callExpr->getImplicitObjectArgument());
374374
assert(DRE);
375375
QualType QT = DRE->getType();
376-
auto typeRecordDecl = QT->getAsCXXRecordDecl();
376+
auto *typeRecordDecl = QT->getAsCXXRecordDecl();
377377
ClassTemplateSpecializationDecl *SpecDecl =
378378
llvm::dyn_cast<ClassTemplateSpecializationDecl>(typeRecordDecl);
379379

0 commit comments

Comments
 (0)