diff options
author | Victor Chernyakin <chernyakin.victor.j@outlook.com> | 2025-09-14 14:06:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-14 14:06:20 -0600 |
commit | 43384913b636854b92c7de9e326f879a1993f445 (patch) | |
tree | 874a355f6637b1fe5d40c9e1608d4fcdaf04ff0b /clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp | |
parent | b30c29c89381f87562edc34c7813cbd310d1d4b0 (diff) | |
download | llvm-43384913b636854b92c7de9e326f879a1993f445.zip llvm-43384913b636854b92c7de9e326f879a1993f445.tar.gz llvm-43384913b636854b92c7de9e326f879a1993f445.tar.bz2 |
[clang-tidy][NFC] Switch to new file header style (#158497)
As decided in #118553 and following up #153942.
`rename_check.py` has small logic changes, everything else is a
mechanical replacement.
Diffstat (limited to 'clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp')
-rw-r--r-- | clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp b/clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp index ad900fc..cd128c3 100644 --- a/clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp +++ b/clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp @@ -1,4 +1,4 @@ -//===--- InefficientAlgorithmCheck.cpp - clang-tidy------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |