/usr/share/doc/asis-doc/features-asis2015 is in asis-doc 2014-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | =======================
ASIS 2015 FEATURES LIST
=======================
Copyright (c) 2009, AdaCore
This file contains a list of features aded to ASIS to support new language
features that are proposed by ARG to be included in the next Ada revision
(Ada 2015)
An ISO date (YYYY-MM-DD) appears in parentheses after the description line.
This date shows the implementation date of the feature. Any wavefront
subsequent to this date will contain the indicated feature, as will any
subsequent releases. All the entries are ordered by the AI number, the entries
that do not have a specific AI attached go last ordered by TNs.
NF-ASIS2015-I630-001 AI05-0147 Conditional Expressions (2009-10-05)
1. A_Conditional_Expression is added to the list of the values of
Asis.Expression_Kinds type.
2. An_Expression_Path is added to the list of the values of
Asis.Element_Kinds type.
3. New classification type Expression_Path_Kinds is added to the element
classification hierarchy (package Asis).
4. New classification guery Expression_Path_Kind is added to
Asis.Elements package.
5. New queries are added to package Asis.Expressions:
Expression_Paths
Path_Condition_Expression
Is_Parenthesized
|