rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: clang/lib/AST/Decl.cpp:2203
       return nullptr;
-    if (Kind == TentativeDefinition)
-      LastTentative = I;
+    // Record the first TentativeDefinition that is encountered.
+    if (Kind == TentativeDefinition && !LastTentative)
----------------
Might help to clarify what we're aiming for?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99732

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D99732: [... Benson Chu via Phabricator via cfe-commits
    • [PATCH] D997... Richard Smith - zygoloid via Phabricator via cfe-commits

Reply via email to