[Lldb-commits] [PATCH] D76569: Convert CommandObjectCommands functions to return StringRefs

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 24 01:35:42 PDT 2020


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Looks good. I wouldn't be too worried about asan as a StringRef provides the same lifetime guarantees (== none) as a const char *.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76569





More information about the lldb-commits mailing list