diff options
Diffstat (limited to 'clang-tools-extra/clangd/JSONExpr.cpp')
-rw-r--r-- | clang-tools-extra/clangd/JSONExpr.cpp | 10 |
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 { |