summaryrefslogtreecommitdiffstats
path: root/lib/Format/NamespaceEndCommentsFixer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Fix a clang-tidy warning, NFCKrasimir Georgiev2017-06-271-1/+1
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-16/+48
* [clang-format] fix crash in NamespaceEndCommentsFixer (PR32438)Matthias Gehre2017-04-041-1/+1
* [clang-format] Support namespaces ending in semicolonKrasimir Georgiev2017-03-071-7/+21
* [clang-format] Make NamespaceEndCommentFixer add at most one commentKrasimir Georgiev2017-03-061-1/+4
* [clang-format] Use number of unwrapped lines for short namespaceKrasimir Georgiev2017-03-021-10/+3
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-271-0/+165