[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


================
@@ -161,8 +164,11 @@ struct TypeInfo {
       : Type(SymbolID(), Name, InfoType::IT_default, Name, Path) {}
 
   bool operator==(const TypeInfo &Other) const { return Type == Other.Type; }
-
+  
----------------
ilovepi wrote:

nit: whitespace on empty line.

https://github.com/llvm/llvm-project/pull/133161


More information about the llvm-commits mailing list