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


================
Comment at: lib/AST/DeclTemplate.cpp:188-189
+  // redeclarations of this template.
+  //
+  // FIXME: Avoid walking the entire redeclaration chain here.
+  CommonBase *CommonBasePtr = getMostRecentDecl()->getCommonPtr();
----------------
You can remove this `FIXME`:  `getMostRecentDecl()` doesn't walk the 
redeclaration chain any more.


https://reviews.llvm.org/D40901



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D40901: R... Vassil Vassilev via Phabricator via cfe-commits
    • [PATCH] D409... Vassil Vassilev via Phabricator via cfe-commits
    • [PATCH] D409... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D409... Vassil Vassilev via Phabricator via cfe-commits

Reply via email to