aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/UnwrappedLineParser.cpp
AgeCommit message (Expand)Author
2018-10-19Java annotation declaration being handled correctlyHans Wennborg
2018-10-12[clang-format] Fix BraceWrapping AfterFunction for ObjC methodsBen Hamilton
2018-10-02clang-format: better handle statement macrosFrancois Ferrand
2018-09-28[ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan
2018-09-05clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall
2018-08-24[clang-format] fix PR38557 - comments between "default" and ':' causes the ca...Jonas Toth
2018-06-25[clang-format] Fix end-of-file comments text proto formattingKrasimir Georgiev
2018-06-15[Format] Do not use a global static value for EOF within ScopedMacroState.David L. Jones
2018-05-30[clang-format/ObjC] Correctly parse Objective-C methods with 'class' in nameBen Hamilton
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-23Format closing braces when reformatting the line containing the opening brace.Manuel Klimek
2018-04-11Fix bugs around handling C++11 attributes.Manuel Klimek
2018-04-05[clang-format] Support lightweight Objective-C genericsBen Hamilton
2018-02-27clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand
2018-02-27clang-format: fix formatting of ObjC @synchronized blocksFrancois Ferrand
2018-02-05[clang-format] Re-land: Fixup #include guard indents after parseFile()Mark Zeren
2018-02-05Revert "[clang-format] Fixup #include guard indents after parseFile()"Mark Zeren
2018-02-05[clang-format] Fixup #include guard indents after parseFile()Mark Zeren
2018-01-24Attempt to fix implicit-fallthrough warning after r323218.Nico Weber
2018-01-23clang-format: Support macros in front of @interface / @protocol for ObjC code.Nico Weber
2018-01-23clang-format: Support formatting Java 8 interface default methods.Nico Weber
2017-11-25clang-format: [JS] handle semis in generic types.Martin Probst
2017-11-25clang-format: [JS] disable ASI on decorators.Martin Probst
2017-11-10[clang-format] Support python-style comments in text protosKrasimir Georgiev
2017-11-09[clang-format] Fix a clang-tidy finding, NFCKrasimir Georgiev
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-09-20clang-format clang-format.Manuel Klimek
2017-09-20Fix clang-format's detection of structured bindings.Manuel Klimek
2017-09-19Fix formatting of lambda introducers with initializers.Manuel Klimek
2017-09-15[clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev
2017-09-04clang-format: Fix indentation of macros in include guards (after r312125).Daniel Jasper
2017-08-30clang-format: Add preprocessor directive indentationKrasimir Georgiev
2017-08-09clang-format: [JS] detect ASI after closing parens.Martin Probst
2017-08-04clang-format: [JS] support fields with case/switch/default labels.Martin Probst
2017-08-03[clang-format] Fix parsing of <>-style proto optionsKrasimir Georgiev
2017-08-01clang-format: [JS] handle object types in extends positions.Martin Probst
2017-07-28clang-format: fix block OpeningLineIndex around preprocessorFrancois Ferrand
2017-07-24[clang-format] Reorder assignments, NFCKrasimir Georgiev
2017-07-24[clang-format] Fix comment levels between '} else {' and PPDirective.Krasimir Georgiev
2017-07-21[clang-format] Fix comment levels between '}' and PPDirectiveKrasimir Georgiev
2017-07-18clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst
2017-07-03[clang-format] Support text proto messagesKrasimir Georgiev
2017-06-27[clang-format] Fix a buildbot failure after r306406Krasimir Georgiev
2017-06-27[clang-format] Support <>-style proto message fieldsKrasimir Georgiev
2017-06-19clang-format: Handle "if constexpr".Daniel Jasper
2017-06-14clang-format: Add CompactNamespaces optionFrancois Ferrand
2017-05-31clang-format: [JS] improve calculateBraceType heuristiclinaro-local/jenkins/diana/GISelTestMartin Probst
2017-05-22[clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev
2017-05-19[clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev