[clang-format] Rename qualifier file comments (#64354)
* [clang-format] rename the file comments to match the file name * [clang-format] rename the file comments to match the file name * Remove extraneous space * [clang-format] NFC remove EOF --------- Co-authored-by: paul_hoad <paul_hoad@amat.com>
This commit is contained in:
4
clang/lib/Format/QualifierAlignmentFixer.cpp
Normal file → Executable file
4
clang/lib/Format/QualifierAlignmentFixer.cpp
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
//===--- LeftRightQualifierAlignmentFixer.cpp -------------------*- C++--*-===//
|
||||
//===--- QualifierAlignmentFixer.cpp ----------------------------*- C++--*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
@@ -7,7 +7,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
///
|
||||
/// \file
|
||||
/// This file implements LeftRightQualifierAlignmentFixer, a TokenAnalyzer that
|
||||
/// This file implements QualifierAlignmentFixer, a TokenAnalyzer that
|
||||
/// enforces either left or right const depending on the style.
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
5
clang/lib/Format/QualifierAlignmentFixer.h
Normal file → Executable file
5
clang/lib/Format/QualifierAlignmentFixer.h
Normal file → Executable file
@@ -1,5 +1,4 @@
|
||||
//===--- LeftRightQualifierAlignmentFixer.h ------------------------------*- C++
|
||||
//-*-===//
|
||||
//===--- QualifierAlignmentFixer.h -------------------------------*- C++-*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
@@ -8,7 +7,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
///
|
||||
/// \file
|
||||
/// This file declares LeftRightQualifierAlignmentFixer, a TokenAnalyzer that
|
||||
/// This file declares QualifierAlignmentFixer, a TokenAnalyzer that
|
||||
/// enforces either east or west const depending on the style.
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
Reference in New Issue
Block a user