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
Diff Detail
Paths
| Differential D44643
[Lex] Change HeaderSearchOptions arguments to std::string. Needs ReviewPublic Authored by marsupial on Mar 19 2018, 12:36 PM.
Revision Contents
Diff 138982 include/clang/Lex/HeaderSearchOptions.h
|