summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/NamespaceEndCommentsFixer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][NFC] Make various uses of Regex constThomas Preud'homme2019-11-191-10/+10
* clang-format: Fix namespace end comments for namespaces with attributes and m...Nico Weber2019-07-231-2/+14
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-061-24/+67
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-051-6/+1
* 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