[clang] d2e4a72 - [clang] Update Clang version from 18 to 19 in scan-build.1.

Frederic Cambus via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 10 09:16:39 PST 2024


Author: Frederic Cambus
Date: 2024-02-10T18:16:08+01:00
New Revision: d2e4a725da5b4cbef8b5c1446f29fed1487aeab0

URL: https://github.com/llvm/llvm-project/commit/d2e4a725da5b4cbef8b5c1446f29fed1487aeab0
DIFF: https://github.com/llvm/llvm-project/commit/d2e4a725da5b4cbef8b5c1446f29fed1487aeab0.diff

LOG: [clang] Update Clang version from 18 to 19 in scan-build.1.

Similar to D110763.

Added: 
    

Modified: 
    clang/tools/scan-build/man/scan-build.1

Removed: 
    


################################################################################
diff  --git a/clang/tools/scan-build/man/scan-build.1 b/clang/tools/scan-build/man/scan-build.1
index 29edbca1fc6388..e2b37f6062dbc0 100644
--- a/clang/tools/scan-build/man/scan-build.1
+++ b/clang/tools/scan-build/man/scan-build.1
@@ -2,9 +2,9 @@
 .\" See https://llvm.org/LICENSE.txt for license information.
 .\" SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 .\" $Id$
-.Dd Sep 21, 2023
+.Dd Feb 10, 2024
 .Dt SCAN-BUILD 1
-.Os "clang" "18"
+.Os "clang" "19"
 .Sh NAME
 .Nm scan-build
 .Nd Clang static analyzer


        


More information about the cfe-commits mailing list