Go to file
Alexander Kornienko 9ff5b6f3ca Add clang-tidy -header-filter option
Summary:
Add clang-tidy -header-filter option to specify from which headers we
want diagnostics to be printed. By default we don't print diagnostics from
headers. We always print diagnostics from the main file of each translation
unit.

Reviewers: djasper, klimek

Reviewed By: klimek

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D3590

llvm-svn: 207970
2014-05-05 14:54:47 +00:00
clang clang-format: Understand functions with decltype return type. 2014-05-05 13:48:09 +00:00
clang-tools-extra Add clang-tidy -header-filter option 2014-05-05 14:54:47 +00:00
compiler-rt [ASan/Win] Add DLL thunks for the fake stack interface 2014-05-05 12:26:04 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Exceptions store the message as reference counted string for 2014-04-30 19:54:11 +00:00
libcxxabi Try harder to get the compiler to use float registers in different 2014-05-04 16:31:33 +00:00
lld [ELF] Use a range based access to the ELFFile's sections collection. 2014-05-05 07:17:40 +00:00
lldb Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
llvm Fix test from r207966 and add a comment there. 2014-05-05 14:46:53 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly Add delinearization testcase for ivs that do not follow the loop order 2014-04-30 17:49:22 +00:00