[PATCH] D44643: [Lex] Change HeaderSearchOptions arguments to std::string.

2018-03-19 Thread Frederich Munch via Phabricator via cfe-commits
marsupial created this revision. marsupial added reviewers: eugene, boris. marsupial added a project: clang. marsupial updated this revision to Diff 138982. Arguments passed to HeaderSearchOptions methods are stored as std::strings, having them converted to a StringRef at the call site can result

[PATCH] D44643: [Lex] Change HeaderSearchOptions arguments to std::string.

2018-03-19 Thread Frederich Munch via Phabricator via cfe-commits
marsupial updated this revision to Diff 138982. https://reviews.llvm.org/D44643 Files: include/clang/Lex/HeaderSearchOptions.h Index: include/clang/Lex/HeaderSearchOptions.h === --- include/clang/Lex/HeaderSearchOptions.h +++ inc