User Details
- User Since
- Oct 12 2022, 8:25 AM (33 w, 3 d)
Wed, May 17
I will update the patch with the suggestions and send them again.
Sat, May 13
@aaron.ballman Ping
May 3 2023
Incorporate some of Aron suggestions:
Hi. See inline answers. I will send the new version in a few minutes.
Apr 17 2023
Update patch with the agreements of last discussion.
Mar 7 2023
Just to make myself clear: What I need to do is that the clang dumps for C files are also accepted by GCC as input.
Hi, Alan. Thanks for your review again!
Mar 3 2023
Mar 2 2023
Update to dump attributes right after the type specification, also
fixing the __declspec case.
Jan 24 2023
The way Clang handles this is to mostly go back to the original source code (through the source manager and source location information) to grab what the user actually wrote. The pretty printing functionality loses information like whether something was expanded from a macro, etc and so, if the goal is to show what the user wrote, it's likely to be a really big uphill battle to get that through the pretty printer.