summaryrefslogtreecommitdiffstats
path: root/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-0/+7
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-5/+11
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-5/+7
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-26/+44
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-0/+1
* [clang-format] Support sorting using declarationsKrasimir Georgiev2017-06-211-0/+11
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-3/+5
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-131-3/+5
* clang-format: [JS] do not clean up duplicated commas.Martin Probst2017-05-291-0/+3
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-4/+23
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-0/+3
* clang-format: [JS] keep triple slash directives intact.Martin Probst2017-05-091-3/+4
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-081-3/+16
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-8/+19
* clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber2017-04-051-0/+1
* clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper2017-03-311-2/+2
* clang-format: [JS] do not wrap @see tags.Martin Probst2017-03-131-2/+3
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+4
* [clang-format] Fixed a typo in Format.cpp and a clang-tidy nit about std::fun...Krasimir Georgiev2017-03-081-3/+3
* Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.Nico Weber2017-03-021-1/+0
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-8/+25
* Blacklist arbitrary @\\w+ JSDoc tags from wrapping.Martin Probst2017-02-281-2/+2
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-271-0/+11
* clang-format: Enable include sorting for style=ChromiumNico Weber2017-02-241-1/+0
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-2/+2
* 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