summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format/ObjC] Improve split priorities for ObjC methodsJacek Olesiak2018-07-091-2/+16
* [clang-format/ObjC] Fix counting selector name parts for ObjCJacek Olesiak2018-07-091-11/+19
* [clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method declBen Hamilton2018-06-291-1/+7
* [clang-format] Keep @message together in text protosKrasimir Georgiev2018-06-251-2/+19
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+3
* [clang-format] Discourage breaks in submessage entries, hard ruleKrasimir Georgiev2018-06-121-4/+33
* clang-format: [JS] strict prop init annotation.Martin Probst2018-06-111-1/+4
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-4/+9
* [clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev2018-06-111-0/+68
* clang-format: [JS] do not wrap before any `is`.Martin Probst2018-05-221-1/+1
* [clang-format/ObjC] Correctly annotate single-component ObjC method invocationsBen Hamilton2018-05-181-0/+6
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-1/+3
* clang-format: tweak formatting of variable initialization blocksFrancois Ferrand2018-05-161-0/+5
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-13/+13
* [clang-format/ObjC] Use getIdentifierInfo() instead of tok::identifierBen Hamilton2018-04-271-4/+21
* Revert "[clang-format] Improve Incomplete detection for (text) protos"Krasimir Georgiev2018-04-231-18/+5
* [clang-format] Improve Incomplete detection for (text) protosKrasimir Georgiev2018-04-131-5/+18
* [clang-format] Do not break after ObjC category open parenBen Hamilton2018-04-121-0/+7
* [clang-format] Don't insert space between ObjC class and lightweight genericBen Hamilton2018-04-121-3/+6
* [clang-format] Ensure ObjC selectors with 0 args are annotated correctlyBen Hamilton2018-04-051-0/+14
* [clang-format] Preserve spaces before a percent in (text) protosKrasimir Georgiev2018-04-051-0/+4
* [clang-format/ObjC] Do not detect "[]" as ObjC method expressionBen Hamilton2018-04-031-1/+1
* [clang-format/ObjC] Do not insert space after opening brace of ObjC dict literalBen Hamilton2018-04-031-0/+3
* [clang-format] Do not insert space before closing brace in ObjC dict literalBen Hamilton2018-03-271-0/+4
* clang-format: Narrow down raw string literal line break exception.Daniel Jasper2018-03-221-4/+4
* clang-format: Fix SpacesInParentheses with fully qualified names.Daniel Jasper2018-03-221-1/+2
* [clang-format] Don't insert space between r_paren and 'new' in ObjC declBen Hamilton2018-03-221-2/+4
* [clang-format] Fix ObjC selectors with multiple params passed to macroBen Hamilton2018-03-201-1/+2
* [clang-format] Disallow breaks before ']' in text proto extensionsKrasimir Georgiev2018-03-161-0/+3
* [clang-format] Improve detection of Objective-C block typesBen Hamilton2018-03-121-6/+12
* [clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton2018-03-121-11/+61
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-121-1/+1
* [clang-format] Break consecutive string literals in text protosKrasimir Georgiev2018-03-071-1/+2
* [clang-format] Improve detection of ObjC for-in statementsBen Hamilton2018-03-061-3/+11
* [clang-format] fix handling of consecutive unary operatorsKrasimir Georgiev2018-03-061-4/+2
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-1/+8
* [clang-format] Format operator key in protosKrasimir Georgiev2018-02-271-0/+3
* [clang-format] Fixup a case of text proto message attributesKrasimir Georgiev2018-02-191-0/+6
* clang-format: [JS] fix `of` detection.Martin Probst2018-02-191-1/+1
* [clang-format] Support repeated field lists in protosKrasimir Georgiev2018-02-151-7/+24
* [clang-format] Recognize percents as format specifiers in protosKrasimir Georgiev2018-02-141-0/+3
* [clang-format] Support text proto extensionsKrasimir Georgiev2018-02-131-6/+38
* clang-format: keep ObjC colon alignment with short object nameFrancois Ferrand2018-02-091-4/+4
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-081-1/+7
* [clang-format] Fix ObjC message arguments formatting.Jacek Olesiak2018-02-071-1/+11
* [clang-format] Adds space around angle brackets in text protosKrasimir Georgiev2018-02-061-6/+40
* [clang-format] Align preprocessor comments with #Mark Zeren2018-01-311-9/+12
* clang-format: [JS] Prevent ASI before [ and (.Martin Probst2018-01-261-3/+5
* [clang-format] Fixes indentation of inner text proto messagesKrasimir Georgiev2018-01-251-7/+9
OpenPOWER on IntegriCloud