summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/NamespaceEndCommentsFixer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [clang-format] Fix clang-tidy readability problems, NFCIKrasimir Georgiev2018-04-231-3/+3
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-231-2/+1
* [clang-format] Don't remove empty lines before namespace endingsKrasimir Georgiev2018-04-191-1/+1
* [format] Initialize regex lazilyBenjamin Kramer2018-03-201-8/+8
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-2/+2
* [clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...Marek Kurdej2017-09-271-0/+6
* [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
OpenPOWER on IntegriCloud