[PATCH] D90140: [clang][RecoveryExpr] Add tests for ObjectiveC.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 26 07:33:07 PDT 2020


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/test/AST/ast-dump-recovery.m:8
+void k(Foo *foo) {
+  // CHECK:       ObjCMessageExpr {{.*}} 'void' contains-errors
+  // CHECK-CHECK:  |-ImplicitCastExpr {{.*}} 'Foo *' <LValueToRValue>
----------------
this contains the resolved selector so go-to-def on `method` will work, right? Really cool :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90140



More information about the cfe-commits mailing list