rsmith added inline comments.

================
Comment at: lib/Sema/SemaTemplate.cpp:1214-1215
     CXXRecordDecl::Create(Context, Kind, SemanticContext, KWLoc, NameLoc, Name,
                           PrevClassTemplate?
                             PrevClassTemplate->getTemplatedDecl() : nullptr,
                           /*DelayTypeCreation=*/true);
----------------
You should keep the class out of its redeclaration chain too.


Repository:
  rL LLVM

https://reviews.llvm.org/D28399



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

Reply via email to