[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:
MyDeveloperDay
2023-08-26 16:48:52 +01:00
committed by GitHub
parent 1d0061fc5e
commit 2c9372e78d
2 changed files with 4 additions and 5 deletions

4
clang/lib/Format/QualifierAlignmentFixer.cpp Normal file → Executable file
View 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
View 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.
///
//===----------------------------------------------------------------------===//