summaryrefslogtreecommitdiffstats
path: root/tools/clang-format
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: [JS] do not format MPEG transport streams.Martin Probst2017-01-271-0/+1
* Use UTF-8 for all communication with clang-formatPhilipp Stephani2017-01-202-21/+42
* Make sure that clang-format input is in the right encodingPhilipp Stephani2017-01-172-1/+115
* clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyleAntonio Maiorano2017-01-171-7/+17
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-121-1/+2
* [clang-format] Another attempt at python 3 compatibilityVedant Kumar2016-12-101-1/+7
* Add the --no-color option to the git call in the doc when using clang-format-...Sylvestre Ledru2016-12-031-1/+1
* clang-format: Use git-ls-tree to get file mode in diff modeStephen Hines2016-11-081-1/+10
* Attempt to make clang-format.py python 3 - compatible.Alexander Kornienko2016-10-271-1/+1
* Fix warnings from python difflib.Alexander Kornienko2016-10-271-3/+3
* Fix clang-format vim integration issue with non-ascii charactersAlexander Kornienko2016-10-241-1/+1
* Minor cleanups in clang-format.el.Manuel Klimek2016-10-041-41/+48
* clang-format: Add an option to git-clang-format to diff between to commitsStephen Hines2016-09-221-50/+97
* clang-format: Add Java detection to git-clang-format.Stephen Hines2016-09-131-0/+1
* clang-format: Make emacs integration work with narrowed buffers.Daniel Jasper2016-09-121-1/+1
* [clang-format-vim] Support vim linked against py3Luke Drummond2016-08-311-7/+11
* Make clang-format remove duplicate headers when sorting #includes.Eric Liu2016-08-101-3/+2
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-4/+4
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+0
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-3/+6
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+1
* [CMake] Add install-clang-format target by migrating to add_clang_toolChris Bieneman2016-02-231-8/+19
* Remove autoconf supportChris Bieneman2016-01-261-22/+0
* clang-format-diff: Replace hard-code default for clang-format binary with flag.Daniel Jasper2016-01-201-9/+6
* clang-format: Make moving of the Cursor work properly when sorting #includes.Daniel Jasper2015-11-231-34/+33
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-164-17/+15
* Update list of languages advertised in OVERVIEW: A tool to format C/C++/Java/...Nico Weber2015-10-191-1/+1
* clang-format: Basic escaping when outputting XML.Daniel Jasper2015-10-151-1/+9
* clang-format: Add include sorting capabilities to sublime, emacs andDaniel Jasper2015-10-073-1/+6
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-9/+15
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany2015-10-021-1/+2