summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-04-30 00:34:09 +0000
committerFangrui Song <maskray@google.com>2018-04-30 00:34:09 +0000
commit9ab08c3357404e43c970e2e7438c796dd33f4593 (patch)
tree59c9bc1d6e18159e784a490728ab23e64c9486d3 /include
parent3e76165c707ba9c0e7a1b061efc065446a1e1de1 (diff)
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331152 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h b/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
index ce512fd301..2e81aa38c8 100644
--- a/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
+++ b/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
@@ -1,4 +1,4 @@
-//===--- PathDiagnosticClients.h - Path Diagnostic Clients ------*- C++ -*-===//
+//===--- PathDiagnosticConsumers.h - Path Diagnostic Clients ------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//