For example, use Next instead of Next != nullptr, and !Next instead of Next == nullptr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@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.