summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "clang-format: Only output IncompleteFormat if -cursor is given."Renato Golin2015-05-081-6/+6
* clang-format: Only output IncompleteFormat if -cursor is given.Daniel Jasper2015-05-081-6/+6
* Make emacs show when clang-format encountered a syntax error.Manuel Klimek2015-05-082-11/+22
* fix clang-fuzzer and clang-format-fuzzer Kostya Serebryany2015-05-071-1/+1
* clang-format: Don't allow -i when reading from stdin.Daniel Jasper2015-05-061-1/+3
* clang-format: Add default fallback style.Daniel Jasper2015-04-171-0/+1
* clang-format: add an option for fallback style in vimrcDaniel Jasper2015-04-161-0/+4
* clang-format: Recognize the .ts (TypeScript) extension as JavaScript.Daniel Jasper2015-03-111-1/+1
* Reverting r227453, which adds back the fuzzer library. Now excluding the clan...Aaron Ballman2015-01-293-1/+45
* Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman2015-01-293-43/+1
* Add clang-format-fuzzer targetKostya Serebryany2015-01-283-1/+43
* Adopt new cl::HideUnrelatedOptions API added r226729.Chris Bieneman2015-01-211-9/+1
* Make clang-format work in emacs buffers with unicode characters.Manuel Klimek2015-01-191-11/+16
* Update clang-format.el to use xml output and patch in the returned chunks.Manuel Klimek2015-01-131-46/+86
* Add the shifted cursor position to XML output, so it can be used by editor in...Manuel Klimek2015-01-091-0/+4
* Improve clang-format.el.Manuel Klimek2015-01-081-48/+117
* clang-format: Make clang-format-diff.py format java files.Daniel Jasper2014-12-081-1/+1
* clang-format: Give clang-format-diff.py a -v option.Daniel Jasper2014-11-141-0/+4
* clang-format: Document that --assume-filename affects the language.Nico Weber2014-11-101-1/+1
* clang-format: Make it possible to (require 'clang-format)Justin Bogner2014-11-051-0/+2
* clang-format: Fix vim integration if g:clang_format_binary doesn't existDaniel Jasper2014-11-041-1/+1
* clang-format: permit setting the path to clang in vimrcSaleem Abdulrasool2014-11-021-0/+3
* docs: remove double carriage-returnSaleem Abdulrasool2014-11-021-1/+1
* [CMake] Prune redundant libdeps.NAKAMURA Takumi2014-10-301-1/+0
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-301-0/+1
* clang-format: Cut more clangAST dependencies.Daniel Jasper2014-10-291-0/+1
* Refactor libTooling to reduce required dependencies.Daniel Jasper2014-10-292-4/+1
* clang-format: improve vim integration docsSaleem Abdulrasool2014-10-271-2/+2
* clang-format: [JS] Support regex literals with trailing escaped slash.Daniel Jasper2014-09-091-4/+1
* clang-format: [JS] Support alternative operator names as identifiers.Daniel Jasper2014-09-041-1/+1
* Use /usr/bin/env python instead of /usr/bin/python.Ed Schouten2014-09-022-2/+2
* Make clang's rewrite engine a core featureAlp Toker2014-07-162-2/+2
* Update for llvm api change.Rafael Espindola2014-07-061-3/+5
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-1/+1
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-1/+1
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-221-1/+2
* clang-format: Fix vim-integration for empty files.Daniel Jasper2014-05-221-1/+6
* clang-format: Add clang-format-diff usage examples for SVN.Daniel Jasper2014-05-141-1/+2
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-081-2/+2
* clang-format.py: Don't omit the first two words from error messages.Nico Weber2014-04-171-6/+1
* clang-format: Add proto files and JavaScript to git-clang-format.Daniel Jasper2014-04-091-0/+3
OpenPOWER on IntegriCloud