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

2022-06-29 Thread Stella Stamenova via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGa9bef0707db1: [clang-format] Fix incorrect isspace input (NFC) (authored by kevcadieux, committed by stella.stamenova). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.l

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

2022-06-29 Thread MyDeveloperDay via Phabricator via cfe-commits
MyDeveloperDay accepted this revision. MyDeveloperDay added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128786/new/ https://reviews.llvm.org/D128786 ___

[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] 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