[PATCH] D115061: [clang-format][NFC] Prefer pass by reference
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 3 15:05:43 PST 2021
HazardyKnusperkeks added a comment.
No I don't think there is a performance penalty. **I** just don't like using pointers. I'm happy to drop this, if the Style says to use pointers. But from what I've seen in clang-format pointers are mostly used when it can be null, but there is a wild mix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115061/new/
https://reviews.llvm.org/D115061
More information about the cfe-commits
mailing list