JDevlieghere added inline comments.

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


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


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