]> granicus.if.org Git - clang/commit
Fix some cases where StringRef was being passed by const reference. Remove const...
authorCraig Topper <craig.topper@gmail.com>
Sat, 30 Aug 2014 16:55:52 +0000 (16:55 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 30 Aug 2014 16:55:52 +0000 (16:55 +0000)
commit4b9bebfdedb7c2a50dfa74a03abac416594d7de9
tree8ab1fc20aa495ff4e8b3a5bbd7254d96344369fa
parentd39a2d406398ae7625b36eb0f5aff00d22808cc1
Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216825 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/ASTMatchers/ASTMatchers.h
include/clang/Analysis/Analyses/ThreadSafetyTIL.h
include/clang/Sema/Sema.h
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
lib/AST/CommentLexer.cpp
lib/ASTMatchers/Dynamic/Marshallers.h
lib/Basic/SourceManager.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/SanitizerBlacklist.cpp
lib/CodeGen/SanitizerBlacklist.h
lib/Driver/Compilation.cpp
lib/Driver/Tools.cpp
lib/Sema/SemaAttr.cpp
lib/Sema/SemaPseudoObject.cpp