Updated file comment.
authorAlexander Kornienko <alexfh@google.com>
Wed, 8 Jan 2014 23:35:01 +0000 (23:35 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 8 Jan 2014 23:35:01 +0000 (23:35 +0000)
llvm-svn: 198808

clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp

index c2e6bd8..4d92222 100644 (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