ormris added inline comments.

================
Comment at: lib/CodeGen/CGDebugInfo.cpp:3126
+  } else {
+    templateParameters = nullptr;//llvm::DINodeArray().get();
+  }
----------------
JDevlieghere wrote:
> What's the meaning of this comment? 
Hmm... That should be removed.


================
Comment at: lib/CodeGen/CGDebugInfo.h:654
+                           StringRef &LinkageName,
+                           llvm::MDTuple *&templateParameters,
+                           llvm::DIScope *&VDContext);
----------------
JDevlieghere wrote:
> s/templateParameters/TemplateParameters/ (same for the rest of this patch)
OK. Will fix.


Repository:
  rC Clang

https://reviews.llvm.org/D52058



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

Reply via email to