[all-commits] [llvm/llvm-project] 5136ef: [clang-doc] lower filename length limit by 5 (#155...

Erick Velez via All-commits all-commits at lists.llvm.org
Wed Aug 27 08:02:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5136ef93df170c1facffa335cb788e7af40e0bd4
      https://github.com/llvm/llvm-project/commit/5136ef93df170c1facffa335cb788e7af40e0bd4
  Author: Erick Velez <erickvelez7 at gmail.com>
  Date:   2025-08-27 (Wed, 27 Aug 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/Serialize.cpp
    A clang-tools-extra/test/clang-doc/long-name.cpp

  Log Message:
  -----------
  [clang-doc] lower filename length limit by 5 (#155511)

The previous limit did not take into account filename extensions. Since
the extensions we use (.yaml, .json, .html, .md) are at most 5
characters, we can lower the limit by 5.

Also add some tests to make sure the rules are observed and don't
explicitly crash clang-doc.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list