diff options
author | MyDeveloperDay <mydeveloperday@gmail.com> | 2023-08-26 16:48:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-26 16:48:52 +0100 |
commit | 2c9372e78d7c183ba7f28095cee0e2fb6a074c88 (patch) | |
tree | 8c19e28a192f772d5222be6989517cd8265ad56a /clang/lib/Format/QualifierAlignmentFixer.cpp | |
parent | 1d0061fc5e1fe68f34135a6d9520bde4679b43db (diff) | |
download | llvm-2c9372e78d7c183ba7f28095cee0e2fb6a074c88.zip llvm-2c9372e78d7c183ba7f28095cee0e2fb6a074c88.tar.gz llvm-2c9372e78d7c183ba7f28095cee0e2fb6a074c88.tar.bz2 |
[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>
Diffstat (limited to 'clang/lib/Format/QualifierAlignmentFixer.cpp')
-rwxr-xr-x[-rw-r--r--] | clang/lib/Format/QualifierAlignmentFixer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Format/QualifierAlignmentFixer.cpp b/clang/lib/Format/QualifierAlignmentFixer.cpp index 2f920cdc4..7758653 100644..100755 --- a/clang/lib/Format/QualifierAlignmentFixer.cpp +++ b/clang/lib/Format/QualifierAlignmentFixer.cpp @@ -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. /// //===----------------------------------------------------------------------===// |