aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/FormatTokenLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
8 days[clang-format] Remove code related to trigraphs (#148640)sstwcw1-24/+11
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan1-0/+4
2025-07-10[clang-format] Split line comments separated by backslashes (#147648)Owen Pan1-9/+12
2025-07-06[clang-format][NFC] Use `empty()` instead of comparing size() to 0 or 1Owen Pan1-2/+2
2025-07-06[clang-format][NFC] Replace size() with empty() (#147164)Owen Pan1-6/+5
2025-06-25[clang-format] Handle Trailing Whitespace After Line Continuation (P2223R2) (...Naveen Seth Hanig1-9/+21
2025-05-25[clang-format] Handle Java text blocks (#141334)Owen Pan1-0/+32
2025-05-23[clang-format][NFC] FormatTokenLexer.cpp cleanup (#141202)Owen Pan1-39/+26
2025-04-30Reland [clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan1-1/+36
2025-04-30Revert "[clang-format] Add OneLineFormatOffRegex option (#137577)"Owen Pan1-35/+0
2025-04-29[clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan1-0/+35
2025-04-22[clang-format] Fix a bug in lexing C++ UDL ending in $ (#136476)Owen Pan1-0/+29
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan1-5/+5
2025-04-10[clang-format] Handle C++ keywords in other languages better (#132941)sstwcw1-3/+0
2025-04-01Revert "[clang-format] Handle C++ keywords in other languages better (#132941)"Owen Pan1-0/+3
2025-03-31[clang-format] Handle C++ keywords in other languages better (#132941)sstwcw1-3/+0
2025-03-16[clang-format] Correctly annotate user-defined conversion functions (#131434)Owen Pan1-3/+3
2025-01-14[clang-format][NFC] Make formatting Verilog faster (#121139)sstwcw1-20/+37
2025-01-04[clang-format][NFC] Replace SmallVectorImpl with ArrayRef (#121621)Owen Pan1-3/+2
2025-01-01[clang-format] Add `VariableTemplates` option (#121318)Owen Pan1-0/+4
2024-10-23[clang-format] Add KeepFormFeed option (#113268)Owen Pan1-0/+8
2024-10-02[clang-format] Add TemplateNames option to help parse C++ angles (#109916)Owen Pan1-0/+4
2024-09-17[clang-format] Reimplement InsertNewlineAtEOF (#108513)Owen Pan1-0/+7
2024-05-13Reland "[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)"Owen Pan1-1/+0
2024-05-12Revert "[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)"Owen Pan1-0/+1
2024-05-10[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)Owen Pan1-1/+0
2024-04-06[clang-format][NFC] Use `is` instead of `getType() ==`Owen Pan1-1/+1
2024-03-19Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"Owen Pan1-0/+4
2024-03-19Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#...Owen Pan1-3/+2
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan1-4/+0
2024-03-14Reland [clang-format][NFC] Eliminate the IsCpp parameter in all functions (#8...Owen Pan1-2/+3
2024-03-14Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions" (...Mehdi Amini1-3/+2
2024-03-14[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#84599)Owen Pan1-2/+3
2024-02-13Revert "[clang-format][NFC] Make LangOpts global in namespace Format"Owen Pan1-4/+8
2024-02-12[clang-format] Support of TableGen value annotations. (#80299)Hirofumi Nakamura1-1/+1
2024-02-11Reland "[clang-format][NFC] Make LangOpts global in namespace Format (#81390)"Owen Pan1-8/+4
2024-02-11Revert "[clang-format][NFC] Make LangOpts global in namespace Format (#81390)"Owen Pan1-4/+8
2024-02-11[clang-format][NFC] Make LangOpts global in namespace Format (#81390)Owen Pan1-8/+4
2024-02-09Revert "[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)"Owen Pan1-4/+3
2024-02-08[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)Owen Pan1-3/+4
2024-01-31[clang] Use StringRef::starts_with (NFC)Kazu Hirata1-1/+1
2024-01-31[clang-format] Support of TableGen tokens with unary operator like form, bang...Hirofumi Nakamura1-7/+38
2024-01-20[clang-format] Support of TableGen identifiers beginning with a number. (#78571)Hirofumi Nakamura1-1/+41
2024-01-17[clang-format] TableGen multi line string support. (#78032)Hirofumi Nakamura1-0/+41
2024-01-11[clang-format] TableGen keywords support. (#77477)Hirofumi Nakamura1-0/+3
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-4/+4
2023-11-29[clang-format][NFC] Extend isProto() to also cover LK_TextProto (#73582)Owen Pan1-4/+1
2023-11-29[clang-format] Add spaces around the Verilog implication operator (#71352)sstwcw1-2/+4
2023-08-24[clang-format][NFC] Replace !is() with isNot()Owen Pan1-11/+11
2023-07-18[clang-format] Add TypeNames option to disambiguate types/objectsOwen Pan1-1/+7