SHA256
1
0
forked from pool/cdecl

- Update to release 11.10

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=59
This commit is contained in:
Jan Engelhardt 2022-01-03 17:07:27 +00:00 committed by Git OBS Bridge
parent 1a0f217b61
commit df56ff87f8
4 changed files with 14 additions and 4 deletions

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

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:456b36480cff9bde7dcfc482b3be1352c9707326b4e6fb2cfa1c6c24bd97e975
size 1207905

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 3 16:52:31 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.10
* const (and volatile) qualifiers for void as a function
"parameter" (even via a typedef) are now correctly flagged as
an error.
* A restricted pointer to a non-object, e.g., function, is now
correctly flagged as an error.
-------------------------------------------------------------------
Thu Dec 23 04:24:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

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