[Lldb-commits] [PATCH] D27780: Make OptionDefinition structure store a StringRef

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 16 10:43:34 PST 2016


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

Ok, as long as the StringRef constructors are quick and efficient and not running strlen() each time I am good.


https://reviews.llvm.org/D27780





More information about the lldb-commits mailing list