You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is awkward, error prone, and not future-proof to have to write ((?DW_TAG_const_type || ?DW_TAG_volatile_type || ...) @DW_AT_type)*. A new peelable DW_TAG_atomic_type will be added to Dwarf 5, so clearly future-proofing is necessary.
The text was updated successfully, but these errors were encountered:
It is awkward, error prone, and not future-proof to have to write
((?DW_TAG_const_type || ?DW_TAG_volatile_type || ...) @DW_AT_type)*
. A new peelableDW_TAG_atomic_type
will be added to Dwarf 5, so clearly future-proofing is necessary.The text was updated successfully, but these errors were encountered: