summaryrefslogtreecommitdiff
path: root/clang/lib/Format/TokenAnnotator.cpp
AgeCommit message (Expand)Author
2025-11-02[clang-format] Handle static_assert more accurately (#166042)owenca
2025-10-30[clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (#108332)Gedare Bloom
2025-10-28[clang-format] Fix a bug in annotating class member names (#165351)owenca
2025-10-24Reapply "Reapply "[clang-format] Annotate ::operator and Foo::operator… (#1...Owen Pan
2025-10-24Revert "Reapply "[clang-format] Annotate ::operator and Foo::operator… (#16...PiJoules
2025-10-23[clang-format] Break the line within ObjC `@selector` (#164674)sstwcw
2025-10-22Reapply "[clang-format] Annotate ::operator and Foo::operator correctly" (#16...Owen Pan
2025-10-22Revert "[clang-format] Annotate ::operator and Foo::operator correctly" (#164...PiJoules
2025-10-19[clang-format][NFC] Annotate attribute squares more effectively (#164052)owenca
2025-10-18[clang-format] Remove special handling of comments after brace/paren (#71672)Björn Schäpers
2025-10-18[clang-format] Annotate ::operator and Foo::operator correctly (#164048)owenca
2025-10-03[clang-format] Keep the ObjC selector name and `@selector` together (#160739)sstwcw
2025-10-02[clang-format][NFC] Introduce isNoneOf (#161021)Björn Schäpers
2025-09-29[clang-format] Fix a bug in wrapping { after else (#161048)owenca
2025-09-27[clang-format] Fix bugs in annotating arrows and square brackets (#160973)owenca
2025-09-25[clang-format] Align within the level with Cpp11BracedListStyle disabled (#15...sstwcw
2025-09-22[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca
2025-09-14[clang-format] Add IndentPPDirectives Leave option (#139750)Gedare Bloom
2025-08-31[clang-format] Fix TableGen nested DAGArg format (#155837)Hirofumi Nakamura
2025-08-28[clang-format] Correctly annotate RequiresExpressionLBrace (#155773)owenca
2025-08-17[clang-format] Add SpaceInEmptyBraces option (#153765)owenca
2025-08-17[clang-format] Allow breaking before bit-field colons (#153529)owenca
2025-08-17[clang-format] Don't annotate class property specifiers as StartOfName (#153525)owenca
2025-08-02[clang-format][NFC] Maximize usage of isOneOf() in TokenAnnotator (#151658)Owen Pan
2025-07-24[clang-format] Add AfterNot to SpaceBeforeParensOptions (#150367)Owen Pan
2025-07-17[clang-format] Fix a regression of annotating PointerOrReference (#149039)Owen Pan
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan
2025-06-25[clang-format][NFC] Remove a redundant check for nullOwen Pan
2025-06-25Remove unneeded checks for null; NFC (#145686)Aaron Ballman
2025-06-14[clang-format] Fix a bug in annotating braces (#144095)Owen Pan
2025-06-06[clang-format] Handle function decls with MS calling conventions (#143083)Owen Pan
2025-06-05[clang-format] More consumeToken() cleanup (#143063)Owen Pan
2025-06-02[clang-format] Correctly annotate token-pasted function decl names (#142337)Owen Pan
2025-06-01Revert "[clang-format] Handle token-pasted function decl names (#142251)"Owen Pan
2025-05-31[Format] Remove unused includes (NFC) (#142296)Kazu Hirata
2025-05-31[clang-format] Handle token-pasted function decl names (#142251)Owen Pan
2025-05-30[clang-format] Handle bit-field colon of non-numeric-constant size (#142110)Owen Pan
2025-05-30[clang-format][NFC] Clean up AnnotatingParser::consumeToken() (#142104)Owen Pan
2025-05-21[clang-format][NFC] Minor efficiency cleanup (#140835)Owen Pan
2025-05-07[clang-format] Add SpaceAfterOperatorKeyword option (#137610)Filip Milosevic
2025-05-07[clang-format] Correctly annotate ObjC `* __autoreleasing *` (#138799)Owen Pan
2025-05-06[clang-format] Fix a bug in annotating binary operator && (#138633)Owen Pan
2025-05-06[clang-format] Correctly annotate C# nullable value type `?` (#138631)Owen Pan
2025-05-06[clang-format] Don't annotate enum colon as InheritanceColon (#138440)Owen Pan
2025-05-03[clang-format] Correctly annotate tok::star in braced list (#138389)Owen Pan
2025-04-30[clang-format] Correctly annotate user-defined conversion function call (#137...Owen Pan
2025-04-26[clang-format] Annotate tok::star in a*b*c as BinaryOperator (#137433)Owen Pan
2025-04-22Revert "[clang-format] Allow breaking before kw___attribute (#128623)"Owen Pan
2025-04-22[clang-format] Correctly annotate kw_operator in using decls (#136545)Owen Pan
2025-04-18[clang-format] Fix a bug in annotating TT_PointerOrReference (#136073)Owen Pan