<div dir="ltr">for what it's worth, this was fixed already (by replacing it with #include <stdarg.h>, which is a builtin include)</div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 21, 2015 at 11:52 PM Matthias Gehre via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>seems that I caused a buildbot failure (sorry!) [1], because a clang-tidy test includes <cstdarg>, which is not found on the buildbot.</div><div><br></div><div>The error is:<br>/var/lib/buildbot/slaves/hexagon-build-03/clang-hexagon-elf/llvm.obj/tools/clang/tools/extra/test/clang-tidy/Output/cppcoreguidelines-pro-type-vararg.cpp.tmp.cpp:39:10: error: 'cstdarg' file not found [clang-diagnostic-error]<br>#include <cstdarg></div><div><br></div><div>I have a hard time investigating, because it works on my machine.</div><div>Does anyone have an idea why is it not found on the buildbot? Do I need to pass additional (include) flags inside the test?</div><div><br></div><div>Thanks, and sorry for the noise,</div><div><br></div><div>Matthias</div><div><br></div><div>[1] <a href="http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/32312" target="_blank">http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/32312</a></div></div>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div>