hokein added inline comments.

================
Comment at: clang/lib/AST/TemplateName.cpp:208
          "overloaded templates shouldn't survive to here");
+  D |= TemplateNameDependence::DependentInstantiation;
+  return D;
----------------
sammccall wrote:
> what's this line about?
this indicates that the template name is dependent if it doesn't refer to any 
known template declarations (getAsTemplateDecl() returns null). removing it 
will cause a test failure.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71920



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to