[clang] [clang-format] Handle Verilog delay control (PR #95703)

2024-06-16 Thread via cfe-commits
https://github.com/sstwcw closed https://github.com/llvm/llvm-project/pull/95703 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Handle Verilog delay control (PR #95703)

2024-06-16 Thread via cfe-commits
https://github.com/sstwcw updated https://github.com/llvm/llvm-project/pull/95703 >From ef18986b2033a44e69b7c3553a356e9037ac1413 Mon Sep 17 00:00:00 2001 From: sstwcw Date: Sun, 16 Jun 2024 13:04:27 + Subject: [PATCH] [clang-format] Handle Verilog delay control (#95703) I made a mistake

[clang] [clang-format] Handle Verilog delay control (PR #95703)

2024-06-16 Thread Owen Pan via cfe-commits
https://github.com/owenca approved this pull request. https://github.com/llvm/llvm-project/pull/95703 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Handle Verilog delay control (PR #95703)

2024-06-16 Thread Björn Schäpers via cfe-commits
https://github.com/HazardyKnusperkeks approved this pull request. https://github.com/llvm/llvm-project/pull/95703 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Handle Verilog delay control (PR #95703)

2024-06-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: None (sstwcw) Changes I made a mistake when I tried to make the code handle the backtick character like the hash character. The code did not recognize the delay control structure. It caused net names in the declaration to be

[clang] [clang-format] Handle Verilog delay control (PR #95703)

2024-06-16 Thread via cfe-commits
https://github.com/sstwcw created https://github.com/llvm/llvm-project/pull/95703 I made a mistake when I tried to make the code handle the backtick character like the hash character. The code did not recognize the delay control structure. It caused net names in the declaration to be