[all-commits] [llvm/llvm-project] 3c8666: [clang-format] NFC update LLVM overall clang-forma...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Thu Nov 25 11:36:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c8666ef9a21e4646e428e4c8b5c6d4453042047
https://github.com/llvm/llvm-project/commit/3c8666ef9a21e4646e428e4c8b5c6d4453042047
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2021-11-25 (Thu, 25 Nov 2021)
Changed paths:
M clang/docs/ClangFormattedStatus.rst
M clang/docs/tools/clang-formatted-files.txt
Log Message:
-----------
[clang-format] NFC update LLVM overall clang-formatted status
Whilst the % clang-formatted remains the same, the number
of files added to the LLVM project has risen by almost by 259.
- 190 of them have been added clang-format clean.
- 69 files have been added unformatted. (lit tests should be excluded from this number)
- 291 files have been added to the list of files that are clang-format clean
- 101 files have either become unclean or have been removed
As this updates the clang-formatted-files there are now
8139 files that are clean which we can be used as a regression test when making changes to clang-format.
```
clang-format -verbose -n -files ./clang/docs/tools/clang-formatted-files.txt
```
More information about the All-commits
mailing list