summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] square parens with one token are not Objective-C message sendsAlex Lorenz2019-01-241-2/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-format: [JS] support goog.requireType.Martin Probst2019-01-071-0/+1
* [clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev2018-11-221-5/+6
* [clang-format] JS: don't treat is: as a type matcherKrasimir Georgiev2018-11-201-2/+15
* [clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev2018-11-131-2/+3
* [clang-format] Support breaking consecutive string literals for TableGenJordan Rupprecht2018-11-121-0/+1
* Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang2018-11-091-1/+2
* [clang-format] tweaked another case of lambda formattingKrasimir Georgiev2018-10-311-0/+24
* clang-format: Don't insert spaces in front of :: for Java 8 Method References.Nico Weber2018-10-051-1/+7
* clang-format: [JS] conditional types.Martin Probst2018-09-271-0/+6
* clang-format: [JS] space after parameter naming.Martin Probst2018-09-261-1/+3
* [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
OpenPOWER on IntegriCloud