aganea added inline comments.

================
Comment at: clang/lib/Sema/Sema.cpp:984
+
+    PerformPendingInstantiations();
   }
----------------
All tests pass if you add `if (LangOpts.BuildingPCHWithObjectFile)` here. But 
if a specialization occurs inside a .CPP which includes the .PCH, not sure what 
would/should happen, and if that'S handled. Definitely needs a test for that. 
@rsmith WDYT?


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

https://reviews.llvm.org/D69585



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

Reply via email to