nilanjana_basu marked 2 inline comments as done.
nilanjana_basu added inline comments.


================
Comment at: llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h:63
 
-  Error mapInteger(TypeIndex &TypeInd);
+  Error mapInteger(TypeIndex &TypeInd, const char* Comment = nullptr);
 
----------------
rnk wrote:
> Is it possible to change these all to accept `const Twine &Comment = ""`? I 
> think string literals are meant to be implicitly convertible to Twine.
> 
> Generally in LLVM StringRef is preferred over const char *. We have some 
> documentation for this here:
> https://llvm.org/docs/ProgrammersManual.html#passing-strings-the-stringref-and-twine-classes
> 
> I think for this API where the string length is unlikely to be used at all, 
> Twine makes sense, but across LLVM C strings are generally avoided if 
> possible.
Got it. Have made the changes & updated the patch.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D64536



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

Reply via email to