Deleted Added
full compact
Diagnostics.h (276479) Diagnostics.h (280031)
1//===--- Diagnostics.h - Helper class for error diagnostics -----*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9///
10/// \file
11/// \brief Diagnostics class to manage error messages.
12///
13//===----------------------------------------------------------------------===//
14
1//===--- Diagnostics.h - Helper class for error diagnostics -----*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9///
10/// \file
11/// \brief Diagnostics class to manage error messages.
12///
13//===----------------------------------------------------------------------===//
14
15#ifndef LLVM_CLANG_AST_MATCHERS_DYNAMIC_DIAGNOSTICS_H
16#define LLVM_CLANG_AST_MATCHERS_DYNAMIC_DIAGNOSTICS_H
15#ifndef LLVM_CLANG_ASTMATCHERS_DYNAMIC_DIAGNOSTICS_H
16#define LLVM_CLANG_ASTMATCHERS_DYNAMIC_DIAGNOSTICS_H
17
18#include "clang/ASTMatchers/Dynamic/VariantValue.h"
19#include "clang/Basic/LLVM.h"
20#include "llvm/ADT/ArrayRef.h"
21#include "llvm/ADT/StringRef.h"
22#include "llvm/ADT/Twine.h"
23#include "llvm/Support/raw_ostream.h"
24#include <string>

--- 161 unchanged lines hidden ---
17
18#include "clang/ASTMatchers/Dynamic/VariantValue.h"
19#include "clang/Basic/LLVM.h"
20#include "llvm/ADT/ArrayRef.h"
21#include "llvm/ADT/StringRef.h"
22#include "llvm/ADT/Twine.h"
23#include "llvm/Support/raw_ostream.h"
24#include <string>

--- 161 unchanged lines hidden ---