summaryrefslogtreecommitdiff
path: root/clang/lib/Format/NamespaceEndCommentsFixer.cpp
AgeCommit message (Expand)Author
2025-10-02[clang-format][NFC] Introduce isNoneOf (#161021)Björn Schäpers
2024-03-19Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"Owen Pan
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan
2023-09-29[clang-format] Handle __attribute/__declspec/AttributeMacro consistently (#67...Owen Pan
2023-09-26[clang-format] Fix a bug in NamespaceEndCommentsFixer (#67422)Owen Pan
2023-08-16[clang-format] Handle NamespaceMacro string arg for FixNamespaceCommentsOwen Pan
2023-08-10[clang-format] Correctly count annoated lines of a namespace bodyOwen Pan
2023-07-24[clang-format] Insert namespace comments with leading spacesOwen Pan
2022-03-10[clang-format] Fix namespace format when the name is followed by a macroZequan Wu
2022-03-04[clang-format] fix namepsace format when the name is macro expansionZequan Wu
2022-02-12[clang-format] Remove unnecessary parentheses in return statements. NFC.Marek Kurdej
2022-02-02[clang-format] Elide unnecessary braces. NFC.Marek Kurdej
2022-02-01[clang-format] Use ranged for loops. NFC.Marek Kurdej
2022-01-14[clang-format] Fix namespace end comments fixer with anonymous namespaces.Marek Kurdej
2022-01-07[clang-format] Use prefix increment and decrement. NFC.Marek Kurdej
2021-12-26Remove redundant string initialization (NFC)Kazu Hirata
2021-12-14[clang-format] FixNamespaceComments does not understand namespace aliasesmydeveloperday
2021-03-01[clang-format][PR47290] Add ShortNamespaceLines format optionKrystian Kuzniarek
2021-02-01[clang-format] Add option to control the spaces in a line commentBjörn Schäpers
2021-01-29Revert "[clang-format] Add option to control the spaces in a line comment"Björn Schäpers
2021-01-29[clang-format] Add option to control the spaces in a line commentBjörn Schäpers
2020-05-30[clang-format] [PR46130] When editing a file with unbalance {} the namespace ...mydeveloperday
2020-05-15[clang-format] [PR44345] Long namespace closing comment is duplicated endlesslymydeveloperday
2019-11-19[clang][NFC] Make various uses of Regex constThomas Preud'homme
2019-07-23clang-format: Fix namespace end comments for namespaces with attributes and m...Nico Weber
2019-06-06clang-format: better handle namespace macrosFrancois Ferrand
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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