Every call to a main like function in llvm and clang lib violates the naming convention for parameters. This prevents clang-tidy warning on such breaches.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/.clang-tidy | ||
---|---|---|
23 | Although identifier-naming is disabled, its still a good idea to include this just in case people run clang tidy manually |
Comment Actions
Unit tests: pass. 62329 tests passed, 0 failed and 838 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
Although identifier-naming is disabled, its still a good idea to include this just in case people run clang tidy manually