mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
Addressing style issues in JSON parser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146968 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user