llvm-project/clang/test/Format
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
..
adjust-indent.cpp
basic.cpp
cursor.cpp
disable-format.cpp
disable-include-sorting.cpp
incomplete.cpp
language-detection.cpp
line-ranges.cpp
multiple-inputs-error.cpp
multiple-inputs-inplace.cpp
multiple-inputs.cpp
ranges.cpp
remove-duplicate-includes.cpp Make clang-format remove duplicate headers when sorting #includes. 2016-08-10 09:32:23 +00:00
style-on-command-line.cpp
xmloutput.cpp