aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/clang-format
AgeCommit message (Expand)AuthorFilesLines
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-04-22[git-clang-format] Change run line from python to python3Nico Weber1-1/+1
2022-04-22[git-clang-format] Add some examples to the help textNico Weber1-0/+10
2022-04-05[clang-format] Pass return code of git-clang-format by sys.exit()owenca1-1/+1
2022-03-23[clang-format] [doc] Add script to automatically update help output in ClangF...Marek Kurdej1-10/+10
2022-02-23clang-format.el: Make clang-format work in indirect buffers.Philipp Stephani1-1/+1
2022-01-21[clang][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson1-6/+6
2022-01-16[clang-format] Add return code to git-clang-formatowenca1-2/+9
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-6/+6
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-6/+6
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-6/+6
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-6/+6
2021-12-15[clang-format] Remove spurious JSON binding when DisableFormat = trueAndrew Smith1-1/+1
2021-12-14[clang-format] add support for cppm filesmydeveloperday2-2/+3
2021-10-30[clang-format] Add --staged/--cached option to git-clang-formatErik Larsson1-10/+19
2021-10-20[clang-format] git-clang-format throws an assertion when removing files as pa...mydeveloperday1-0/+2
2021-10-15[git-clang-format] Add --diffstat parameterRoland Fischer1-0/+15
2021-10-15[clang-format] [PR42014,PR52021] don't let clang-format assert/crash when fil...mydeveloperday1-2/+17
2021-10-08[clang-format-diff] Fix missing formatting for zero length git diff linesZequan Wu2-5/+8
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-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 JSONmydeveloperday3-2/+15
2021-05-11[git-clang-format] Do not apply clang-format to symlinksPirama Arumuga Nainar1-4/+13
2021-04-22Update shebang for clang-format-diff script to python3.Paula Toth1-1/+1
2021-03-05[clang-format] Rename case sortingBjörn Schäpers1-1/+1
2021-03-05[clang-format] Improve clang-format-diff.py error messageDavid Spickett1-5/+13
2021-02-02[clang-format] Add case aware include sorting.Kent Sommer1-2/+6
2020-12-17Fix -Wno-error= parsing in clang-format.Joachim Meyer1-13/+18
2020-12-09clang-format: Migrate createInMemoryFile to FileEntryRef, NFCDuncan P. N. Exon Smith1-1/+1
2020-12-03Support: Change InMemoryFileSystem::addFileNoOwn to take a MemoryBufferRef, NFCDuncan P. N. Exon Smith1-3/+3
2020-11-14[git-clang-format] Process CUDA header filesmydeveloperday1-1/+1
2020-10-29Revert "clang-format: Add a consumer to diagnostics engine"Nico Weber2-6/+2
2020-10-29clang-format: Add a consumer to diagnostics engineKrasimir Georgiev2-2/+6
2020-10-16clang-format: Assert in-memory file created in createInMemoryFile, NFCDuncan P. N. Exon Smith1-2/+2
2020-09-19Add -Wno-error=unknown flag to clang-format.Joachim Meyer1-1/+14
2020-09-18[clang-format] Recognize "hxx" as a C++ header in clang-format-diff.pyMiklos Vajna1-2/+2
2020-08-26Fix quiet mode in git-clang-formatGi Vald1-1/+2
2020-07-24Revert "Add Debug Info Size to Symbol Status"Walter Erquinigo1-0/+585
2020-07-24Add Debug Info Size to Symbol StatusYifan Shen1-585/+0
2020-05-24[clang-format][PR46043] Parse git config w/ implicit valuesJake Merdich1-1/+6
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-15[Format] Work around current vim bugs in clang-format.pySam McCall1-11/+22
2020-04-13[clang-format] A Minor change to clang-format-diff.pymydeveloperday1-1/+1
2020-03-02[git-clang-format] Fix typo in help messageJim Lin1-1/+1