Hi, I've prepared a patch for clang-format unit test. There were encoding problems with Unicode characters on MSVC. I've escaped them. However, the 4-byte characteres don't work as expected, so the corresponding test is still turned off on MSVC (I've tried using escape sequences like "\U0001abcd" but that doesn't work neither). The patch is attached.
The formatting do not stick to the coding style rules, but I didn't know how to handle escape sequences (yes, I could have used clang-format...). Cheers, Marek Kurdej
clang-format-escaped-unicode-characters-msvc.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
