Skip to content

Commit

Permalink
[clang-format] Rename qualifier file comments (#64354)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
mydeveloperday and phoad107185 committed Aug 26, 2023
1 parent 1d0061f commit 2c9372e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clang/lib/Format/QualifierAlignmentFixer.cpp
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
///
//===----------------------------------------------------------------------===//
Expand Down
5 changes: 2 additions & 3 deletions clang/lib/Format/QualifierAlignmentFixer.h
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
///
//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit 2c9372e

Please sign in to comment.