<div dir="ltr"><span style="font-size:12.8px">Yeah, "make -j 32" won't compile binaries in clang-tools-extra repo.</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">"make check-clang-tools" should work though I don't use make.</span><span style="font-size:12.8px"> I usually run `ninja check-clang-tools` command to build all binaries and run all lint-tests/unittest in clang-extra-tools. There is a remaining build error in the unittests, I fixed it and recommitted this patch in r284368.</span><span style="font-size:12.8px"> </span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 14, 2016 at 10:26 PM, Julian Bangert <span dir="ltr"><<a href="mailto:bangert@google.com" target="_blank">bangert@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I figured out make clang-tidy. Compiles now (the typedef was the wrong way around, and i never noticed because make with the default target continued to work). <div><br></div><div><br></div><div>Updated the diff.</div></div><div class="HOEnZb"><div class="h5"><br><div class="gmail_quote"><div dir="ltr">On Fri, Oct 14, 2016 at 12:49 PM Julian Bangert <<a href="mailto:bangert@google.com" target="_blank">bangert@google.com</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" class="m_7495701402026580839gmail_msg">Apologies for the breakage. I investigated and it turns out my open-source checkout does not build clang-tidy. I have checked out llvm into ~/llvm, clang into ~/llvm/tools/clang and clang-extra-tools into ~/llvm/tools/clang/tools/<wbr>extra. <div class="m_7495701402026580839gmail_msg">In ~/llvm-build I run cmake ../llvm && make -j 32 and it doesn't compile clang tidy. I also tried  cmake -DCLANG_ENABLE_STATIC_<wbr>ANALYZER=true ../llvm/ but that doesn't make a difference. Any ideas? </div><div class="m_7495701402026580839gmail_msg"><br class="m_7495701402026580839gmail_msg"></div></div><br class="m_7495701402026580839gmail_msg"><div class="gmail_quote m_7495701402026580839gmail_msg"><div dir="ltr" class="m_7495701402026580839gmail_msg">On Wed, Oct 12, 2016 at 1:34 AM Haojian Wu <<a href="mailto:hokein@google.com" class="m_7495701402026580839gmail_msg" target="_blank">hokein@google.com</a>> wrote:<br class="m_7495701402026580839gmail_msg"></div><blockquote class="gmail_quote m_7495701402026580839gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hokein added a comment.<br class="m_7495701402026580839gmail_msg">
<br class="m_7495701402026580839gmail_msg">
@jbangert, your patch broke the buildbot, and I reverted it in r283985. You need to add the new source files to the CMakefile. (I saw other compilation errors after I updated the cmake files, Could you take a look on it? )<br class="m_7495701402026580839gmail_msg">
<br class="m_7495701402026580839gmail_msg">
<br class="m_7495701402026580839gmail_msg">
Repository:<br class="m_7495701402026580839gmail_msg">
  rL LLVM<br class="m_7495701402026580839gmail_msg">
<br class="m_7495701402026580839gmail_msg">
<a href="https://reviews.llvm.org/D24997" rel="noreferrer" class="m_7495701402026580839gmail_msg" target="_blank">https://reviews.llvm.org/<wbr>D24997</a><br class="m_7495701402026580839gmail_msg">
<br class="m_7495701402026580839gmail_msg">
<br class="m_7495701402026580839gmail_msg">
<br class="m_7495701402026580839gmail_msg">
</blockquote></div></blockquote></div>
</div></div></blockquote></div><br></div>