[PATCH] D119213: [GlobalISel][TableGen] Fully qualify calls to llvm::format that have ::std:: types as paramters
Charlie Barto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 8 16:47:43 PST 2022
barcharcraz added a comment.
llvm::format should also suffice, although it's slightly less specific (possibly matching llvm::llvm::format or similar. It won't trigger adl though.
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