summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization/SerializationDiagnostic.h
blob: 2decd1c2f67be66a6500920b23546da32776764c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===--- SerializationDiagnostic.h - Serialization Diagnostics -*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_CLANG_SERIALIZATION_SERIALIZATIONDIAGNOSTIC_H
#define LLVM_CLANG_SERIALIZATION_SERIALIZATIONDIAGNOSTIC_H

#include "clang/Basic/DiagnosticSerialization.h"

#endif