Opened 15 years ago

Closed 15 years ago

#324 closed enhancement (fixed)

Add source information to function body

Reported by: zirkel Owned by: tmclory
Priority: major Milestone:
Component: clang Version: 1.1
Keywords: Cc:

Description

Function bodies need to have source information associated with them. This will facilitate getting the last character for the implicit return.

Change History (1)

comment:1 by tmcclory, 15 years ago

Resolution: fixed
Status: newclosed

Added source info to function body. The end of the source range seemed to correspond to the right curly brace in the few examples I tried.

Note: See TracTickets for help on using tickets.