Go to file
Eric Liu a992afe809 Make clang-format remove duplicate headers when sorting #includes.
Summary: When sorting #includes, #include directives that have the same text will be deduplicated when sorting #includes, and only the first #include in the duplicate #includes remains. If the `Cursor` is provided and put on a deleted #include, it will be put on the remaining #include in the duplicate #includes.

Reviewers: djasper

Subscribers: cfe-commits, klimek

Differential Revision: https://reviews.llvm.org/D23274

llvm-svn: 278206
2016-08-10 09:32:23 +00:00
clang Make clang-format remove duplicate headers when sorting #includes. 2016-08-10 09:32:23 +00:00
clang-tools-extra clang-rename YAML reader: address post-commit comments 2016-08-10 07:13:29 +00:00
compiler-rt [compiler-rt] Allow nm program to be over-ridden for global symbol detection 2016-08-10 00:45:30 +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 Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx test/hard_link_count(): Fix test on darwin 2016-08-10 01:02:28 +00:00
libcxxabi Depend directly on unwind when not building standalone 2016-08-09 21:28:52 +00:00
libunwind Allow building both shared and static library 2016-08-08 22:55:48 +00:00
lld [ELF] Add aarch64elf emulation mode 2016-08-10 08:19:35 +00:00
lldb Undid LLVM macro usage in test suite test subject files. 2016-08-10 01:37:27 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [x86] Fix a bug in the auto-upgrade from r276416 where we failed to give 2016-08-10 07:41:26 +00:00
openmp Fix linking of omp_foreign_thread_team_reuse test on FreeBSD 2016-08-08 18:34:05 +00:00
parallel-libs [StreamExecutor] Add DeviceMemory and kernel arg packing 2016-08-08 16:45:19 +00:00
polly Fix spacing around variable initializations and for-loops. NFC. 2016-08-09 17:49:24 +00:00