[cfe-dev] SourceManager

Sean Silva silvas at purdue.edu
Sat Feb 9 13:53:34 PST 2013


On Sat, Feb 9, 2013 at 3:45 PM, Bas van den Berg <
b.van.den.berg.nl at gmail.com> wrote:
>
> what happens when you do: clang *.cpp
>

This invocation is still a long ways from creating any SourceManager's,
since the code isn't looked at (AFAIK) until `clang -cc1`. The program
`clang` (without `-cc1`) is just the driver. See <
http://clang.llvm.org/docs/DriverInternals.html> for more details.

-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130209/afa8dddb/attachment.html>


More information about the cfe-dev mailing list