aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/UnwrappedLineParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-03[clang-format] Support text proto messagesKrasimir Georgiev1-8/+25
2017-06-27[clang-format] Fix a buildbot failure after r306406Krasimir Georgiev1-1/+2
2017-06-27[clang-format] Support <>-style proto message fieldsKrasimir Georgiev1-6/+10
2017-06-19clang-format: Handle "if constexpr".Daniel Jasper1-0/+2
2017-06-14clang-format: Add CompactNamespaces optionFrancois Ferrand1-0/+5
2017-05-31clang-format: [JS] improve calculateBraceType heuristicMartin Probst1-9/+16
2017-05-22[clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev1-14/+25
2017-05-19[clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev1-7/+14
2017-05-18clang-format: [JS] for await, and fix a crash with for loops.Martin Probst1-2/+2
2017-05-18[clang-format] Fix MatchingOpeningBlockLineIndex computationKrasimir Georgiev1-2/+3
2017-05-15clang-format: [JS] for async loops.Martin Probst1-0/+4
2017-05-10clang-format: refine calculating brace types.Martin Probst1-1/+2
2017-05-09clang-format: [JS] Don't indent JavaScript IIFEs.Martin Probst1-4/+23
2017-04-27clang-format: [JS] parse async function declarations.Martin Probst1-6/+8
2017-03-31clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper1-5/+4
2017-03-31clang-format: [JavaScript] Ignore QT keywords.Daniel Jasper1-1/+3
2017-03-10[clang-format] Use a reference in loop variable; NFCKrasimir Georgiev1-1/+1
2017-03-01[clang-format] Don't add namespace end comments for unbalanced right braces a...Krasimir Georgiev1-0/+1
2017-03-01Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.Daniel Jasper1-1/+2
2017-03-01clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.Daniel Jasper1-6/+6
2017-02-27[clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev1-0/+3
2017-02-24clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber1-4/+3
2017-02-08[clang-format] Break before a sequence of line comments aligned with the next...Krasimir Georgiev1-12/+67
2017-02-07clang-format: [JS] correcly format object literal methods.Martin Probst1-8/+17
2017-02-07clang-format: [JS] handle parenthesized class expressions.Martin Probst1-5/+15
2017-02-02[clang-format] Don't reflow across comment pragmas.Krasimir Georgiev1-4/+14
2017-02-02[clang-format] Fix breaking of comment sections in unwrapped lines containing...Krasimir Georgiev1-2/+37
2017-01-31[clang-format] Fix regression merging comments across newlines.Krasimir Georgiev1-1/+6
2017-01-30[clang-format] Separate line comment sections after a right brace from commen...Krasimir Georgiev1-7/+39
2017-01-25[clang-format] Implement comment reflowing.Krasimir Georgiev1-3/+53
2017-01-16clang-format: [JS] revert over-eager ASI check.Martin Probst1-2/+1
2017-01-09clang-format: [JS] ASI after importsMartin Probst1-5/+13
2017-01-04clang-format: [JS] avoid indent after ambient function declarations.Martin Probst1-1/+4
2016-12-13clang-format: Improve braced-list detection.Daniel Jasper1-2/+2
2016-11-10clang-format: [JS] do not break after declare namespace.Martin Probst1-8/+8
2016-11-01clang-format: [JS] Fix formatting of generator functions.Daniel Jasper1-2/+4
2016-10-21clang-format: [JS] Fix template string ASI.Martin Probst1-3/+8
2016-09-18clang-format: [JS] ASI insertion after boolean literals.Martin Probst1-1/+3
2016-08-19clang-format: [JS] handle object literals with casts.Martin Probst1-1/+2
2016-07-27clang-format: Fix incorrect detection of QT-signals access specifier.Daniel Jasper1-1/+1
2016-06-20clang-format: [Proto] Fix "import public" after r273179.Daniel Jasper1-0/+2
2016-06-20clang-format: [Proto] Don't do bad things if imports are missing ;.Daniel Jasper1-4/+15
2016-06-01clang-format: [JS] no ASI on `import {x as\n y}`.Martin Probst1-5/+5
2016-05-29clang-format: [JS] fix async parsing.Martin Probst1-4/+9
2016-05-19clang-format: Fix incorrect indentation in last line of macro definitionDaniel Jasper1-0/+2
2016-05-08clang-format: Support enum type template arguments.Daniel Jasper1-0/+7
2016-04-24clang-format: [JS] generator and async functions.Martin Probst1-8/+23
2016-04-19reuse mustBeJSIdent for interface detectionMartin Probst1-7/+8
2016-04-19clang-format: [JS] support `interface` as a free standing identifier.Martin Probst1-0/+15
2016-04-19clang-format: [JS] simplify import/export.Martin Probst1-9/+9