Go to file
Nico Weber 1e348b339c [clang-tidy] Add dependency on clang-headers
Currently, to be able to process a source file including e.g. stddef.h with
clang-tidy, one has to build both clang-tidy and the clang-headers target.
Since stddef.h is needed for virtually any source file, let clang-tidy depend
on clang-headers, so that it Just Works after it has been built.

http://reviews.llvm.org/D22046

llvm-svn: 274751
2016-07-07 13:19:45 +00:00
clang Fix "not all control paths return a value" warning on MSVC 2016-07-07 11:24:38 +00:00
clang-tools-extra [clang-tidy] Add dependency on clang-headers 2016-07-07 13:19:45 +00:00
compiler-rt [tsan] Avoid false positives with GCD data callbacks 2016-07-07 12:38:37 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/244/ 2016-07-06 18:24:53 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind][ARM] Improve unwinder stack usage - Make WMMX support optional 2016-07-07 10:55:39 +00:00
lld [ELF] - Fixed incorrect logic of version assignments when mixing wildcards with values matching. 2016-07-07 07:45:27 +00:00
lldb Fix for PrintStackTraces 2016-07-07 13:00:29 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 1 flag 2016-07-07 09:11:39 +00:00
openmp Fix the nowait tests for omp for and omp single 2016-07-06 17:26:12 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly isl: isl-0.17.1-164-gcbba1b6 2016-07-06 09:11:00 +00:00