aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/Format.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-03[clang-format] Support text proto messagesKrasimir Georgiev1-0/+7
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith1-1/+0
2017-06-30clang-format: add options to merge empty record bodyFrancois Ferrand1-5/+11
2017-06-29[clang-format] Switch to case-insensitive header matching and use it toChandler Carruth1-5/+7
2017-06-23[clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev1-26/+44
2017-06-21clang-format: introduce InlineOnly short function styleFrancois Ferrand1-0/+1
2017-06-21[clang-format] Support sorting using declarationsKrasimir Georgiev1-0/+11
2017-06-14clang-format: Add CompactNamespaces optionFrancois Ferrand1-3/+5
2017-06-13clang-format: add option to merge empty function bodyFrancois Ferrand1-3/+5
2017-05-29clang-format: [JS] do not clean up duplicated commas.Martin Probst1-0/+3
2017-05-24clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand1-4/+23
2017-05-22clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand1-0/+3
2017-05-09clang-format: [JS] keep triple slash directives intact.Martin Probst1-3/+4
2017-05-08[clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper1-3/+16
2017-04-21[clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev1-8/+19
2017-04-05clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber1-0/+1
2017-03-31clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper1-2/+2
2017-03-13clang-format: [JS] do not wrap @see tags.Martin Probst1-2/+3
2017-03-10[clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu1-0/+4
2017-03-08[clang-format] Fixed a typo in Format.cpp and a clang-tidy nit about std::fun...Krasimir Georgiev1-3/+3
2017-03-02Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.Nico Weber1-1/+0
2017-03-01[clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev1-8/+25
2017-02-28Blacklist arbitrary @\\w+ JSDoc tags from wrapping.Martin Probst1-2/+2
2017-02-27[clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev1-0/+11
2017-02-24clang-format: Enable include sorting for style=ChromiumNico Weber1-1/+0
2017-02-24clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber1-2/+2
2017-01-31Keep Chromium ObjC column limit at 80 for consistency with C++Nico Weber1-0/+2
2017-01-27clang-format: [JS] do not format MPEG transport streams.Martin Probst1-1/+12
2017-01-20clang-format: fix fallback style set to "none" not always formattingAntonio Maiorano1-6/+6
2017-01-17clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyleAntonio Maiorano1-35/+29
2017-01-04Change clang-format's Chromium JavaScript defaultsNico Weber1-0/+3
2016-12-23Use after move bug fixesPiotr Padlewski1-6/+9
2016-12-22Make FormatStyle.GetStyleOfFile test work on MSVCAntonio Maiorano1-1/+5
2016-12-19[clang-format] revert an unintended change in r288493 and add a test case.Eric Liu1-1/+1
2016-12-14Update the default of the Mozilla coding styleSylvestre Ledru1-1/+3
2016-12-12clang-format: Separate out a language kind for ObjC.Daniel Jasper1-1/+15
2016-12-09[clang-format] calculate MaxInsertOffset in the original code correctly.Eric Liu1-0/+2
2016-12-02[ClangFormat] Only insert #include into the #include block in the beginning o...Eric Liu1-30/+100
2016-11-24[Format] Avoid copying std::sets and simplify code a bit.Benjamin Kramer1-3/+3
2016-11-08[clang-format] Remove (SourceManager, FileID) variantsDaniel Jasper1-19/+0
2016-10-20[Format] Cleanup after replacing constructor body with = defaultMalcolm Parsons1-0/+1
2016-10-19Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner1-1/+1
2016-10-05Make DeletedLines local variables in checkEmptyNamespace.Eric Liu1-5/+6
2016-10-05[clang-format] append newline after code when inserting new headers at the en...Eric Liu1-0/+9
2016-09-23[clang-format] support header deletion in cleanupAroundReplacemnts.Eric Liu1-2/+29
2016-09-21clang-format: [JS] do not wrapp @returns tags.Martin Probst1-1/+2
2016-09-18clang-format: [JS] Do not wrap taze annotation comments.Martin Probst1-1/+1
2016-09-13Remove redundant comma around parenthesis in parameter list.Eric Liu1-0/+2
2016-09-09Also cleanup comments around redundant colons/commas in format::cleanup.Eric Liu1-0/+2
2016-09-07clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLineDaniel Jasper1-1/+1