[PATCH] D74515: Add coding standard recommending use of qualifiers in cpp files
John McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 16:22:19 PST 2020
rjmccall added a comment.
I strongly agree with the substance of this recommendation.
This section would be a lot shorter and sweeter if you dropped (1) the mentions of methods and (2) the `Foo` type from the example. You can just make the overloads `char *` vs. `const char *` or something.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74515/new/
https://reviews.llvm.org/D74515
More information about the llvm-commits
mailing list