diff options
| author | Fangrui Song <maskray@google.com> | 2019-03-01 09:52:53 +0000 | 
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-03-01 09:52:53 +0000 | 
| commit | ffe9f00cfea35e3abd937a45ca38c605e02a9a79 (patch) | |
| tree | e2409c883718946ccb76b1a00c728185ae6fdd7c /clang-tools-extra/clang-doc | |
| parent | a896756955fe0c7af49a30f2b471155401cae5b3 (diff) | |
| download | bcm5719-llvm-ffe9f00cfea35e3abd937a45ca38c605e02a9a79.tar.gz bcm5719-llvm-ffe9f00cfea35e3abd937a45ca38c605e02a9a79.zip  | |
Fix file headers. NFC
llvm-svn: 355188
Diffstat (limited to 'clang-tools-extra/clang-doc')
| -rw-r--r-- | clang-tools-extra/clang-doc/Generators.cpp | 2 | ||||
| -rw-r--r-- | clang-tools-extra/clang-doc/Serialize.cpp | 2 | ||||
| -rw-r--r-- | clang-tools-extra/clang-doc/YAMLGenerator.cpp | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-doc/Generators.cpp b/clang-tools-extra/clang-doc/Generators.cpp index e57a2617b70..e3b672ada29 100644 --- a/clang-tools-extra/clang-doc/Generators.cpp +++ b/clang-tools-extra/clang-doc/Generators.cpp @@ -1,4 +1,4 @@ -//===---- Generator.cpp - Generator Registry ---------------------*- C++-*-===// +//===-- Generators.cpp - Generator Registry ----------------------*- C++-*-===//  //  // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.  // See https://llvm.org/LICENSE.txt for license information. diff --git a/clang-tools-extra/clang-doc/Serialize.cpp b/clang-tools-extra/clang-doc/Serialize.cpp index 897fed560ba..2bd54cf2d98 100644 --- a/clang-tools-extra/clang-doc/Serialize.cpp +++ b/clang-tools-extra/clang-doc/Serialize.cpp @@ -1,4 +1,4 @@ -//===-- Serializer.cpp - ClangDoc Serializer --------------------*- C++ -*-===// +//===-- Serialize.cpp - ClangDoc Serializer ---------------------*- C++ -*-===//  //  // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.  // See https://llvm.org/LICENSE.txt for license information. diff --git a/clang-tools-extra/clang-doc/YAMLGenerator.cpp b/clang-tools-extra/clang-doc/YAMLGenerator.cpp index ceb42153b73..94fb9f98645 100644 --- a/clang-tools-extra/clang-doc/YAMLGenerator.cpp +++ b/clang-tools-extra/clang-doc/YAMLGenerator.cpp @@ -1,4 +1,4 @@ -//===--  ClangDocYAML.cpp - ClangDoc YAML -----------------------*- C++ -*-===// +//===-- YAMLGenerator.cpp - ClangDoc YAML -----------------------*- C++ -*-===//  //  // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.  // See https://llvm.org/LICENSE.txt for license information.  | 

