[cfe-dev] Driver support for AST features (UI Proposal)

Daniel Dunbar daniel at zuster.org
Tue Sep 1 10:04:42 PDT 2009


On Tue, Sep 1, 2009 at 9:34 AM, Douglas Gregor<dgregor at apple.com> wrote:
> Actually, thats just based on the driver entry point (clang vs
> clang++), not the language! Although one could argue that should
> change...
>
> Oh, right! So... what kinds of decisions does the driver actually have to
> make that affect options to the code generator?

Currently? None, so it may be a non-issue. We unconditionally pass
things like -finline-limit- through, for example.

I just brought it up for completeness, and to explicitly call out that
it is a design difference from how preprocessed input files work, for
example.

 - Daniel



More information about the cfe-dev mailing list