aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestComments.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-21[clang-format][NFC] Clean up around StringRef initializations (#149765)Owen Pan1-5/+5
2025-07-10[clang-format] Split line comments separated by backslashes (#147648)Owen Pan1-10/+8
2025-06-28[clang-format] Fix a bug in `ReflowComments: Always` (#146202)Owen Pan1-1/+1
2024-10-11[clang-format] Introduce "ReflowComments: IndentOnly" to re-indent comments w...Iuri Chaer1-1/+28
2024-08-22[clang-format] Change BinPackParameters to enum and add AlwaysOnePerLine (#10...Tom1-4/+31
2024-07-11[clang-format] Fix a bug in TCAS_Leave using tabs for indentation (#98427)Owen Pan1-0/+17
2024-06-14[clang-format] Don't over-indent comment below unbraced body (#95354)Owen Pan1-0/+30
2024-04-12[clang-format] Fix a regression in ContinuationIndenter (#88414)Owen Pan1-0/+4
2024-02-06[clang-format] Handle doxygen commands starting with \ (#80381)Fernando Tagawa1-0/+8
2023-12-06[clang-format] Handle merging functions containing only a block comment (#74651)Owen Pan1-7/+8
2023-11-19[clang-format] Fix a bug in aligning comments above PPDirective (#72791)Owen Pan1-0/+11
2023-10-26[clang-format][NFC] Remove extraneous newlines in some unit test filesOwen Pan1-135/+135
2023-10-25[clang-format] Don't align comments over scopesBjörn Schäpers1-12/+166
2023-09-24[clang-format] Fix a bug in aligning trailing comments (#67221)Owen Pan1-0/+6
2023-08-02[clang-format] Supress aligning of trailing namespace commentsBjörn Schäpers1-0/+112
2023-07-24[clang-format] Insert namespace comments with leading spacesOwen Pan1-0/+10
2023-07-12[clang-format] Correctly count a tab's width in a commentBjörn Schäpers1-0/+5
2023-06-17[clang-format][NFC] Remove redundant getLLVMStyle() in unit testsOwen Pan1-58/+30
2023-06-16[clang-format][NFC] Clean up unit testsOwen Pan1-15/+11
2023-05-09[clang-format] Put a "trailing" space back in a unit testOwen Pan1-1/+1
2023-05-08[clang-format] Fix consecutive alignments in #else blocksOwen Pan1-2/+2
2023-04-14[clang-format] Correctly indent comment above finalized PPDirectiveOwen Pan1-0/+7
2023-03-01[clang-format][NFC] Refactor formatting unit tests.Manuel Klimek1-65/+5
2022-12-01[clang-format] Don't move comments if AlignTrailingComments: LeaveMaíra Canal1-0/+55
2022-11-21[clang-format][NFC] Removed unused includeBjörn Schäpers1-1/+0
2022-10-30[clang-format] Adds a formatter for aligning trailing comments over empty linesYusuke Kadowaki1-0/+218
2022-03-13[clang-format] Add space to comments starting with '#'.Marek Kurdej1-0/+6
2022-02-20Fix extraneous whitespace addition in line comments on clang-format directivesLuis Penagos1-0/+5
2022-02-16[clang-format] Add test for SpacesInLineCommentPrefix. NFC.Marek Kurdej1-0/+7
2022-02-14[clang-format] Fix SpacesInLineCommentPrefix deleting tokens.Marek Kurdej1-0/+5
2022-02-13Avoid a vulgarism. NFC.Marek Kurdej1-15/+15
2022-02-03[clang-format] Use wider comment prefix space ruleksyx1-0/+84
2022-01-28[clang-format] Fix misaligned trailing comments in the presence of an empty b...Marek Kurdej1-0/+6
2021-12-01Fix a violated precondition in clang-format.Manuel Klimek1-0/+12
2021-03-01[clang-format] Respect spaces in line comment section...Björn Schäpers1-0/+183
2021-02-01[clang-format] Add option to control the spaces in a line commentBjörn Schäpers1-1/+521
2021-01-29Revert "[clang-format] Add option to control the spaces in a line comment"Björn Schäpers1-501/+1
2021-01-29[clang-format] Add option to control the spaces in a line commentBjörn Schäpers1-1/+501
2020-12-23[clang-format] PR48539 ReflowComments breaks Qt translation commentsmydeveloperday1-0/+6
2020-11-09[clang-format] avoid introducing multiline commentsKrasimir Georgiev1-0/+18
2020-10-20[clang-format] Drop clangFrontend dependency for FormatTestsAlex Richardson1-1/+0
2020-10-17Revert "[clang-format] Fix AlignConsecutive on PP blocks"Sylvestre Ledru1-1/+19
2020-05-13[clang-format] Fix AlignConsecutive on PP blocksmydeveloperday1-0/+21
2020-05-02[clang-format] NFC - clang-format the FormatTestsmydeveloperday1-46/+49
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-02clang-format: fix a crash in comment wraps.Martin Probst1-0/+6
2018-07-30[clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev1-0/+100
2018-06-12[clang-format] Fix crash while reflowing backslash in commentsKrasimir Georgiev1-0/+15
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-3/+3
2018-04-04[clang-format] In tests, expected code should be format-stableMark Zeren1-0/+1