summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/LLVM.h
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-01-27 05:21:24 +0000
committerAlp Toker <alp@nuanti.com>2014-01-27 05:21:24 +0000
commit1d53856c1e1dd64cd523779db6a767fb119cfbb1 (patch)
treed16fa4259e2e4558d0c6be7310203b0a304186c3 /include/clang/Basic/LLVM.h
parentd2d3624e76882c4675cbdc81caf984c38debd274 (diff)
Roll back the use of ConstStringRef for now
We might want try a different strategy so hold back on this for the moment, but fix the off-by-one error in the original function template. This reverts commit r200190. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/LLVM.h')
-rw-r--r--include/clang/Basic/LLVM.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Basic/LLVM.h b/include/clang/Basic/LLVM.h
index 166c61cef2..306c75e57a 100644
--- a/include/clang/Basic/LLVM.h
+++ b/include/clang/Basic/LLVM.h
@@ -27,7 +27,6 @@
namespace llvm {
// ADT's.
class StringRef;
- class ConstStringRef;
class Twine;
template<typename T> class ArrayRef;
template<typename T> class OwningPtr;
@@ -62,7 +61,6 @@ namespace clang {
using llvm::None;
using llvm::Optional;
using llvm::StringRef;
- using llvm::ConstStringRef;
using llvm::Twine;
using llvm::ArrayRef;
using llvm::OwningPtr;