aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/clang-format/clang-format-diff.py
AgeCommit message (Expand)AuthorFilesLines
2025-04-18[clang-format] Handle spaces in filename paths in clang-format-diff.py (#135779)Selim Keles1-1/+1
2025-04-10Treat ipynb as json (#135137)Tim Clephas1-1/+1
2024-08-27[clang-format-diff.py][NFC] Document _stderr as unusedMarcoFalke1-1/+1
2024-08-21[clang-format] Use double hyphen for multiple-letter flags (#100978)magic-akari1-4/+4
2024-03-27[clang-format] Exit clang-format-diff only after all diffs are printed (#86776)Owen Pan1-3/+7
2023-12-05[clang-format][NFC] Use `prog` in clang-format-diff.py (#74399)Owen Pan1-3/+1
2023-11-28Improve clang-format-diff help output (#73491)serge-sans-paille1-3/+6
2023-11-08[clang-format] Add ability for clang-format-diff to exit with non-0 status (#...Conrad Donahue1-0/+1
2023-08-24[clang-format] Add Verilog suffixes to the scriptssstwcw1-2/+2
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta1-115/+155
2023-03-09Revert "[clang-format] Add -j to clang-format-diff to speed up formatting"Nikita Popov1-66/+40
2023-03-02[clang-format] Add -j to clang-format-diff to speed up formattingSean Maher1-40/+66
2023-02-27[clang-format-diff] Correctly parse start-of-file diffsTamir Duberstein1-3/+10
2021-12-14[clang-format] add support for cppm filesmydeveloperday1-2/+2
2021-10-08[clang-format-diff] Fix missing formatting for zero length git diff linesZequan Wu1-3/+5
2021-09-09[clang_format] Add fallback-style flag to clang-format-diff.pyHaowei Wu1-0/+7
2021-06-26[clang-format] Add basic support for formatting JSONmydeveloperday1-1/+1
2021-04-22Update shebang for clang-format-diff script to python3.Paula Toth1-1/+1
2021-03-05[clang-format] Improve clang-format-diff.py error messageDavid Spickett1-5/+13
2020-09-18[clang-format] Recognize "hxx" as a C++ header in clang-format-diff.pyMiklos Vajna1-2/+2
2020-05-07[clang-format] [PR45126] Help text is missing all available formatsmydeveloperday1-2/+2
2020-05-06[NFC] Improve doc string to mention that paths in diff are used as-isChristopher Tetreault1-1/+5
2020-04-13[clang-format] A Minor change to clang-format-diff.pymydeveloperday1-1/+1
2019-09-24[clang-format] [PR36858] Add missing .hh and .cs extensions from python suppo...Paul Hoad1-2/+2
2019-07-23Improve clang-format-diff help outputNico Weber1-8/+4
2019-02-11[tools] Fix python DeprecationWarning: invalid escape sequenceSerge Guelton1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-03Portable Python script across Python versionSerge Guelton1-4/+5
2018-12-18Portable Python script across Python versionSerge Guelton1-1/+1
2018-12-18Portable Python script across Python versionSerge Guelton1-0/+1
2018-08-03clang-format-diff: Make it work with python3 tooKrasimir Georgiev1-10/+15
2016-12-03Add the --no-color option to the git call in the doc when using clang-format-...Sylvestre Ledru1-1/+1
2016-01-20clang-format-diff: Replace hard-code default for clang-format binary with flag.Daniel Jasper1-9/+6
2015-10-07clang-format: Add include sorting capabilities to sublime, emacs andDaniel Jasper1-0/+4
2015-03-11clang-format: Recognize the .ts (TypeScript) extension as JavaScript.Daniel Jasper1-1/+1
2014-12-08clang-format: Make clang-format-diff.py format java files.Daniel Jasper1-1/+1
2014-11-14clang-format: Give clang-format-diff.py a -v option.Daniel Jasper1-0/+4
2014-09-02Use /usr/bin/env python instead of /usr/bin/python.Ed Schouten1-1/+1
2014-05-14clang-format: Add clang-format-diff usage examples for SVN.Daniel Jasper1-1/+2
2014-01-21clang-format: Enable formatting for .proto and .protodevel files.Daniel Jasper1-1/+2
2013-12-19Fix usage description of clang-format-diff.py.Daniel Jasper1-2/+2
2013-12-18clang-format-diff.py: fix -regex/-iregex matchingAlp Toker1-4/+4
2013-12-18clang-format-diff.py: add the OpenCL file extensionAlp Toker1-1/+1
2013-12-16Added -iregex for case-insensitive regex to filter file names.Alexander Kornienko1-5/+13
2013-12-10clang-format-diff.py: Support -regex filter and more filename extensionsAlp Toker1-4/+5
2013-12-05clang-format-diff.py: pass through errors to stderr, not stdoutAlp Toker1-5/+2
2013-12-04clang-format-diff.py: Fix 'beintroduced' in help outputAlp Toker1-1/+1
2013-10-11Changed clang-format-diff.py to output diff by default. Added -i option to ap...Alexander Kornienko1-3/+22
2013-10-08clang-format: Don't exit with failure on empty files.Daniel Jasper1-1/+2
2013-10-02clang-format: Fix clang-format-diff.py according to diff specification.Daniel Jasper1-2/+5