LLVM .clang_tidy seems to be more up-to-date.
Details
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 16203 Build 16203: arc lint + arc unit
Event Timeline
.clang-tidy | ||
---|---|---|
8 | In practice, don't we use CamelCase for functions? |
.clang-tidy | ||
---|---|---|
8 | No, functions should be camelCase. I've seen some violations, but the style guide seems to be clear:
|
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.
In practice, don't we use CamelCase for functions?