summaryrefslogtreecommitdiff
path: root/clang/lib/Format/FormatToken.h
AgeCommit message (Expand)Author
2025-11-13[clang-format] Recognize Verilog DPI export and import (#165595)sstwcw
2025-10-30[clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (#108332)Gedare Bloom
2025-10-19[clang-format][NFC] Annotate attribute squares more effectively (#164052)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-22[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan
2025-05-21[clang-format][NFC] Minor efficiency cleanup (#140835)Owen Pan
2025-05-09[clang-format] Handle Java record (#139215)Owen Pan
2025-05-09[clang-format][NFC] Delete duplicates in CSharpExtraKeywords (#139199)Owen Pan
2025-05-07[clang-format] Correctly annotate ObjC `* __autoreleasing *` (#138799)Owen Pan
2025-04-17[clang-format] Fix a bug in FormatToken::isObjCAccessSpecifier() (#136109)Owen Pan
2025-04-09[clang-format][NFC] Add FormatToken::is(tok::ObjCKeywordKind) (#134973)Owen Pan
2025-03-31[clang-format] Recognize wait fork in Verilog (#132042)sstwcw
2025-03-16[clang-format] Correctly annotate user-defined conversion functions (#131434)Owen Pan
2025-03-05[clang-format][NFC] Use better names for a couple of data membersOwen Pan
2025-03-03[clang-format] Fix a bug in wrapping function return type (#129374)Owen Pan
2025-02-26[clang-format] Fix a bug that changes keyword `or` to an identifier (#128410)Owen Pan
2025-01-30[clang-format] Add ClassHeadName to help annotating StartOfName (#124891)Owen Pan
2025-01-04[clang-format] Add `TT_CompoundRequirementLBrace` for better annotation (#121...Owen Pan
2025-01-04[clang-format] Add TT_AfterPPDirective for better annotation (#121622)Owen Pan
2025-01-01[clang-format] Add `VariableTemplates` option (#121318)Owen Pan
2024-10-23[clang-format] Add KeepFormFeed option (#113268)Owen Pan
2024-10-02[clang-format] Add TemplateNames option to help parse C++ angles (#109916)Owen Pan
2024-08-28[clang-format] Revert "[clang-format][NFC] Delete TT_LambdaArrow (#70… (#10...Owen Pan
2024-08-22[clang-format] Change BinPackParameters to enum and add AlwaysOnePerLine (#10...Tom
2024-07-24[clang-format] Improve BlockIndent at ColumnLimit (#93140)Gedare Bloom
2024-07-10[clang-format][NFC] Annotate function/ctor/dtor declaration l_paren (#97938)Owen Pan
2024-06-17[clang-format][NFC] Add FormatToken::isAccessSpecifierKeyword() (#95727)Owen Pan
2024-05-30[clang-format] Insert a space between a keyword and a literal (#93632)Owen Pan
2024-05-13Reland "[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)"Owen Pan
2024-05-12Revert "[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)"Owen Pan
2024-05-10[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)Owen Pan
2024-05-06[clang-format] Handle Java switch expressions (#91112)Owen Pan
2024-04-28[clang-format][NFC] Return early in isWordLike() for non-Verilog (#90363)Owen Pan
2024-04-10[clang-format] Don't merge a short block for SBS_Never (#88238)Owen Pan
2024-04-02[clang-format] Add BreakFunctionDefinitionParameters option (#84988)Ameer J
2024-03-22[clang-format] Added AlignConsecutiveTableGenBreakingDAGArgColons option. (#8...Hirofumi Nakamura
2024-03-19Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#...Owen Pan
2024-03-19[clang-format] Add Options to break inside the TableGen DAGArg. (#83149)Hirofumi Nakamura
2024-03-17[clang-format][NFC] Don't export IsCpp in Format.hOwen Pan
2024-03-15[clang-format][NFC] Delete redundant and extraneous #include linesOwen Pan
2024-03-14Reland [clang-format][NFC] Eliminate the IsCpp parameter in all functions (#8...Owen Pan
2024-03-14Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions" (...Mehdi Amini
2024-03-14[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#84599)Owen Pan
2024-03-08[clang-format] Handle common C++ non-keyword types as such (#83709)Owen Pan
2024-03-02[clang-format][NFC] Replace Style.isCpp() with IsCpp (#83533)Owen Pan
2024-02-12[clang-format] Support of TableGen value annotations. (#80299)Hirofumi Nakamura
2024-01-31[clang-format] Support of TableGen tokens with unary operator like form, bang...Hirofumi Nakamura