[PATCH] D119213: [GlobalISel][TableGen] Fully qualify calls to llvm::format that have ::std:: types as paramters
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 8 16:43:19 PST 2022
nhaehnle added a comment.
Out of curiosity (not knowing all the intricacies of ADL), is the leading `::` really needed or would `llvm::format` without that prefix suffice? Personally, I find the prefix a bit grating visually.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119213/new/
https://reviews.llvm.org/D119213
More information about the llvm-commits
mailing list