[PATCH] D102577: TreeTransform.h: make the switch case more beautiful

Pengfei Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 17 01:40:31 PDT 2021


pengfei added a comment.

I think you can add a NFC in the title.



================
Comment at: clang/lib/Sema/TreeTransform.h:3947-3949
                                                     NestedNameSpecifierLoc NNS,
                                                      QualType ObjectType,
                                              NamedDecl *FirstQualifierInScope) {
----------------
There're some format issues in this function. It's better if you can fix them too. You can use clang-format to help with you.


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

https://reviews.llvm.org/D102577



More information about the cfe-commits mailing list