[PATCH] D128786: [clang-format] Fix incorrect isspace input (NFC)

2022-06-29 Thread Kevin Cadieux via Phabricator via cfe-commits
kevcadieux added a comment. FYI: failure looks like the following: [ RUN ] FormatTest.IncorrectUnbalancedBracesInMacrosWithUnicode Exception Code: 0x8003 #0 0x7ffe4253fc44 (C:\WINDOWS\SYSTEM32\ucrtbased.dll+0x7fc44) #1 0x7ffe4254a379 (C:\WINDOWS\SYSTEM32\ucrtbased.dll+0

[PATCH] D124748: [clang-format] Fix whitespace counting stuff

2022-06-29 Thread Kevin Cadieux via Phabricator via cfe-commits
kevcadieux added a comment. @sstwcw @HazardyKnusperkeks : this change introduced a regression in one of the clang format unit tests. I fixed it in the revision below. Could anyone please take a look / approve this revision to unblock Windows debug builds? Thanks! https://reviews.llvm.org/D12878

[PATCH] D128786: [clang-format] Fix incorrect isspace input (NFC)

2022-06-28 Thread Kevin Cadieux via Phabricator via cfe-commits
kevcadieux created this revision. Herald added a project: All. kevcadieux requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This change fixes a clang-format unit test failure introduced by D124748 . The `cou