[PATCH] D21472: [clang-tidy] readability-identifier-naming - support for other case types
    Alexander Kornienko via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jul  4 03:18:30 PDT 2016
    
    
  
alexfh added a comment.
IIUC, Stroustrup style mandates Single_capital_letter_to_start_a_type_name (http://www.stroustrup.com/Programming/PPP-style.pdf). So both styles you're adding in this patch should not be named after Stroustrup. Also, do these come from real-life projects/requirements or is it just a desire to add eVERYpOSSIBLEsTYLEiNtHEwORLD? ;)
http://reviews.llvm.org/D21472
    
    
More information about the cfe-commits
mailing list