summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2017-11-21 17:18:30 +0000
committerSam McCall <sam.mccall@gmail.com>2017-11-21 17:18:30 +0000
commitbcfec0d6d5a2adcff07eb35dcaa73e6ceca727b3 (patch)
tree70e280fe0af6b0bbcc2048cab11bbc7c58b79f3a
parent7828b25251b82c54cade01e1a26555baef145482 (diff)
downloadbcm5719-llvm-bcfec0d6d5a2adcff07eb35dcaa73e6ceca727b3.tar.gz
bcm5719-llvm-bcfec0d6d5a2adcff07eb35dcaa73e6ceca727b3.zip
[clangd] Include the right header for std::isxdigit
llvm-svn: 318782
-rw-r--r--clang-tools-extra/clangd/JSONExpr.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/clang-tools-extra/clangd/JSONExpr.cpp b/clang-tools-extra/clangd/JSONExpr.cpp
index 48c149bbb65..893e792d219 100644
--- a/clang-tools-extra/clangd/JSONExpr.cpp
+++ b/clang-tools-extra/clangd/JSONExpr.cpp
@@ -1,6 +1,16 @@
+//=== JSONExpr.cpp - JSON expressions, parsing and serialization - C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===---------------------------------------------------------------------===//
+
#include "JSONExpr.h"
#include "llvm/Support/Format.h"
+#include <cctype>
using namespace llvm;
namespace clang {
OpenPOWER on IntegriCloud