owenpan added inline comments.
Comment at: clang/lib/Format/Format.cpp:1664
+ // Ensure the list has 'type' in it
auto type = std::find(Style->QualifierOrder.begin(),
HazardyKnusperkeks wrote:
> ;)
Good catch! I will add it when landing D120217.
Repositor
HazardyKnusperkeks added a comment.
A bit late, but maybe you want to do a follow up. ;)
Comment at: clang/lib/Format/Format.cpp:1664
+ // Ensure the list has 'type' in it
auto type = std::find(Style->QualifierOrder.begin(),
;)
Repository:
rG LLVM Git
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaacc110bdce7: [clang-format][NFC] Fix typos and
inconsistencies (authored by kuzkry, committed by owenpan).
Repository:
rG LLVM Github Monorepo
C