193
edits
(add supertype link and record info) |
Hendrik Tews (talk | contribs) (source and target type) |
||
| Line 15: | Line 15: | ||
<!-- OLMAR SEPARATION LINE: ADD YOUR MODIFICATIONS BELOW! --> | <!-- OLMAR SEPARATION LINE: ADD YOUR MODIFICATIONS BELOW! --> | ||
The keyword_cast_ctype field contains the target type of the cast | |||
as in the source code. The keyword_cast_type field is the same, | |||
but (apparently) normalized, with typedef's expanded. | |||
The normalized source type is available in the type field of | |||
keyword_cast_expr. | |||
The declared or original source type (without typedef's expanded) | |||
seems not to be present in the ast. | |||
edits