[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


================
@@ -455,8 +473,9 @@ struct EnumValueInfo {
   // Stores the user-supplied initialization expression for this enumeration
   // constant. This will be empty for implicit enumeration values.
   SmallString<16> ValueExpr;
-
-  std::vector<CommentInfo> Description; /// Comment description of this field.
+  
+  /// Comment description of this field.
+  std::vector<CommentInfo> Description; 
----------------
ilovepi wrote:

Lets try to keep cleanups like this in their own PRs. The same goes for any other changes that can be done  independently of adding Mustache support.

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


More information about the llvm-commits mailing list