LLVM .clang_tidy seems to be more up-to-date.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
.clang-tidy | ||
---|---|---|
8 ↗ | (On Diff #138931) | In practice, don't we use CamelCase for functions? |
.clang-tidy | ||
---|---|---|
8 ↗ | (On Diff #138931) | No, functions should be camelCase. I've seen some violations, but the style guide seems to be clear:
|
Comment Actions
Thanks! I don't know how useful is the support of cfe being checked out somewhere else than into llvm/tools/clang. If we could give up on that, we could just kill this file and rely on clang-tidy to pick up llvm/.clang-tidy.
Anyways, LG.