[PATCH] D135721: [HLSL] Added HLSL this as a reference
Joshua Batista via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 11 15:44:24 PDT 2022
bob80905 added inline comments.
================
Comment at: clang/test/AST/HLSL/this-reference.hlsl:62
+// CHECK-NEXT:`-ImplicitCastExpr 0x{{[0-9A-Fa-f]+}} <col:25> 'Pair' lvalue <UncheckedDerivedToBase (Pair)>
+// CHECK-NEXT:`-CXXThisExpr 0x{{[0-9A-Fa-f]+}} <col:25> 'PairInfo' lvalue implicit this
----------------
One small nitpick I've received in some of my revisions is that the llvm repo doesn't want files ending without a new line.
I'm surprised clang-format doesn't catch this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135721/new/
https://reviews.llvm.org/D135721
More information about the cfe-commits
mailing list