This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG825cec2c0b1e: [clang-format] Add Verilog suffixes to the scripts (authored by sstwcw).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154467/new/ https://reviews.llvm.org/D154467 Files: clang/tools/clang-format/clang-format-diff.py clang/tools/clang-format/git-clang-format Index: clang/tools/clang-format/git-clang-format =================================================================== --- clang/tools/clang-format/git-clang-format +++ clang/tools/clang-format/git-clang-format @@ -98,6 +98,7 @@ 'ts', # TypeScript 'cs', # C Sharp 'json', # Json + 'sv', 'svh', 'v', 'vh', # Verilog ]) p = argparse.ArgumentParser( Index: clang/tools/clang-format/clang-format-diff.py =================================================================== --- clang/tools/clang-format/clang-format-diff.py +++ clang/tools/clang-format/clang-format-diff.py @@ -61,8 +61,8 @@ parser.add_argument( "-iregex", metavar="PATTERN", - default=r".*\.(cpp|cc|c\+\+|cxx|cppm|ccm|cxxm|c\+\+m|c|cl|h|hh|hpp|hxx" - r"|m|mm|inc|js|ts|proto|protodevel|java|cs|json)", + default=r".*\.(?:cpp|cc|c\+\+|cxx|cppm|ccm|cxxm|c\+\+m|c|cl|h|hh|hpp" + r"|hxx|m|mm|inc|js|ts|proto|protodevel|java|cs|json|s?vh?)", help="custom pattern selecting file paths to reformat " "(case insensitive, overridden by -regex)", )
Index: clang/tools/clang-format/git-clang-format =================================================================== --- clang/tools/clang-format/git-clang-format +++ clang/tools/clang-format/git-clang-format @@ -98,6 +98,7 @@ 'ts', # TypeScript 'cs', # C Sharp 'json', # Json + 'sv', 'svh', 'v', 'vh', # Verilog ]) p = argparse.ArgumentParser( Index: clang/tools/clang-format/clang-format-diff.py =================================================================== --- clang/tools/clang-format/clang-format-diff.py +++ clang/tools/clang-format/clang-format-diff.py @@ -61,8 +61,8 @@ parser.add_argument( "-iregex", metavar="PATTERN", - default=r".*\.(cpp|cc|c\+\+|cxx|cppm|ccm|cxxm|c\+\+m|c|cl|h|hh|hpp|hxx" - r"|m|mm|inc|js|ts|proto|protodevel|java|cs|json)", + default=r".*\.(?:cpp|cc|c\+\+|cxx|cppm|ccm|cxxm|c\+\+m|c|cl|h|hh|hpp" + r"|hxx|m|mm|inc|js|ts|proto|protodevel|java|cs|json|s?vh?)", help="custom pattern selecting file paths to reformat " "(case insensitive, overridden by -regex)", )
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits