pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/include-what-you-use include-what-you-use: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/702c85e2e1fa
branches:  trunk
changeset: 388178:702c85e2e1fa
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 14 18:53:25 2022 +0000

description:
include-what-you-use: updated to 0.19

IWYU 0.19
Compatible with Clang 15.

[iwyu] New --comment_style option to control verbosity of 'why' comments
[iwyu] New --regex option to select regex dialect
[iwyu] Add support for regex replacement in mappings
[iwyu] Add begin_keep/end_keep pragmas for protecting ranges of includes or forward-declares
[iwyu] Fix several crasher bugs for unusual inputs
[iwyu] More exhaustive handling of type aliases and enums
[iwyu] Recognize IWYU pragmas in CRLF source files
[iwyu] Respect configured toolchain on macOS (and overrides via -nostdinc++ + -isystem)
[fix_includes] Recognize namespace alias declarations
[mappings] Improve mappings for POSIX and libc headers
[cmake] Build now requires a C++17 compiler (as does LLVM)
[cmake] Support LLVM external project build (see README)

diffstat:

 devel/include-what-you-use/Makefile |  4 ++--
 devel/include-what-you-use/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 8d7f9d164af3 -r 702c85e2e1fa devel/include-what-you-use/Makefile
--- a/devel/include-what-you-use/Makefile       Mon Nov 14 18:51:46 2022 +0000
+++ b/devel/include-what-you-use/Makefile       Mon Nov 14 18:53:25 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/08/12 08:56:01 pin Exp $
+# $NetBSD: Makefile,v 1.32 2022/11/14 18:53:25 adam Exp $
 
-DISTNAME=      include-what-you-use-0.18
+DISTNAME=      include-what-you-use-0.19
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=include-what-you-use/}
 
diff -r 8d7f9d164af3 -r 702c85e2e1fa devel/include-what-you-use/distinfo
--- a/devel/include-what-you-use/distinfo       Mon Nov 14 18:51:46 2022 +0000
+++ b/devel/include-what-you-use/distinfo       Mon Nov 14 18:53:25 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/08/12 08:56:01 pin Exp $
+$NetBSD: distinfo,v 1.19 2022/11/14 18:53:25 adam Exp $
 
-BLAKE2s (include-what-you-use-0.18.tar.gz) = a67b695f48d473a3955059655deeff6db4ea26795da89006baab929a59969bb5
-SHA512 (include-what-you-use-0.18.tar.gz) = bfce2ff00b572961dcba83519959cbedaf1c2ec4bd4e0a2b8b6d12f440887ee64a1c9970fa1a80c7517898ce936219436ab709893cfed92891c5c2aa5d76770e
-Size (include-what-you-use-0.18.tar.gz) = 750341 bytes
+BLAKE2s (include-what-you-use-0.19.tar.gz) = 3bf3b2d77d827c1e11d4ee5ed5eed39e2014be24b30620b4c32bfda1b36113be
+SHA512 (include-what-you-use-0.19.tar.gz) = 0847ae898696b51540ab9f5715e69bae67db42409d60205227d543ba6597b12cc2ea5bf68a3315c31f22e7186e05c06a86f5ae5b893c23bfe4cd9ef6f06ccddc
+Size (include-what-you-use-0.19.tar.gz) = 757761 bytes



Home | Main Index | Thread Index | Old Index