summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-16/+38
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-9/+13
* clang-format: [JS] Add a Closure Compiler JSDoc tags to the defaultDaniel Jasper2016-06-211-1/+1
* [clang-format] do not add existing includes.Eric Liu2016-06-141-1/+7
* clang-format: [JS] Initialize new configuration value.Martin Probst2016-06-131-0/+2
* clang-format: [JS] Indent namespaces in JavaScript/TS by default.Martin Probst2016-06-131-0/+1
* clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst2016-06-131-1/+3
* [clang-format] pass Style by reference instead of value.Eric Liu2016-06-111-1/+1
* [clang-format] make header guard identification stricter (with Lexer).Eric Liu2016-06-061-23/+51
* [clang-format] skip empty lines and comments in the top of the code when inse...Eric Liu2016-06-031-8/+23
* clang-format: [JS] Sort imported symbols.Martin Probst2016-06-011-8/+2
* Avoid unused variable warning in release builds.Benjamin Kramer2016-05-311-0/+1
* [clang-format] insert new #includes into correct blocks when cleaning up Repl...Eric Liu2016-05-311-34/+177
* clang-format: [JS] sort ES6 imports.Martin Probst2016-05-201-781/+24
* [clang-format] Make formatReplacements() also sort #includes.Eric Liu2016-05-181-1/+11
* [clang-format] Make FormatTokenLess::operator() const.Eric Liu2016-05-181-1/+1
* Make clang-format cleaner remove redundant commas in list and redundant colon...Eric Liu2016-05-181-0/+48
* clang-format: [JS] simplify logic by parsing forward.Martin Probst2016-05-171-65/+36
* clang-format: [JS] fix template string width counting.Martin Probst2016-05-171-45/+23
* clang-format: [JS] respect clang-format off when requoting strings.Martin Probst2016-05-121-1/+1
* Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...Eric Liu2016-04-281-63/+53
* Addressed review's comments.Eric Liu2016-04-281-1/+1
* Added Fixer implementation and fix() interface in clang-format for removing r...Eric Liu2016-04-251-258/+423
* clang-format: Implemented tab usage for continuation and indentationMarianne Mailhot-Sarrasin2016-04-141-0/+2
* clang-format: Allow include of clangFormat.h in managed contextMarianne Mailhot-Sarrasin2016-04-141-0/+1
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-11/+1
* Added support for different VFSs in format::getStyle. Disable platform-relate...Eric Liu2016-03-241-8/+17
* Revert "Added support for different VFSs in format::getStyle."Eric Liu2016-03-241-17/+7
* Revert "removed redundant comment in format::getStyle."Eric Liu2016-03-241-7/+17
* Revert "Added support for different VFSs in format::getStyle."Eric Liu2016-03-241-17/+7
* Revert "removed redundant comment in format::getStyle."Eric Liu2016-03-241-1/+2
* removed redundant comment in format::getStyle.Eric Liu2016-03-241-2/+1
* Added support for different VFSs in format::getStyle.Eric Liu2016-03-241-7/+17
* Test commit access to clang repo.Eric Liu2016-03-241-0/+1
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-2/+9
* clang-format: [JS] Make requoting of JavaScript string literals onlyDaniel Jasper2016-03-171-78/+88
* clang-format: Use stable_sort when sorting #includes.Daniel Jasper2016-03-031-4/+5
* clang-format: [JS] Optionally re-quote string literals.Daniel Jasper2016-03-021-5/+93
* Add functions to apply replacements and reformat them.Manuel Klimek2016-03-011-0/+28
* clang-format: [JS] Add @return to the supported JSDoc pragmas in GoogleDaniel Jasper2016-02-221-1/+1
* clang-format: [JS] Support @see annotations in JSDoc comments in GoogleDaniel Jasper2016-02-071-1/+1
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-011-1/+5
* clang-format: Fix the counting of leading whitespace in tok::unknown tokensDaniel Jasper2016-01-091-0/+2
* Make clang::format::reformat work with non 0-terminated strings.Daniel Jasper2016-01-091-2/+3
* clang-format: [JS] Add some Closure Compiler JSDoc tags to the defaultDaniel Jasper2016-01-081-0/+1
* clang-format: [TableGen] Support ;-less include lines.Daniel Jasper2015-12-251-7/+8
* Disable include sorting by default for Chromium style.Nico Weber2015-12-221-0/+1
* clang-format: [JS] "operator" is not a keyword in Java/JavaScript.Daniel Jasper2015-12-221-2/+4
* clang-format: Only consider the first #include that looks right to beDaniel Jasper2015-12-211-3/+6
OpenPOWER on IntegriCloud