summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/DraftStore.h
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2017-05-15 18:14:31 +0000
committerAdam Nemet <anemet@apple.com>2017-05-15 18:14:31 +0000
commit6cd179893dcd77e2cba96486fe4baba8f3dccfaf (patch)
tree4456287dc7ddb36da912dde5a4e6592d34eb0b36 /clang-tools-extra/clangd/DraftStore.h
parent716cad8bb769f8df205539e2709de03df270af18 (diff)
downloadbcm5719-llvm-6cd179893dcd77e2cba96486fe4baba8f3dccfaf.tar.gz
bcm5719-llvm-6cd179893dcd77e2cba96486fe4baba8f3dccfaf.zip
Revert "Fix windows buildbots - missing include and namespace"
This reverts commit r303078. One test is still failing even after this: http://green.lab.llvm.org/green/job/clang-stage1-configure-RA_check/31374/consoleFull#18373900728254eaf0-7326-4999-85b0-388101f2d404 llvm-svn: 303093
Diffstat (limited to 'clang-tools-extra/clangd/DraftStore.h')
-rw-r--r--clang-tools-extra/clangd/DraftStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/DraftStore.h b/clang-tools-extra/clangd/DraftStore.h
index e746e59843c..c4e31e7c813 100644
--- a/clang-tools-extra/clangd/DraftStore.h
+++ b/clang-tools-extra/clangd/DraftStore.h
@@ -45,7 +45,7 @@ public:
/// Replace contents of the draft for \p File with \p Contents.
/// \return The new version of the draft for \p File.
- DocVersion updateDraft(PathRef File, llvm::StringRef Contents);
+ DocVersion updateDraft(PathRef File, StringRef Contents);
/// Remove the contents of the draft
/// \return The new version of the draft for \p File.
DocVersion removeDraft(PathRef File);
OpenPOWER on IntegriCloud