[all-commits] [llvm/llvm-project] e0388e: [clang-format] Don't split "DPI"/"DPI-C" in Verilo...

Arthur Eubanks via All-commits all-commits at lists.llvm.org
Thu Sep 21 11:21:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0388e0e061d2499aa654c28a3c4a5a27f7d7a28
      https://github.com/llvm/llvm-project/commit/e0388e0e061d2499aa654c28a3c4a5a27f7d7a28
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/unittests/Format/FormatTestVerilog.cpp

  Log Message:
  -----------
  [clang-format] Don't split "DPI"/"DPI-C" in Verilog imports (#66951)

The spec doesn't allow splitting these strings and we're seeing compile
issues with splitting it.

String splitting was enabled for Verilog in
https://reviews.llvm.org/D154093.




More information about the All-commits mailing list