summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Keep Chromium ObjC column limit at 80 for consistency with C++Nico Weber2017-01-311-0/+2
* clang-format: [JS] do not format MPEG transport streams.Martin Probst2017-01-271-1/+12
* clang-format: fix fallback style set to "none" not always formattingAntonio Maiorano2017-01-201-6/+6
* clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyleAntonio Maiorano2017-01-171-35/+29
* Change clang-format's Chromium JavaScript defaultsNico Weber2017-01-041-0/+3
* Use after move bug fixesPiotr Padlewski2016-12-231-6/+9
* Make FormatStyle.GetStyleOfFile test work on MSVCAntonio Maiorano2016-12-221-1/+5
* [clang-format] revert an unintended change in r288493 and add a test case.Eric Liu2016-12-191-1/+1
* Update the default of the Mozilla coding styleSylvestre Ledru2016-12-141-1/+3
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-121-1/+15
* [clang-format] calculate MaxInsertOffset in the original code correctly.Eric Liu2016-12-091-0/+2
* [ClangFormat] Only insert #include into the #include block in the beginning o...Eric Liu2016-12-021-30/+100
* [Format] Avoid copying std::sets and simplify code a bit.Benjamin Kramer2016-11-241-3/+3
* [clang-format] Remove (SourceManager, FileID) variantsDaniel Jasper2016-11-081-19/+0
* [Format] Cleanup after replacing constructor body with = defaultMalcolm Parsons2016-10-201-0/+1
* Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner2016-10-191-1/+1
* Make DeletedLines local variables in checkEmptyNamespace.Eric Liu2016-10-051-5/+6
* [clang-format] append newline after code when inserting new headers at the en...Eric Liu2016-10-051-0/+9
* [clang-format] support header deletion in cleanupAroundReplacemnts.Eric Liu2016-09-231-2/+29
* clang-format: [JS] do not wrapp @returns tags.Martin Probst2016-09-211-1/+2
* clang-format: [JS] Do not wrap taze annotation comments.Martin Probst2016-09-181-1/+1
* Remove redundant comma around parenthesis in parameter list.Eric Liu2016-09-131-0/+2
* Also cleanup comments around redundant colons/commas in format::cleanup.Eric Liu2016-09-091-0/+2
* clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLineDaniel Jasper2016-09-071-1/+1
* clang-format: [JavaScript] Do requoting in a separate passDaniel Jasper2016-09-071-44/+64
* clang-format: [JS] merge requoting replacements.Martin Probst2016-09-021-4/+5
* clang-format: Set default WebKit style to use C++11.Daniel Jasper2016-08-311-1/+0
* clang-format: Correctly calculate affected ranges when sorting #includes.Daniel Jasper2016-08-301-4/+4
* Make clang-format remove duplicate headers when sorting #includes.Eric Liu2016-08-101-26/+63
* clang-format: Add SpaceAfterTemplateSylvestre Ledru2016-08-091-0/+3
* 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
OpenPOWER on IntegriCloud