aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/JSONParser.h
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2011-12-20 09:26:26 +0000
committerManuel Klimek <klimek@google.com>2011-12-20 09:26:26 +0000
commitc4850c9a061e40be8b8a75cbf55b0e3ed2d7e8b5 (patch)
tree10c23d0f19799165c1022b8278fab39445f9c1ac /include/llvm/Support/JSONParser.h
parentcfb75fba735edd44841eb21c72c3a9736a7d9af2 (diff)
downloadexternal_llvm-c4850c9a061e40be8b8a75cbf55b0e3ed2d7e8b5.zip
external_llvm-c4850c9a061e40be8b8a75cbf55b0e3ed2d7e8b5.tar.gz
external_llvm-c4850c9a061e40be8b8a75cbf55b0e3ed2d7e8b5.tar.bz2
Addressing style issues in JSON parser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/JSONParser.h')
-rw-r--r--include/llvm/Support/JSONParser.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/llvm/Support/JSONParser.h b/include/llvm/Support/JSONParser.h
index e959f59..816f9a9 100644
--- a/include/llvm/Support/JSONParser.h
+++ b/include/llvm/Support/JSONParser.h
@@ -1,4 +1,4 @@
-//===--- JsonParser.h - Simple JSON parser ----------------------*- C++ -*-===//
+//===--- JSONParser.h - Simple JSON parser ----------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -17,15 +17,13 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_CLANG_TOOLING_JSON_PARSER_H
-#define LLVM_CLANG_TOOLING_JSON_PARSER_H
+#ifndef LLVM_SUPPORT_JSON_PARSER_H
+#define LLVM_SUPPORT_JSON_PARSER_H
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorHandling.h"
-#include <string>
-
namespace llvm {
class JSONString;
@@ -441,4 +439,4 @@ StringRef::iterator JSONParser::parseNextElement(const AtomT *&Element) {
} // end namespace llvm
-#endif // LLVM_CLANG_TOOLING_JSON_PARSER_H
+#endif // LLVM_SUPPORT_JSON_PARSER_H