[PATCH] D144355: [clang-format][NFC] Clean up nullptr comparison style
    sstwcw via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sun Feb 19 19:30:45 PST 2023
    
    
  
sstwcw added a comment.
@MyDeveloperDay Looking at the return lines in the functions in `FormatToken.h` got me to check the similar functions not changed by this patch.  And I noticed that the final `==` in `isCSharpKeyword` seems to return true when the token is not a keyword.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144355/new/
https://reviews.llvm.org/D144355
    
    
More information about the cfe-commits
mailing list