summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clang-format] Fixup #include guard indents after parseFile()"Mark Zeren2018-02-051-35/+22
* [clang-format] Fixup #include guard indents after parseFile()Mark Zeren2018-02-051-22/+35
* Attempt to fix implicit-fallthrough warning after r323218.Nico Weber2018-01-241-0/+1
* clang-format: Support macros in front of @interface / @protocol for ObjC code.Nico Weber2018-01-231-45/+57
* clang-format: Support formatting Java 8 interface default methods.Nico Weber2018-01-231-3/+18
* clang-format: [JS] handle semis in generic types.Martin Probst2017-11-251-7/+10
* clang-format: [JS] disable ASI on decorators.Martin Probst2017-11-251-5/+10
* [clang-format] Support python-style comments in text protosKrasimir Georgiev2017-11-101-1/+1
* [clang-format] Fix a clang-tidy finding, NFCKrasimir Georgiev2017-11-091-1/+1
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-2/+7
* clang-format clang-format.Manuel Klimek2017-09-201-18/+16
* Fix clang-format's detection of structured bindings.Manuel Klimek2017-09-201-11/+8
* Fix formatting of lambda introducers with initializers.Manuel Klimek2017-09-191-53/+15
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-1/+6
* clang-format: Fix indentation of macros in include guards (after r312125).Daniel Jasper2017-09-041-4/+3
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-3/+57
* clang-format: [JS] detect ASI after closing parens.Martin Probst2017-08-091-1/+2
* clang-format: [JS] support fields with case/switch/default labels.Martin Probst2017-08-041-0/+14
* [clang-format] Fix parsing of <>-style proto optionsKrasimir Georgiev2017-08-031-0/+9
* clang-format: [JS] handle object types in extends positions.Martin Probst2017-08-011-0/+11
* clang-format: fix block OpeningLineIndex around preprocessorFrancois Ferrand2017-07-281-12/+42
* [clang-format] Reorder assignments, NFCKrasimir Georgiev2017-07-241-1/+1
* [clang-format] Fix comment levels between '} else {' and PPDirective.Krasimir Georgiev2017-07-241-7/+11
* [clang-format] Fix comment levels between '}' and PPDirectiveKrasimir Georgiev2017-07-211-1/+2
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-181-1/+1
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-8/+25
* [clang-format] Fix a buildbot failure after r306406Krasimir Georgiev2017-06-271-1/+2
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-6/+10
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-0/+2
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-0/+5
* clang-format: [JS] improve calculateBraceType heuristicMartin Probst2017-05-311-9/+16
* [clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev2017-05-221-14/+25
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-191-7/+14
* clang-format: [JS] for await, and fix a crash with for loops.Martin Probst2017-05-181-2/+2
* [clang-format] Fix MatchingOpeningBlockLineIndex computationKrasimir Georgiev2017-05-181-2/+3
* clang-format: [JS] for async loops.Martin Probst2017-05-151-0/+4
* clang-format: refine calculating brace types.Martin Probst2017-05-101-1/+2
* clang-format: [JS] Don't indent JavaScript IIFEs.Martin Probst2017-05-091-4/+23
* clang-format: [JS] parse async function declarations.Martin Probst2017-04-271-6/+8
* clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper2017-03-311-5/+4
* clang-format: [JavaScript] Ignore QT keywords.Daniel Jasper2017-03-311-1/+3
* [clang-format] Use a reference in loop variable; NFCKrasimir Georgiev2017-03-101-1/+1
* [clang-format] Don't add namespace end comments for unbalanced right braces a...Krasimir Georgiev2017-03-011-0/+1
* Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.Daniel Jasper2017-03-011-1/+2
* clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.Daniel Jasper2017-03-011-6/+6
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-271-0/+3
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-4/+3
* [clang-format] Break before a sequence of line comments aligned with the next...Krasimir Georgiev2017-02-081-12/+67
* clang-format: [JS] correcly format object literal methods.Martin Probst2017-02-071-8/+17
* clang-format: [JS] handle parenthesized class expressions.Martin Probst2017-02-071-5/+15
OpenPOWER on IntegriCloud