[PATCH] D135721: [HLSL] Added HLSL this as a reference

Grace Jennings via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 11 15:59:52 PDT 2022


gracejennings updated this revision to Diff 466962.
gracejennings added a comment.

Formatting

Added new line file ending


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135721/new/

https://reviews.llvm.org/D135721

Files:
  clang/test/AST/HLSL/this-reference.hlsl


Index: clang/test/AST/HLSL/this-reference.hlsl
===================================================================
--- clang/test/AST/HLSL/this-reference.hlsl
+++ clang/test/AST/HLSL/this-reference.hlsl
@@ -59,4 +59,4 @@
 // CHECK-NEXT:`-ImplicitCastExpr 0x{{[0-9A-Fa-f]+}} <col:25> 'int' <LValueToRValue>
 // CHECK-NEXT:`-MemberExpr 0x{{[0-9A-Fa-f]+}} <col:25> 'int' lvalue .Second 0x{{[0-9A-Fa-f]+}}
 // 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
\ No newline at end of file
+// CHECK-NEXT:`-CXXThisExpr 0x{{[0-9A-Fa-f]+}} <col:25> 'PairInfo' lvalue implicit this


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135721.466962.patch
Type: text/x-patch
Size: 720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221011/d2941382/attachment.bin>


More information about the cfe-commits mailing list