[cfe-dev] Feature proposal: Compile Configuration Disclosure
James Widman
widman at gimpel.com
Fri Mar 5 16:09:12 PST 2010
On Mar 3, 2010, at 7:05 PM, Douglas Gregor wrote:
> On Mar 3, 2010, at 2:44 PM, James Widman wrote:
>
>> List of Needs:
>> --------------
>>
>> - The complete set of predefined macro definitions;
>>
>> - The ordered sequence of directory pathnames used for header-searching in #include "" and #include <>;
>>
>> - The ordered sequence of implicit #include directives;
>
> The ordering between predefined macro defs and implicit includes (e.g., based on -include on the command line) can matter.
So bullet points 1 & 3 boil down to something simpler (or at least more general):
- The sequence of preprocessing directives implicitly processed (in effect) at the outset of each translation unit
James Widman
--
Gimpel Software
http://gimpel.com
More information about the cfe-dev
mailing list