summaryrefslogtreecommitdiffstats
path: root/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h
blob: dc1d998396db2270793c6acb6987d9fceb9e96ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===--- RefactoringDiagnostic.h - ------------------------------*- 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_TOOLING_REFACTORING_REFACTORINGDIAGNOSTIC_H
#define LLVM_CLANG_TOOLING_REFACTORING_REFACTORINGDIAGNOSTIC_H

#include "clang/Basic/DiagnosticRefactoring.h"

#endif // LLVM_CLANG_TOOLING_REFACTORING_REFACTORINGDIAGNOSTIC_H