aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/NamespaceEndCommentsFixer.cpp
AgeCommit message (Expand)Author
2018-09-05clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-23[clang-format] Fix clang-tidy readability problems, NFCIKrasimir Georgiev
2018-04-23Format closing braces when reformatting the line containing the opening brace.Manuel Klimek
2018-04-19[clang-format] Don't remove empty lines before namespace endingsKrasimir Georgiev
2018-03-20[format] Initialize regex lazilyBenjamin Kramer
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-09-27[clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...Marek Kurdej
2017-06-27[clang-format] Fix a clang-tidy warning, NFCKrasimir Georgiev
2017-06-14clang-format: Add CompactNamespaces optionFrancois Ferrand
2017-04-04[clang-format] fix crash in NamespaceEndCommentsFixer (PR32438)Matthias Gehre
2017-03-07[clang-format] Support namespaces ending in semicolonKrasimir Georgiev
2017-03-06[clang-format] Make NamespaceEndCommentFixer add at most one commentKrasimir Georgiev
2017-03-02[clang-format] Use number of unwrapped lines for short namespaceKrasimir Georgiev
2017-02-27[clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev