<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Feb 9, 2013 at 3:45 PM, Bas van den Berg <span dir="ltr"><<a href="mailto:b.van.den.berg.nl@gmail.com" target="_blank">b.van.den.berg.nl@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
what happens when you do: clang *.cpp<br></blockquote><div><br></div><div style>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 <<a href="http://clang.llvm.org/docs/DriverInternals.html">http://clang.llvm.org/docs/DriverInternals.html</a>> for more details.</div>
<div style><br></div><div style>-- Sean Silva </div></div><br></div></div>