summaryrefslogtreecommitdiff
path: root/tools/clang-format
Commit message (Expand)AuthorAgeFilesLines
* [Format] Add machine-readable SPDX license ID to clang-format.elSam McCall2019-10-151-0/+1
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-132-61/+180
* Revert r374663 "[clang-format] Proposal for clang-format to give compiler sty...Nico Weber2019-10-122-180/+61
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-122-61/+180
* [clang-format] [NFC] Ensure clang-format is itself clang-formatted.Paul Hoad2019-10-071-34/+37
* [clang-format] [PR36858] Add missing .hh and .cs extensions from python suppo...Paul Hoad2019-09-242-3/+4
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-1/+2
* Improve clang-format-diff help outputNico Weber2019-07-231-8/+4
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [git-clang-format] recognize hxx as a C++ fileMiklos Vajna2019-06-211-1/+1
* git-clang-format: Remove trailing whitespace in docstring. NFC.Sam Clegg2019-06-191-13/+13
* [ClangFormat] Editor integrations inherit default style from clang-format binarySam McCall2019-05-174-8/+11
* [clang-format] Fix the crash when formatting unsupported encodingsOwen Pan2019-05-081-0/+30
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-211-1/+1
* [tools] Fix python DeprecationWarning: invalid escape sequenceSerge Guelton2019-02-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-18/+15
* Portable Python script across Python versionSerge Guelton2019-01-031-4/+5
* Portable Python script across Python versionSerge Guelton2018-12-184-4/+4
* Portable Python script across Python versionSerge Guelton2018-12-181-0/+1
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-5/+5
* clang-format-diff: Make it work with python3 tooKrasimir Georgiev2018-08-031-10/+15
* [clang-format] Add a default format style that can be used by users of `getSt...Eric Liu2018-06-251-10/+11
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-092-2/+2
* Use InitLLVM in clang as well.Rui Ueyama2018-04-131-11/+3
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [clang-format] Wildcard expansion on Windows.Alexander Kornienko2018-03-261-1/+10
* [clang-format] Fix bug where -dump-config failed on ObjC headerBen Hamilton2018-01-291-3/+20
* [git-clang-format] Process CUDA filesJonas Hahnfeld2018-01-281-0/+1
* [CMake] Use PRIVATE in target_link_libraries for fuzzers.Matt Morehouse2017-12-061-0/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Fix assume-filename handling in clang-format.elPhilipp Stephani2017-12-021-16/+29
* Fix clang-format CLion integration bug.Eric Liu2017-11-021-1/+1
* [cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_ENGINE.Matt Morehouse2017-10-122-2/+2
* [clang-format] Allow building fuzzer with OSS-Fuzz flags.Matt Morehouse2017-10-122-3/+7
* Update for llvm change.Rafael Espindola2017-09-081-1/+3
* [clang-format] Fix lines=all case in clang-format.pyKrasimir Georgiev2017-09-051-1/+1
* Fix ClangFormatFuzzer.George Karpenkov2017-08-241-2/+5
* Update Clang fuzzers to use libFuzzer bundled with the toolchain.George Karpenkov2017-08-231-3/+3
* [clang-format] Fix lines regression in clang-format.pyKrasimir Georgiev2017-08-221-1/+1
* clang-format: add an option -verbose to list the files being processedSylvestre Ledru2017-08-121-16/+16
* clang-format: Add capability to format the diff on save in vim.Daniel Jasper2017-06-191-2/+13
* [clang-format] Allow git-clang-format to handle empty extensions.Eric Fiselier2017-06-151-0/+2
* Print registered targets in clang's version informationDimitry Andric2017-06-061-2/+1
* Make git-clang-format python 3 compatibleEric Fiselier2017-05-251-4/+30
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-5/+12
* Fix Python 2 vs 3 incompatability with dict.items() vs iteritems()Eric Fiselier2017-04-201-1/+6
* Begin making git-clang-format python3 compatible.Eric Fiselier2017-04-201-21/+25
* clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, r...Nico Weber2017-02-271-4/+9
* Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Wi...NAKAMURA Takumi2017-02-251-1/+0
* clang-format: Don't leave behind temp files in -i mode on Windows, PR26125Nico Weber2017-02-241-0/+1