aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/TokenAnnotator.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-02[clang-format] Fix a regression in annotating TrailingReturnArrow (#86624)Owen Pan1-0/+2
2024-04-02[clang-format] Add BreakFunctionDefinitionParameters option (#84988)Ameer J1-0/+7
2024-03-27[clang-format] Handle C++ Core Guidelines suppression tags (#86458)Owen Pan1-0/+4
2024-03-23[clang-format][NFC] Clean up IsQualifiedPointerOrReference in TokenAnnotatorOwen Pan1-3/+2
2024-03-23[clang-forma] Support `PointerAlignment` for pointers to members (#86253)Owen Pan1-14/+23
2024-03-22[clang-format] Added AlignConsecutiveTableGenBreakingDAGArgColons option. (#8...Hirofumi Nakamura1-5/+13
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-23/+26
2024-03-19[clang-format] Add Options to break inside the TableGen DAGArg. (#83149)Hirofumi Nakamura1-1/+63
2024-03-17[clang-format] Fix clang-format issue with 'new' and 'delete' keywords in C f...scythris1-1/+1
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan1-4/+0
2024-03-16[clang-format] Fix a bug in SpaceInEmptyBlock option (#85508)Owen Pan1-0/+4
2024-03-15[clang-format] Fix a bug in annotating FunctionDeclarationName (#85361)Owen Pan1-8/+14
2024-03-14Reland [clang-format][NFC] Eliminate the IsCpp parameter in all functions (#8...Owen Pan1-26/+23
2024-03-14Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions" (...Mehdi Amini1-23/+26
2024-03-14[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#84599)Owen Pan1-26/+23
2024-03-09[clang] Fix -Wunused-lambda-capture in TokenAnnotator.cpp (NFC)Jie Fu1-0/+1
2024-03-08[clang-format] Handle common C++ non-keyword types as such (#83709)Owen Pan1-15/+15
2024-03-02[clang-format][NFC] Replace Style.isCpp() with IsCpp (#83533)Owen Pan1-21/+18
2024-02-22[clang-format] Fix crash in TokenAnnotator (#82349)Emilia Kond1-1/+1
2024-02-19[clang-format] Correctly annotate braces of empty ctors/dtors (#82097)Owen Pan1-10/+10
2024-02-16[clang-format] Support of TableGen basic format restrictions. (#81611)Hirofumi Nakamura1-0/+53
2024-02-14[clang-format][NFC] Drop "Always" in "AlwaysBreakAfterReturnType". (#81591)rmarker1-4/+3
2024-02-13[clang-format] Always add a space after #if and #elif (#81578)Owen Pan1-0/+2
2024-02-12[format] Remove an unused variable.Haojian Wu1-1/+0
2024-02-12[clang-format] Support of TableGen value annotations. (#80299)Hirofumi Nakamura1-3/+305
2024-02-09[clang-format][NFC] Drop "Always" in "AlwaysBreakTemplateDeclarations"Owen Pan1-3/+3
2024-02-07[clang-format] Add Leave to AlwaysBreakTemplateDeclarations (#80569)Owen Pan1-2/+8
2024-02-04[clang-format] Add Automatic and ExceptShortType options for AlwaysBreakAfter...rmarker1-0/+2
2024-01-31[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan1-8/+1
2024-01-26[clang-format] Fix a bug in AnnotatingParser::rParenEndsCast() (#79549)Owen Pan1-0/+2
2024-01-15[Format] Fix isStartOfName to recognize attributes (#76804)Ilya Biryukov1-1/+2
2024-01-14[clang-format] Add PenaltyBreakScopeResolution option. (#78015)rmarker1-1/+1
2024-01-12[clang-format] SpacesInSquareBrackets not working for Java (#77833)MyDeveloperDay1-0/+4
2024-01-12[clang-format] Don't allow casts in front of ampamp (#77704)Emilia Kond1-1/+1
2024-01-11[clang-format] TableGen keywords support. (#77477)Hirofumi Nakamura1-0/+6
2024-01-11[ClangFormat] Fix formatting bugs. (#76245)r4nt1-7/+7
2024-01-08[clang-format] Break after string literals with trailing line breaks (#76795)kadir çetinkaya1-0/+8
2023-12-22[clang-format] Fix a bug in annotating function declaration names (#76206)Owen Pan1-1/+2
2023-12-13[clang-format] Fix parsing of `operator<() {}` (#75144)XDeme1-0/+4
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-10/+10
2023-12-02[clang-format] Add space in Verilog tagged unions (#71354)sstwcw1-1/+8
2023-11-29[clang-format][NFC] Extend isProto() to also cover LK_TextProto (#73582)Owen Pan1-28/+13
2023-11-29[clang-format] Add spaces around the Verilog implication operator (#71352)sstwcw1-0/+6
2023-11-27[clang-format] Add BreakAdjacentStringLiterals option (#73432)Owen Pan1-5/+4
2023-11-26[clang-format][NFC] Improve an `if` conditional in the annotatorOwen Pan1-3/+2
2023-11-21Reland [clang-format][NFC] Remove a redundant isLiteral() callOwen Pan1-3/+1
2023-11-20Revert "[clang-format][NFC] Remove a redundant isLiteral() call"Gulfem Savrun Yeniceri1-1/+3
2023-11-19[clang-format] Correctly annotate braces of empty functions (#72733)Owen Pan1-0/+13
2023-11-19[clang-format] Fix a bug in isStartOfName() on macro definitions (#72768)Owen Pan1-2/+4