Opened 15 years ago
Last modified 15 years ago
#326 new defect
Add source information to pragma nodes and variable declarations
| Reported by: | zirkel | Owned by: | tmcclory |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | clang | Version: | |
| Keywords: | Cc: |
Description
Source information isn't being added to pragma nodes or global variable declarations. The source information is not being printed in the XML output.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Added source information of global variable declarations. I'm still working on pragma nodes.
Note:
See TracTickets
for help on using tickets.

Also, pragma nodes should just have the source, not a string, since the string can be easily retrieved from the source.