summaryrefslogtreecommitdiff
path: root/tools/clang-format/ClangFormat.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-131-61/+179
* Revert r374663 "[clang-format] Proposal for clang-format to give compiler sty...Nico Weber2019-10-121-179/+61
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-121-61/+179
* [clang-format] [NFC] Ensure clang-format is itself clang-formatted.Paul Hoad2019-10-071-34/+37
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-1/+2
* [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
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-5/+5
* [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-091-1/+1
* Use InitLLVM in clang as well.Rui Ueyama2018-04-131-11/+3
* [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
* Fix clang-format CLion integration bug.Eric Liu2017-11-021-1/+1
* Update for llvm change.Rafael Espindola2017-09-081-1/+3
* clang-format: add an option -verbose to list the files being processedSylvestre Ledru2017-08-121-16/+16
* Print registered targets in clang's version informationDimitry Andric2017-06-061-2/+1
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-5/+12
* 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
* 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
* 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
* 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-161-14/+13
* 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
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-9/+15
* 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-231-31/+59
* Reapply r236854 and fixed r236867.Daniel Jasper2015-05-101-4/+10
* Revert "Make emacs show when clang-format encountered a syntax error."Tobias Grosser2015-05-081-11/+5
* 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-081-5/+11
* clang-format: Don't allow -i when reading from stdin.Daniel Jasper2015-05-061-1/+3
* Adopt new cl::HideUnrelatedOptions API added r226729.Chris Bieneman2015-01-211-9/+1
* Add the shifted cursor position to XML output, so it can be used by editor in...Manuel Klimek2015-01-091-0/+4
* clang-format: Document that --assume-filename affects the language.Nico Weber2014-11-101-1/+1
* clang-format: Cut more clangAST dependencies.Daniel Jasper2014-10-291-0/+1
* 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