aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/NamespaceEndCommentsFixer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-27[clang-format] Fix a clang-tidy warning, NFCKrasimir Georgiev1-1/+1
2017-06-14clang-format: Add CompactNamespaces optionFrancois Ferrand1-16/+48
2017-04-04[clang-format] fix crash in NamespaceEndCommentsFixer (PR32438)Matthias Gehre1-1/+1
2017-03-07[clang-format] Support namespaces ending in semicolonKrasimir Georgiev1-7/+21
2017-03-06[clang-format] Make NamespaceEndCommentFixer add at most one commentKrasimir Georgiev1-1/+4
2017-03-02[clang-format] Use number of unwrapped lines for short namespaceKrasimir Georgiev1-10/+3
2017-02-27[clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev1-0/+165