Commit 8a52daee by Eric Botcazou Committed by Arnaud Charlet

einfo.ads (Is_Independent): Further document extended usage.

2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>

	* einfo.ads (Is_Independent): Further document extended usage.

From-SVN: r219246
parent 6ced6aa2
2015-01-06 Eric Botcazou <ebotcazou@adacore.com> 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
* einfo.ads (Is_Independent): Further document extended usage.
2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
* einfo.ads (Is_Independent): Document extended usage. * einfo.ads (Is_Independent): Document extended usage.
* einfo.adb (Is_Independent): Remove obsolete assertion. * einfo.adb (Is_Independent): Remove obsolete assertion.
(Set_Is_Independent): Likewise. (Set_Is_Independent): Likewise.
......
...@@ -5325,6 +5325,7 @@ package Einfo is ...@@ -5325,6 +5325,7 @@ package Einfo is
-- Is_Eliminated (Flag124) -- Is_Eliminated (Flag124)
-- Is_Frozen (Flag4) -- Is_Frozen (Flag4)
-- Is_Generic_Actual_Type (Flag94) -- Is_Generic_Actual_Type (Flag94)
-- Is_Independent (Flag268)
-- Is_RACW_Stub_Type (Flag244) -- Is_RACW_Stub_Type (Flag244)
-- Is_Non_Static_Subtype (Flag109) -- Is_Non_Static_Subtype (Flag109)
-- Is_Packed (Flag51) (base type only) -- Is_Packed (Flag51) (base type only)
...@@ -5530,6 +5531,7 @@ package Einfo is ...@@ -5530,6 +5531,7 @@ package Einfo is
-- Has_Volatile_Components (Flag87) -- Has_Volatile_Components (Flag87)
-- Is_Atomic (Flag85) -- Is_Atomic (Flag85)
-- Is_Eliminated (Flag124) -- Is_Eliminated (Flag124)
-- Is_Independent (Flag268)
-- Is_Processed_Transient (Flag252) (constants only) -- Is_Processed_Transient (Flag252) (constants only)
-- Is_Return_Object (Flag209) -- Is_Return_Object (Flag209)
-- Is_True_Constant (Flag163) -- Is_True_Constant (Flag163)
...@@ -6240,6 +6242,7 @@ package Einfo is ...@@ -6240,6 +6242,7 @@ package Einfo is
-- Has_Volatile_Components (Flag87) -- Has_Volatile_Components (Flag87)
-- Is_Atomic (Flag85) -- Is_Atomic (Flag85)
-- Is_Eliminated (Flag124) -- Is_Eliminated (Flag124)
-- Is_Independent (Flag268)
-- Is_Processed_Transient (Flag252) -- Is_Processed_Transient (Flag252)
-- Is_Safe_To_Reevaluate (Flag249) -- Is_Safe_To_Reevaluate (Flag249)
-- Is_Shared_Passive (Flag60) -- Is_Shared_Passive (Flag60)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment