[PATCH] D56610: [clangd] A code action to qualify an unqualified name

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 18 09:57:53 PST 2019


JonasToth added a comment.

Is this for something like `add const`? 
If yes, there is clang-tidy effort on that, see https://reviews.llvm.org/D54943 and https://reviews.llvm.org/D54395 for a similar effort. Would be best to share the code instead of reinventing it :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56610/new/

https://reviews.llvm.org/D56610





More information about the cfe-commits mailing list