aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/TokenAnnotatorTest.cpp
AgeCommit message (Expand)AuthorFilesLines
15 hours[clang-format] Fix bugs in annotating arrows and square brackets (#160973)owenca1-0/+14
24 hours[clang-format][NFC] Rename a unit testOwen Pan1-1/+1
7 days[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca1-0/+23
14 days[clang-format] Handle C digit separators (#158418)owenca1-0/+7
2025-08-28[clang-format] Correctly annotate RequiresExpressionLBrace (#155773)owenca1-0/+8
2025-08-17[clang-format] Don't annotate class property specifiers as StartOfName (#153525)owenca1-0/+7
2025-07-21[clang-format][NFC] Clean up around StringRef initializations (#149765)Owen Pan1-2/+2
2025-07-17[clang-format] Fix a regression of annotating PointerOrReference (#149039)Owen Pan1-0/+4
2025-07-10[clang-format] Split line comments separated by backslashes (#147648)Owen Pan1-0/+7
2025-06-14[clang-format] Fix a bug in annotating braces (#144095)Owen Pan1-0/+7
2025-06-09[clang-format] Parse JSON outermost l_brace as braced list brace (#143327)Owen Pan1-0/+14
2025-06-06[clang-format] Handle function decls with MS calling conventions (#143083)Owen Pan1-0/+5
2025-06-05[clang-format] Handle requires clause following a pointer type (#142893)Owen Pan1-0/+9
2025-06-02[clang-format] Correctly annotate token-pasted function decl names (#142337)Owen Pan1-0/+7
2025-06-01Revert "[clang-format] Handle token-pasted function decl names (#142251)"Owen Pan1-7/+0
2025-05-31[clang-format] Handle token-pasted function decl names (#142251)Owen Pan1-0/+7
2025-05-30[clang-format] Handle bit-field colon of non-numeric-constant size (#142110)Owen Pan1-0/+8
2025-05-09[clang-format] Handle Java record (#139215)Owen Pan1-0/+11
2025-05-07[clang-format] Correctly annotate ObjC `* __autoreleasing *` (#138799)Owen Pan1-0/+6
2025-05-06[clang-format] Fix a bug in annotating binary operator && (#138633)Owen Pan1-0/+7
2025-05-06[clang-format] Correctly annotate C# nullable value type `?` (#138631)Owen Pan1-0/+13
2025-05-06[clang-format] Don't annotate enum colon as InheritanceColon (#138440)Owen Pan1-0/+6
2025-05-03[clang-format] Correctly annotate tok::star in braced list (#138389)Owen Pan1-0/+5
2025-04-30[clang-format] Correctly annotate user-defined conversion function call (#137...Owen Pan1-2/+8
2025-04-26[clang-format] Annotate tok::star in a*b*c as BinaryOperator (#137433)Owen Pan1-0/+5
2025-04-26[clang-format] Correctly handle C# new modifier (#137430)Owen Pan1-0/+11
2025-04-25[clang-format] Correctly handle C# where clause (#137295)Owen Pan1-0/+10
2025-04-22[clang-format] Correctly annotate kw_operator in using decls (#136545)Owen Pan1-0/+5
2025-04-22[clang-format] Fix a bug in lexing C++ UDL ending in $ (#136476)Owen Pan1-0/+6
2025-04-22[clang-format] Fix a bug in parsing C-style cast of lambdas (#136099)Owen Pan1-0/+10
2025-04-18[clang-format] Fix a bug in annotating TT_PointerOrReference (#136073)Owen Pan1-0/+6
2025-04-17[clang-format] Fix a bug in FormatToken::isObjCAccessSpecifier() (#136109)Owen Pan1-0/+6
2025-04-10[clang-format] Recognize TableGen paste operator on separate line (#133722)sstwcw1-0/+22
2025-04-05[clang-format] Set C11 instead of C17 for LK_C (#134472)Owen Pan1-0/+6
2025-04-02[clang-format] Fix a bug in annotating braces (#134039)Owen Pan1-0/+5
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/+13
2025-03-25[clang-format] Correctly annotate requires clause in `&& requires(` (#132882)Owen Pan1-0/+9
2025-03-16[clang-format] Correctly annotate user-defined conversion functions (#131434)Owen Pan1-0/+50
2025-03-14[clang-format] Add support for absl nullability macros (#130346)Jan Voung1-0/+23
2025-03-03[clang-format] Lex C++ only keywords as identifiers in C (#129426)Owen Pan1-0/+9
2025-02-26[clang-format] Fix a bug that changes keyword `or` to an identifier (#128410)Owen Pan1-2/+9
2025-02-18[clang-format] Fix a bug in annotating StartOfName (#127545)Owen Pan1-0/+4
2025-02-16[clang-format] Fix a bug in annotating braces (#127306)Owen Pan1-0/+13
2025-02-14[clang-format] Fix a bug in annotating ObjCMethodSpecifier (#127159)Owen Pan1-0/+7
2025-02-11[clang-format][NFC] Fix test case formatOwen Pan1-2/+2
2025-02-08[clang-format] Handle C-style cast of member function pointer type (#126340)Owen Pan1-0/+6
2025-02-01[clang-format] Fix a bug in annotating ClassHeadName (#125326)Owen Pan1-0/+7
2025-01-30[clang-format] Add ClassHeadName to help annotating StartOfName (#124891)Owen Pan1-0/+53
2025-01-30[clang-format] Fix annotation of Java/JavaScript keyword extends (#125038)Owen Pan1-0/+1