[PATCH] D74515: Add coding standard recommending use of qualifiers in cpp files
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 10:15:18 PST 2020
rnk marked 2 inline comments as done.
rnk added inline comments.
================
Comment at: llvm/docs/CodingStandards.rst:787
+If every definition in the implementation file uses a previously declared
+qualifier, it helps to catch bugs where the definition does not match the
+declaration. In C++, this would declare a new overload of ``llvm::foo``, for
----------------
Bleh, this somehow got mangled while editing. :( Anyway, thanks for the precise wording, I'll use it.
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