aboutsummaryrefslogtreecommitdiff
path: root/devel/cdecl/distinfo
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2020-05-15 19:22:18 +0000
committerLarry Rosenman <ler@FreeBSD.org>2020-05-15 19:22:18 +0000
commitd92fdd9a84aea7c12105a9e883c185cca379aae0 (patch)
treebcde94e408f160a6a4a43d5164104dbb197e90f7 /devel/cdecl/distinfo
parentf3f97495d17612016481682f3a349c0431324f7f (diff)
downloadports-d92fdd9a84aea7c12105a9e883c185cca379aae0.tar.gz
ports-d92fdd9a84aea7c12105a9e883c185cca379aae0.zip
devel/cdecl: upgrade to 7.0.
East const New -E/--east-const command-line and east-const set options to use "east const" in gibberish: cdecl> declare x as const int int const x; Correct scope names for nested types Previously, scope names for nested types were always printed as "of scope"; now they print the type of scope (class, struct, union, or namespace): c++decl> struct S { typedef int Int; }; c++decl> explain S::Int x declare x as Int of structure S Declare const/volatile user-defined conversion operators Can now declare const/volatile user-defined conversion operators. no_unique_address Added support for the [[no_unique_address]] attribute in C++20. Typename Now allowing typename in declarations (even though it's not needed): struct S { typedef int I; }; explain typename S::I x typedef typename S::I T throw() deprecated/removed throw() has been deprecated starting with C++11 and removed in C++20. Fixed unknown type in typedef Fixed a crash caused by a case like: define S as struct S explain S::T x
Notes
Notes: svn path=/head/; revision=535320
Diffstat (limited to 'devel/cdecl/distinfo')
-rw-r--r--devel/cdecl/distinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index ff563b59bbef..737a26a972f8 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588003023
-SHA256 (paul-j-lucas-cdecl-cdecl-6.11_GH0.tar.gz) = 3aa721f3d3099ad2ed00c65dba3c85f537929378735f167439a9913c2180c178
-SIZE (paul-j-lucas-cdecl-cdecl-6.11_GH0.tar.gz) = 411269
+TIMESTAMP = 1589569491
+SHA256 (paul-j-lucas-cdecl-cdecl-7.0_GH0.tar.gz) = 6cfd6efa0eeea9a8f731e15de527904fe15d3d22b2d900ca8e53397f9cab7868
+SIZE (paul-j-lucas-cdecl-cdecl-7.0_GH0.tar.gz) = 416839