Author: Timm Baeder Date: 2026-08-12T06:06:11+02:00 New Revision: c4f449f1e0d1b396b508259ec4e9af5f6de9c9d2
URL: https://github.com/llvm/llvm-project/commit/c4f449f1e0d1b396b508259ec4e9af5f6de9c9d2 DIFF: https://github.com/llvm/llvm-project/commit/c4f449f1e0d1b396b508259ec4e9af5f6de9c9d2.diff LOG: [clang][InstallAPI] Fix doc comment weirdness (#215462) We shouldn't be using a documentation comment here. Added: Modified: clang/include/clang/InstallAPI/FileList.h Removed: ################################################################################ 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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
