summaryrefslogtreecommitdiff
path: root/clang/lib/Format/FormatTokenLexer.cpp
AgeCommit message (Expand)Author
2025-11-03[clang-format] Recognize Verilog followed-by operators (#165594)sstwcw
2025-10-11[clang-format] Fix a bug in OneLineFormatOffRegex (#162961)owenca
2025-10-02[clang-format][NFC] Introduce isNoneOf (#161021)Björn Schäpers
2025-07-21[clang-format] Remove code related to trigraphs (#148640)sstwcw
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan
2025-07-10[clang-format] Split line comments separated by backslashes (#147648)Owen Pan
2025-07-06[clang-format][NFC] Use `empty()` instead of comparing size() to 0 or 1Owen Pan
2025-07-06[clang-format][NFC] Replace size() with empty() (#147164)Owen Pan
2025-06-25[clang-format] Handle Trailing Whitespace After Line Continuation (P2223R2) (...Naveen Seth Hanig
2025-05-25[clang-format] Handle Java text blocks (#141334)Owen Pan
2025-05-23[clang-format][NFC] FormatTokenLexer.cpp cleanup (#141202)Owen Pan
2025-04-30Reland [clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan
2025-04-30Revert "[clang-format] Add OneLineFormatOffRegex option (#137577)"Owen Pan
2025-04-29[clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan
2025-04-22[clang-format] Fix a bug in lexing C++ UDL ending in $ (#136476)Owen Pan
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan
2025-04-10[clang-format] Handle C++ keywords in other languages better (#132941)sstwcw
2025-04-01Revert "[clang-format] Handle C++ keywords in other languages better (#132941)"Owen Pan
2025-03-31[clang-format] Handle C++ keywords in other languages better (#132941)sstwcw
2025-03-16[clang-format] Correctly annotate user-defined conversion functions (#131434)Owen Pan
2025-01-14[clang-format][NFC] Make formatting Verilog faster (#121139)sstwcw
2025-01-04[clang-format][NFC] Replace SmallVectorImpl with ArrayRef (#121621)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-09-17[clang-format] Reimplement InsertNewlineAtEOF (#108513)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-04-06[clang-format][NFC] Use `is` instead of `getType() ==`Owen Pan
2024-03-19Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"Owen Pan
2024-03-19Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#...Owen Pan
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen 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-02-13Revert "[clang-format][NFC] Make LangOpts global in namespace Format"Owen Pan
2024-02-12[clang-format] Support of TableGen value annotations. (#80299)Hirofumi Nakamura
2024-02-11Reland "[clang-format][NFC] Make LangOpts global in namespace Format (#81390)"Owen Pan
2024-02-11Revert "[clang-format][NFC] Make LangOpts global in namespace Format (#81390)"Owen Pan
2024-02-11[clang-format][NFC] Make LangOpts global in namespace Format (#81390)Owen Pan
2024-02-09Revert "[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)"Owen Pan
2024-02-08[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)Owen Pan
2024-01-31[clang] Use StringRef::starts_with (NFC)Kazu Hirata
2024-01-31[clang-format] Support of TableGen tokens with unary operator like form, bang...Hirofumi Nakamura
2024-01-20[clang-format] Support of TableGen identifiers beginning with a number. (#78571)Hirofumi Nakamura
2024-01-17[clang-format] TableGen multi line string support. (#78032)Hirofumi Nakamura
2024-01-11[clang-format] TableGen keywords support. (#77477)Hirofumi Nakamura
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-11-29[clang-format][NFC] Extend isProto() to also cover LK_TextProto (#73582)Owen Pan