summaryrefslogtreecommitdiffstats
path: root/include/clang/Parse/ParseDiagnostic.h
blob: c7c62688cbaa4c218eb6dab0488d0a1142b62cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===--- DiagnosticParse.h - Diagnostics for libparse -----------*- 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_PARSE_PARSEDIAGNOSTIC_H
#define LLVM_CLANG_PARSE_PARSEDIAGNOSTIC_H

#include "clang/Basic/DiagnosticParse.h"

#endif