forked from pool/cdecl
Accepting request 1109570 from devel:tools
- Update to release 14.4 OBS-URL: https://build.opensuse.org/request/show/1109570 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdecl?expand=0&rev=68
This commit is contained in:
commit
77a9197b3e
@ -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
3
cdecl-14.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:093449995ea286c47a45b330ea6f3b4ab7ff47d0f11ba1d4f0a400d3cd174f4d
|
||||||
|
size 1392095
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user