Re: [01/32] langhooks

2020-11-06 Thread Jeff Law via Gcc-patches
On 11/3/20 2:13 PM, Nathan Sidwell wrote: > I needed a set of hook interfacing the preprocessor to the language. > they get called from pieces in c-family. > > preprocess_main_file:  we need to know when any forced headers have > been parsed in order to deal with linemaps and macro visibility > >

[01/32] langhooks

2020-11-03 Thread Nathan Sidwell
I needed a set of hook interfacing the preprocessor to the language. they get called from pieces in c-family. preprocess_main_file: we need to know when any forced headers have been parsed in order to deal with linemaps and macro visibility preprocess_options: A way for the language to adjus