SHA256
1
0
forked from pool/cdecl

- Update to release 14.4

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=84
This commit is contained in:
Jan Engelhardt 2023-09-07 14:39:26 +00:00 committed by Git OBS Bridge
parent 61f07b9c23
commit 619c72f2ae
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0527d55c0bcc8fcb60e33a42da96b7c3a50a69ee15f7b65992faa426e46e51d5
size 1378038

3
cdecl-14.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:093449995ea286c47a45b330ea6f3b4ab7ff47d0f11ba1d4f0a400d3cd174f4d
size 1392095

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 7 14:35:07 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 14.4
* _Alignas is now correctly forbidden on forward declarations.
* Now correctly forbidden in C: ``auto`` with multiple
declarators, ``auto`` with a pointer declarator, and bit-fields
of a typedef for an enum.
* Support C99's ability to qualify function parameters using
array syntax.
* cdecl now flags member functions with user-specified
linkage as an error.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 8 09:36:16 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Tue Aug 8 09:36:16 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: cdecl Name: cdecl
Version: 14.3 Version: 14.4
Release: 0 Release: 0
Summary: C/C++ function declaration translator Summary: C/C++ function declaration translator
License: GPL-3.0-or-later License: GPL-3.0-or-later