[PATCH] D155273: [clang-format] Add TypeNames option to disambiguate types/objects

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 19 01:57:25 PDT 2023


MyDeveloperDay added a comment.

I used isSimpleTypeSpecifier() in the east/west const fixer, I think this could probably help there to catch more places too.. (you don't need to do that here)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155273



More information about the cfe-commits mailing list