[cfe-dev] Running clang over the C++ standard header <vector>
Eli Friedman
eli.friedman at gmail.com
Wed Jun 10 13:02:48 PDT 2009
On Wed, Jun 10, 2009 at 10:04 AM, Sebastian
Redl<sebastian.redl at getdesigned.at> wrote:
> Eli Friedman wrote:
>> I was curious how much trouble clang would have with <vector>
>> considering current template work, so I tried it out;
> Which <vector> header is that? The one in MacOS X?
No, this is Linux. Although, I think they both use the same C++ headers?
> The results look encouraging.
Well, it's kind of hard to say... all the issues I listed are from the
first 1000 lines of the 5000 expanded lines of <vector>. That said,
it does look like we're successfully parsing substantial portions of
the template goop.
-Eli
More information about the cfe-dev
mailing list