summaryrefslogtreecommitdiff
path: root/dev-util/include-what-you-use
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/include-what-you-use')
-rw-r--r--dev-util/include-what-you-use/Manifest1
-rw-r--r--dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/include-what-you-use/Manifest b/dev-util/include-what-you-use/Manifest
index 03fa27162512..e94a73b2d050 100644
--- a/dev-util/include-what-you-use/Manifest
+++ b/dev-util/include-what-you-use/Manifest
@@ -1,4 +1,3 @@
-AUX include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch 1123 BLAKE2B fdf322e66d199671cdf69d606e658398661313ead19f30b2922bae427b1e428c7e91e71b9402badcb811279d2d9d839cfe4b890248604e5e4c918a493d1e046f SHA512 2bbd0b778751cd09de98c8461643686ef7e15c7be9caae8f5a3572ad92a5d866998d1c31db570b602d85b795456067cde666c0148617b0a4b9087628998f4fb9
DIST include-what-you-use-0.21.tar.gz 776263 BLAKE2B 32e1afc3400641ba4d648cfed0228db5b12357e5aaf4a4c5d8f063e82f14db4c6c568eedbfbfdfed033ae36d787db42122a026df8f74a080901247264ae856e2 SHA512 d6940fcde5f8212b7d6e1b3b8c9075157f831320279f5b7e57346c292c5b2cc52b53491a2c65b69dfcbd83ae2246c7c71555416e1faad9fd9a0aff9c12ddf1ba
DIST include-what-you-use-0.22.tar.gz 796681 BLAKE2B 6ae0b2fd94367c458f2db268493af8922f9e82e0a389765fc94d3d53482b7f276f7a7959f6a8d9fe6ca55e58c0db77ee50f58ce4ad375c0ea73b9029e26ea54d SHA512 e95dc64372ed791441b0b92e113cbeee8aa76e8912776f776ffeb02d96f84fec18988527f46b1fbf7e174e11af043b4387ff47d9012cdd74ce38ec0bfc7ebad2
DIST include-what-you-use-0.23.tar.gz 813726 BLAKE2B 845101985d1c39925605d2908ad76c40b8df0838467d7afd83b644914893f8e32ed1563348e568bc126ea4349ab390b189b734f66cf3b8da75277af169313a23 SHA512 5c2bbda7dbc614089717d2a4f8b9a96111dc30efcdd331a21c548399d58b47229210d5f17eb48eeb56c44797068ebac634a5d68a5c50ff322753e5f7965b3d48
diff --git a/dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch b/dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch
deleted file mode 100644
index 4d63e0c1530a..000000000000
--- a/dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 0c4577fc5796b2824da5629f77bf6bf6bdcd4823 Mon Sep 17 00:00:00 2001
-From: Florian Schmaus <flo@geekplace.eu>
-Date: Sat, 29 Apr 2023 20:12:00 +0200
-Subject: [PATCH] tests/cxx/badinc.cc: remove stddef from expected output
-
---- a/tests/cxx/badinc.cc
-+++ b/tests/cxx/badinc.cc
-@@ -1415,7 +1415,6 @@ int main() {
- typeof(kI1ConstInt) another_const_int = 1;
- (void)(another_const_int);
- // This is a C standard macro, but is implemented via a gcc extension too.
-- // IWYU: offsetof is...*<stddef.h>
- // IWYU: I1_Struct is...*badinc-i1.h
- (void)(offsetof(I1_Struct, c));
- // IWYU: kI1ConstInt is...*badinc-i1.h
-@@ -1807,7 +1806,6 @@ int main() {
-
- tests/cxx/badinc.cc should add these lines:
- #include <ctype.h>
--#include <stddef.h>
- #include <list>
- #include "tests/cxx/badinc-i1.h"
- class D2_Class;
-@@ -1836,7 +1834,6 @@ The full include-list for tests/cxx/badinc.cc:
- #include "tests/cxx/badinc-inl.h"
- #include <ctype.h> // for isascii
- #include <setjmp.h>
--#include <stddef.h> // for offsetof
- #include <algorithm> // for find
- #include <fstream> // for fstream
- #include <list> // for list
---
-2.39.2
-