Skip to content

Commit 4cadbfd

Browse files
committed
[Comgr][v3.0] Apply Formatting
clang-tidy +readability-identifier-naming +llvm-else-after-return +llvm-qualified-auto +llvm-namespace-comment +misc-use-anonymous-namespace +misc-unused-using-declsc clang-format Change-Id: Idb33d0b0eda40e8cb99572fc10c1fbf1b9ed7e07
1 parent db0ef3a commit 4cadbfd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+877
-939
lines changed

amd/comgr/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ configuration files for
190190
[clang-tidy](https://clang.llvm.org/extra/clang-tidy/), which should be used to
191191
ensure patches conform.
192192

193-
One notable exception is the `test/` subdirectory which prefers `camelBack` for
194-
identifiers rather than `CamelCase`.
195-
196193
A script at `utils/tidy-and-format.sh` can be run to help automate the task of
197194
ensuring all sources conform to the coding standards. To support the use of
198195
this script, any exceptions must be annotated in source comments, as described

0 commit comments

Comments
 (0)