[clang] [clang][InstallAPI] Fix doc comment weirdness (PR #215462)

via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 10 23:13:22 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Timm Baeder (tbaederr)

<details>
<summary>Changes</summary>

We shouldn't be using a documentation comment here.

---
Full diff: https://github.com/llvm/llvm-project/pull/215462.diff


1 Files Affected:

- (modified) clang/include/clang/InstallAPI/FileList.h (+3-3) 


``````````diff
diff --git a/clang/include/clang/InstallAPI/FileList.h b/clang/include/clang/InstallAPI/FileList.h
index 913734b8dc7c8..9d5cf26736441 100644
--- a/clang/include/clang/InstallAPI/FileList.h
+++ b/clang/include/clang/InstallAPI/FileList.h
@@ -5,9 +5,9 @@
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
-///
-/// The JSON file list parser is used to communicate input to InstallAPI.
-///
+//
+// The JSON file list parser is used to communicate input to InstallAPI.
+//
 //===----------------------------------------------------------------------===//
 
 #ifndef LLVM_CLANG_INSTALLAPI_FILELIST_H

``````````

</details>


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


More information about the cfe-commits mailing list