summaryrefslogtreecommitdiffstats
path: root/tools/clang-format
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: Add clangRewrite dependency to fix cmake build.Daniel Jasper2015-09-301-0/+1
* clang-format: Use Rewriter again to write the output files.Daniel Jasper2015-09-301-18/+18
* clang-format: Extend #include sorting functionalityDaniel Jasper2015-09-291-5/+5
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-233-33/+60
* clang-format: Extend vim integration so that a line range can be passed in.Daniel Jasper2015-07-111-2/+16
* clang-format: Add TypeScript detection to git-clang-format.Daniel Jasper2015-06-191-0/+1
* Fix terrible python goof in clang-format.py which broke my vimChandler Carruth2015-06-041-1/+1
* Make vim also output a helpful message in some error cases.Manuel Klimek2015-06-021-0/+2
* revert r237081 -- bad idea (-lcrypt may not be present)Kostya Serebryany2015-05-121-1/+0
* add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)Kostya Serebryany2015-05-121-0/+1
* Reapply r236854 and fixed r236867.Daniel Jasper2015-05-102-10/+21
* Revert "Make emacs show when clang-format encountered a syntax error."Tobias Grosser2015-05-082-22/+11