]> granicus.if.org Git - clang/commit
Reduce the number of implicit StringRef->std::string conversions by threading StringR...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 13 Feb 2016 13:42:54 +0000 (13:42 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 13 Feb 2016 13:42:54 +0000 (13:42 +0000)
commitc143b1047ed1ede5b5865c693221441f9223f1a6
tree6b386a874035313025067fea6b8fd81238a617e7
parent2aa010ad2ec237793d92028b110fca62d6bd1518
Reduce the number of implicit StringRef->std::string conversions by threading StringRef through more APIs.

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260815 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h
include/clang/Serialization/ASTReader.h
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
lib/ASTMatchers/ASTMatchersInternal.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGObjCRuntime.h
lib/Frontend/CacheTokens.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Index/CommentToXML.cpp
lib/Serialization/ASTReader.cpp
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
tools/driver/driver.cpp