summaryrefslogtreecommitdiffstats
path: root/lib/Format/UsingDeclarationsSorter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use llvm::stable_sortFangrui Song2019-04-241-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-231-2/+1
* [clang-format] Deduplicate using declarationsKrasimir Georgiev2017-11-241-0/+20
* [clang-format] Handle leading comments in using declarationDaniel Jasper2017-11-101-4/+6
* [clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev2017-11-091-20/+40
* [clang-format] Sort using-declarations case sensitively with a special case f...Krasimir Georgiev2017-11-031-2/+21
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-2/+2
* [clang-format] Sort whole block of using declarations while partially formattingKrasimir Georgiev2017-10-181-1/+12
* [clang-format] Ignore case and stable sort using-declarationsKrasimir Georgiev2017-09-221-2/+3
* [clang-format] Support sorting using declarationsKrasimir Georgiev2017-06-211-0/+144