aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/clang-format/ClangFormat.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-14Revert "[clang-format] Fix an off-by-1 bug with -length option (#143302)"Owen Pan1-7/+3
2025-06-13[clang-format] Fix an off-by-1 bug with -length option (#143302)Owen Pan1-3/+7
2025-06-12Reland "[clang-format][NFC] Clean up fillRanges() in ClangFormat.cpp" (#143477)Owen Pan1-28/+24
2025-06-09Revert "[clang-format][NFC] Clean up fillRanges() in ClangFormat.cpp (#143236)"Jorge Gorbe Moya1-21/+28
2025-06-07[clang-format][NFC] Clean up fillRanges() in ClangFormat.cpp (#143236)Owen Pan1-28/+21
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-4/+4
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-4/+4
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-4/+4
2025-05-20[clang-format] Handle raw string literals containing JSON code (#140666)Owen Pan1-2/+2
2025-05-19[clang-format][NFC] Upgrade SortIncludes option to a struct (#140497)Owen Pan1-3/+2
2025-04-10Treat ipynb as json (#135137)Tim Clephas1-1/+1
2024-12-03[clang-format] Add support for `.cjs` as JavaScript file extension (#118188)Jim B1-1/+1
2024-11-24[clang-format][doc] Minor cleanupOwen Pan1-1/+1
2024-10-25[clang-format] Print the names of unfound files in error messages (#113640)Owen Pan1-2/+2
2024-10-25Fix MSVC "signed/unsigned mismatch" warning. NFC.Simon Pilgrim1-1/+1
2024-10-24[clang-format] Fix working -assume-filename with .clang-format-ignore (#113100)kakkoko1-1/+4
2024-10-18[clang-format] Fix a bug that always returns error for JSON (#112839)Owen Pan1-7/+8
2024-08-31[NFC] Fix typos (#106817)c8ef1-1/+1
2024-08-10[clang-format] Fix a serious bug in `git clang-format -f` (#102629)Owen Pan1-1/+11
2024-08-02[clang-format] Handle parenthesized list in RemoveParentheses (#100852)Owen Pan1-1/+1
2024-06-06[clang-format][NFC] Remove an else after a return statement (#94548)Nour1-2/+1
2024-05-20[clang-format][NFC] Remove redundnat llvm::, clang::, etc.Owen Pan1-12/+10
2024-05-15[clang-format][NFC] Reformat with 18.1.5Owen Pan1-1/+2
2024-05-01[z/OS] treat text files as text files so auto-conversion is done (#90128)Sean Perry1-3/+4
2024-04-12Add txtpb to the list of supported TextProto extensions (#88355)Jing Wang1-1/+1
2024-03-21[clang-format] Add --fail-on-incomplete-format. (#84346)Roberto Bampi1-4/+9
2024-03-19Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"Owen Pan1-0/+6
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan1-6/+0
2024-02-07[clang-format] Fix a regression in dumping the config (#80628)Owen Pan1-24/+25
2024-01-23[Format] Fix detection of languages when reading from stdin (#79051)Ben Hamilton (Ben Gertzfield)1-11/+13
2024-01-09Reland "[clang-format] Optimize processing .clang-format-ignore files"Owen Pan1-20/+45
2024-01-04Revert "[clang-format] Optimize processing .clang-format-ignore files (#76733)"Mitch Phillips1-45/+20
2024-01-03[clang-format] Optimize processing .clang-format-ignore files (#76733)Owen Pan1-20/+45
2023-12-29[clang-format] Add .clang-format-ignore for ignoring files (#76327)Owen Pan1-1/+68
2023-12-08[clang-format][NFC] Clean up the driver and getStyle() in Format.cpp (#74794)Owen Pan1-23/+17
2023-11-30[clang-format][NFC] Reformat source code with clang-format styleOwen Pan1-2/+1
2023-09-07[clang-format][NFC] Fix broken dump_format_help.py and sync RST file (#65429)Owen1-1/+2
2023-01-22[clang-format][NFC] Add .clang-format to clang/tools/clang-format/Owen Pan1-2/+1
2022-10-11[clang-format] update --files help descriptionYuanfang Chen1-3/+5
2022-07-08[clang-format] Fix an assertion failure on -lines=0:nowenca1-1/+5
2022-07-03[clang-format] Tweak help text a bitNico Weber1-4/+6
2022-06-26[clang-format] Parse Verilog if statementssstwcw1-1/+12
2022-06-15[clang-format][NFC] Fix braces in ClangFormat.cppowenca1-12/+11
2022-03-23[clang-format] [doc] Add script to automatically update help output in ClangF...Marek Kurdej1-10/+10
2021-12-15[clang-format] Remove spurious JSON binding when DisableFormat = trueAndrew Smith1-1/+1
2021-10-15[clang-format] [PR42014,PR52021] don't let clang-format assert/crash when fil...mydeveloperday1-2/+17
2021-10-03[clang-format] allow clang-format to be passed a file of filenames so we can ...mydeveloperday1-1/+20
2021-09-24[clang-format] ensure clang-format command-line argument sets up the default ...mydeveloperday1-4/+17
2021-09-23[clang-format] Add Left/Right Const fixer capabilitymydeveloperday1-0/+16
2021-06-26[clang-format] Add basic support for formatting JSONmydeveloperday1-1/+13