Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment out or flag compiler generated functions #64

Open
tomsons26 opened this issue Apr 7, 2024 · 1 comment
Open

Comment out or flag compiler generated functions #64

tomsons26 opened this issue Apr 7, 2024 · 1 comment
Labels
core Related to the core enhancement New feature or request

Comments

@tomsons26
Copy link

The PDB format uses pseudo and compgenx flags to specify these functions
https://github.com/microsoft/microsoft-pdb/blob/master/include/cvinfo.h#L1145
for example public: void __dflt_ctor_closure(); is one such function but there are less obvious ones like copy ctors, copy operators and other things that are not clear if they were actually implemented.

@ergrelet ergrelet added enhancement New feature or request core Related to the core labels Apr 9, 2024
@ergrelet
Copy link
Owner

ergrelet commented Apr 9, 2024

Ah good point, these functions are polluting the output indeed. Thanks for the pointers 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to the core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants