aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/TokenAnnotator.cpp
AgeCommit message (Expand)AuthorFilesLines
8 days[clang-format] Add AfterNot to SpaceBeforeParensOptions (#150367)Owen Pan1-1/+2
2025-07-17[clang-format] Fix a regression of annotating PointerOrReference (#149039)Owen Pan1-3/+7
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan1-1/+2
2025-06-25[clang-format][NFC] Remove a redundant check for nullOwen Pan1-1/+1
2025-06-25Remove unneeded checks for null; NFC (#145686)Aaron Ballman1-4/+1
2025-06-14[clang-format] Fix a bug in annotating braces (#144095)Owen Pan1-1/+1
2025-06-06[clang-format] Handle function decls with MS calling conventions (#143083)Owen Pan1-1/+9
2025-06-05[clang-format] More consumeToken() cleanup (#143063)Owen Pan1-26/+21
2025-06-02[clang-format] Correctly annotate token-pasted function decl names (#142337)Owen Pan1-0/+2
2025-06-01Revert "[clang-format] Handle token-pasted function decl names (#142251)"Owen Pan1-6/+1
2025-05-31[Format] Remove unused includes (NFC) (#142296)Kazu Hirata1-1/+0
2025-05-31[clang-format] Handle token-pasted function decl names (#142251)Owen Pan1-1/+6
2025-05-30[clang-format] Handle bit-field colon of non-numeric-constant size (#142110)Owen Pan1-1/+3
2025-05-30[clang-format][NFC] Clean up AnnotatingParser::consumeToken() (#142104)Owen Pan1-58/+43
2025-05-21[clang-format][NFC] Minor efficiency cleanup (#140835)Owen Pan1-17/+7
2025-05-07[clang-format] Add SpaceAfterOperatorKeyword option (#137610)Filip Milosevic1-1/+1
2025-05-07[clang-format] Correctly annotate ObjC `* __autoreleasing *` (#138799)Owen Pan1-1/+2
2025-05-06[clang-format] Fix a bug in annotating binary operator && (#138633)Owen Pan1-3/+5
2025-05-06[clang-format] Correctly annotate C# nullable value type `?` (#138631)Owen Pan1-15/+5
2025-05-06[clang-format] Don't annotate enum colon as InheritanceColon (#138440)Owen Pan1-2/+3
2025-05-03[clang-format] Correctly annotate tok::star in braced list (#138389)Owen Pan1-4/+8
2025-04-30[clang-format] Correctly annotate user-defined conversion function call (#137...Owen Pan1-4/+9
2025-04-26[clang-format] Annotate tok::star in a*b*c as BinaryOperator (#137433)Owen Pan1-1/+5
2025-04-22Revert "[clang-format] Allow breaking before kw___attribute (#128623)"Owen Pan1-2/+3
2025-04-22[clang-format] Correctly annotate kw_operator in using decls (#136545)Owen Pan1-2/+4
2025-04-18[clang-format] Fix a bug in annotating TT_PointerOrReference (#136073)Owen Pan1-1/+1
2025-04-16[clang-format] Fix a bug in BWACS_MultiLine (#135906)Owen Pan1-2/+13
2025-04-13[clang-format] Treat lambda in braced init as inline (#135520)Owen Pan1-1/+2
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan1-46/+32
2025-04-10[clang-format] Recognize TableGen paste operator on separate line (#133722)sstwcw1-0/+2
2025-04-09[clang-format] Keep the space between `not` and a unary operator (#135035)Owen Pan1-1/+6
2025-04-09[clang-format][NFC] Add FormatToken::is(tok::ObjCKeywordKind) (#134973)Owen Pan1-7/+5
2025-04-05[clang-format] Set C11 instead of C17 for LK_C (#134472)Owen Pan1-2/+1
2025-03-31[clang-format] Correctly annotate pointer/reference in _Generic (#133673)Owen Pan1-0/+4
2025-03-27[clang-format] Fix a regression on annotating template angles (#132885)Owen Pan1-2/+1
2025-03-24[clang-format] Don't wrap before attributes in parameter lists (#132519)Owen Pan1-0/+14
2025-03-16[clang-format] Correctly annotate user-defined conversion functions (#131434)Owen Pan1-9/+32
2025-03-04[clang-format] Insert a space after kw_new by default (#129634)Owen Pan1-10/+5
2025-02-26[clang-format] Don't break before *const (#128817)Owen Pan1-1/+2
2025-02-25[clang-format] Allow breaking before kw___attribute (#128623)Owen Pan1-3/+2
2025-02-23[clang-format] Add the C language instead of treating it like C++ (#128287)Owen Pan1-2/+2
2025-02-18[clang-format] Fix a bug in annotating StartOfName (#127545)Owen Pan1-3/+3
2025-02-14[clang-format] Fix a bug in annotating ObjCMethodSpecifier (#127159)Owen Pan1-1/+1
2025-02-08[clang-format] Handle C-style cast of member function pointer type (#126340)Owen Pan1-2/+5
2025-02-06[clang-format] Add BreakBeforeTemplateCloser option (#118046)leijurv1-2/+3
2025-01-30[clang-format] Add ClassHeadName to help annotating StartOfName (#124891)Owen Pan1-1/+1
2025-01-30[clang-format] Fix annotation of Java/JavaScript keyword extends (#125038)Owen Pan1-0/+5
2025-01-30[clang-format] Fix annotation of class name after requires clause (#125019)Owen Pan1-1/+2
2025-01-27[clang-format] Add style option `PenaltyBreakBeforeMemberAccess` (#118409)Gedare Bloom1-3/+5
2025-01-27[clang-format] Treat `f<N | M>(a)` as template function call (#124438)Owen Pan1-4/+4