[clang] [C99] Claim conformance to WG14 N717 (PR #87228)

2024-04-05 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman closed https://github.com/llvm/llvm-project/pull/87228 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [C99] Claim conformance to WG14 N717 (PR #87228)

2024-04-05 Thread Aaron Ballman via cfe-commits
AaronBallman wrote: > Thanks Aaron for putting up with all my offline requests. LGTM Thank you for all the excellent suggestions, this was a lot harder to test correctly than I realized at first. https://github.com/llvm/llvm-project/pull/87228 ___

[clang] [C99] Claim conformance to WG14 N717 (PR #87228)

2024-04-05 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. Thanks Aaron for putting up with all my offline requests. LGTM https://github.com/llvm/llvm-project/pull/87228 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [C99] Claim conformance to WG14 N717 (PR #87228)

2024-04-01 Thread via cfe-commits
github-actions[bot] wrote: :warning: Python code formatter, darker found issues in your code. :warning: You can test this locally with the following command: ``bash darker --check --diff -r 84299df301dc07ea83fa8378051103195c3a7c65...f8e130df9e602662444280346b71a82347ae8a29

[clang] [C99] Claim conformance to WG14 N717 (PR #87228)

2024-04-01 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Aaron Ballman (AaronBallman) Changes This was the paper that added Universal Character Names to C. --- Full diff: https://github.com/llvm/llvm-project/pull/87228.diff 3 Files Affected: - (added) clang/test/C/C99/n717.c (+69) - (added)