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.
Note:
See TracTickets
for help on using tickets.

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.