Updated file comment.

llvm-svn: 198808
This commit is contained in:
Alexander Kornienko 2014-01-08 23:35:01 +00:00
parent a89f99c1e2
commit 875288bd82
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//===--- tools/extra/clang-tidy/ClangTidy.cpp - Clang-tidy DiagnosticConsumer //
//===--- tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp ----------=== //
//
// The LLVM Compiler Infrastructure
//
@ -7,7 +7,8 @@
//
//===----------------------------------------------------------------------===//
///
/// \file This file implements clang-tidy DiagnosticConsumer.
/// \file This file implements ClangTidyDiagnosticConsumer, ClangTidyMessage,
/// ClangTidyContext and ClangTidyError classes.
///
/// This tool uses the Clang Tooling infrastructure, see
/// http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html