[clang-tools-extra] [llvm] [clang-doc] Adds a mustache backend (PR #133161)
Paul Kirth via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 27 14:00:19 PDT 2025
================
@@ -412,12 +427,15 @@ struct TypedefInfo : public SymbolInfo {
void merge(TypedefInfo &&I);
TypeInfo Underlying;
-
- // Inidicates if this is a new C++ "using"-style typedef:
+ // Underlying type declaration
+ SmallString<16> TypeDeclaration;
+ // Indicates if this is a new C++ "using"-style typedef:
----------------
ilovepi wrote:
Let's use consistent spacing. If you find the file is already inconsistent, then lets make a PR to fix that first.
https://github.com/llvm/llvm-project/pull/133161
More information about the llvm-commits
mailing list