[PATCH] D93325: Add srcloc output to clang-query
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 23 08:55:28 PDT 2021
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from the nits from @njames93 and I.
================
Comment at: clang-tools-extra/clang-query/Query.cpp:96
+
+ auto printLocations = [](auto &OS, auto Iter, auto End) {
+ auto CommonEntry = Iter->first;
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93325/new/
https://reviews.llvm.org/D93325
More information about the cfe-commits
mailing list