SHA256
1
0
forked from pool/cdecl

- Update to release 11.0

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=49
This commit is contained in:
Jan Engelhardt 2021-09-28 09:02:09 +00:00 committed by Git OBS Bridge
parent 34acce631c
commit 20785baf68
4 changed files with 19 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Sep 28 09:00:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.0
* Correctly forbid functions returning struct in K&R C.
* Support digraphs before C95 and trigraphs in K&R C.
* Optional () for destructor.
* C++20's nested inline namespaces are now supported
* In-class default, delete, and noexcept constructors are now
accepted.
* A raw string literal like R"abc(X)ab)abc" was previously not
parsed correctly.
* An array of reference (or rvalue reference) is now correctly
flagged as an error.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 28 13:35:12 UTC 2021 - Jan Engelhardt <jengelh@inai.de> Sat Aug 28 13:35:12 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: cdecl Name: cdecl
Version: 10.4 Version: 11.0
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