This is an archive of the discontinued LLVM Phabricator instance.

[Lex] Change HeaderSearchOptions arguments to std::string.
Needs ReviewPublic

Authored by marsupial on Mar 19 2018, 12:36 PM.

Details

Reviewers
eugene
boris
Summary

Arguments passed to HeaderSearchOptions methods are stored as std::strings, having them converted to a StringRef at the call site can result in unnecessary conversions and copies.

Diff Detail

Event Timeline

marsupial created this revision.