balazske added inline comments.

================
Comment at: lib/AST/ASTImporter.cpp:5054
+    if (!ToTemplated->getPreviousDecl()) {
+      auto *PrevTemplated = 
FoundByLookup->getTemplatedDecl()->getMostRecentDecl();
+      if (ToTemplated != PrevTemplated)
----------------
This is a long line that should be split.


Repository:
  rC Clang

https://reviews.llvm.org/D53655



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

Reply via email to