[all-commits] [llvm/llvm-project] 509159: [clang-doc] lower filename length limit by 5
Erick Velez via All-commits
all-commits at lists.llvm.org
Tue Aug 26 15:33:27 PDT 2025
Branch: refs/heads/users/evelez7/clang-doc-long-name-bug
Home: https://github.com/llvm/llvm-project
Commit: 509159b26f8480cc6e85a3b9d836f434a9a31505
https://github.com/llvm/llvm-project/commit/509159b26f8480cc6e85a3b9d836f434a9a31505
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2025-08-26 (Tue, 26 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
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