aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentDiagnostic.h
blob: b9816f1a8e62a2424327a0035b1c4ccfdf33bc54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//===--- CommentDiagnostic.h - Diagnostics for the AST library --*- 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_AST_COMMENTDIAGNOSTIC_H
#define LLVM_CLANG_AST_COMMENTDIAGNOSTIC_H

#include "clang/Basic/DiagnosticComment.h"

#endif