[PATCH] D139801: [clang-format] Adds 'friend' to QualifierOrder.
    Micah Weston via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Dec 12 10:03:34 PST 2022
    
    
  
red1bluelost added a comment.
I would always want it first. I agree that `friend` would always go first. Had I not accidentally typed in the wrong order I probably wouldn't have know `friend` could be in any position.
In the case of putting `friend` always first, would we want a user facing option to enable/disable moving it to first, do it always without an user option, or something else?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139801/new/
https://reviews.llvm.org/D139801
    
    
More information about the cfe-commits
mailing list