diff options
Diffstat (limited to 'clang/lib/ASTMatchers/Dynamic/Registry.cpp')
-rw-r--r-- | clang/lib/ASTMatchers/Dynamic/Registry.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/ASTMatchers/Dynamic/Registry.cpp b/clang/lib/ASTMatchers/Dynamic/Registry.cpp index 53e90f1c77f..34a230b8728 100644 --- a/clang/lib/ASTMatchers/Dynamic/Registry.cpp +++ b/clang/lib/ASTMatchers/Dynamic/Registry.cpp @@ -1,16 +1,16 @@ -//===--- Registry.cpp - Matcher registry ------------------===// +//===--- Registry.cpp - Matcher registry -------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -//===----------------------------------------------------------------------===// +//===------------------------------------------------------------===// /// /// \file /// \brief Registry map populated at static initialization time. /// -//===----------------------------------------------------------------------===// +//===------------------------------------------------------------===// #include "clang/ASTMatchers/Dynamic/Registry.h" |