Replace a few std::string& with StringRef. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 20:00:16 +0000 (20:00 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 20:00:16 +0000 (20:00 +0000)
commitc0f18a91ac8e8adef08e8a3a8e5c0f7a99fdbdf9
tree8edcfcc3d745722af3308c8d601ffcb963ecd370
parent015455848e5145079e041510b2e54a4eb3d11b1e
Replace a few std::string& with StringRef. NFC.

Patch by Косов Евгений!

llvm-svn: 238774
clang/include/clang/Lex/Lexer.h
clang/include/clang/Lex/PPCallbacks.h
clang/include/clang/Lex/PTHManager.h
clang/include/clang/Lex/Preprocessor.h
clang/lib/Frontend/PrintPreprocessedOutput.cpp
clang/lib/Lex/Lexer.cpp
clang/lib/Lex/PTHLexer.cpp