[PATCH] D120774: [clang-format] Handle builtins in constraint expression
    Christopher Di Bella via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Mar  7 13:15:48 PST 2022
    
    
  
cjdb accepted this revision.
cjdb added a comment.
Thanks for working on this!
================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:3163
 
+    case tok::identifier:
     default:
----------------
owenpan wrote:
> Do we still need this line?
I'd prefer to get rid of `default` if we can.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120774/new/
https://reviews.llvm.org/D120774
    
    
More information about the cfe-commits
mailing list