aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/UnwrappedLineParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan1-5/+9
2025-07-06[clang-format][NFC] Use `empty()` instead of comparing size() to 0 or 1Owen Pan1-1/+1
2025-06-26[clang-format][NFC] Remove `\brief` from comments (#145853)Owen Pan1-6/+6
2025-06-09[clang-format] Parse JSON outermost l_brace as braced list brace (#143327)Owen Pan1-1/+1
2025-06-05[clang-format] Handle requires clause following a pointer type (#142893)Owen Pan1-0/+1
2025-05-31[Format] Remove unused includes (NFC) (#142296)Kazu Hirata1-2/+0
2025-05-09[clang-format] Handle Java record (#139215)Owen Pan1-3/+10
2025-05-02[clang-format] Fix a crash on formatting missing r_paren/r_brace (#138230)Owen Pan1-2/+2
2025-05-02[clang-format] RemoveParentheses shouldn't remove empty parentheses (#138229)Owen Pan1-1/+2
2025-04-26[clang-format] Correctly handle C# new modifier (#137430)Owen Pan1-1/+7
2025-04-25[clang-format][NFC] Use UnwrappedLineParser::eof() whenever possibleOwen Pan1-2/+2
2025-04-25[clang-format] Correctly handle C# where clause (#137295)Owen Pan1-0/+1
2025-04-24[clang-format] Correctly identify include guards (#137112)Owen Pan1-0/+7
2025-04-22[clang-format] Fix a bug in parsing C-style cast of lambdas (#136099)Owen Pan1-6/+18
2025-04-16[clang-format] Fix a bug in BWACS_MultiLine (#135906)Owen Pan1-2/+9
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan1-28/+19
2025-04-10[clang-format] Recognize TableGen paste operator on separate line (#133722)sstwcw1-2/+9
2025-04-09[clang-format][NFC] Add FormatToken::is(tok::ObjCKeywordKind) (#134973)Owen Pan1-28/+15
2025-04-05[clang-format] Set C11 instead of C17 for LK_C (#134472)Owen Pan1-3/+1
2025-04-02[clang-format] Fix a bug in annotating braces (#134039)Owen Pan1-1/+5
2025-03-25[clang-format] Correctly annotate requires clause in `&& requires(` (#132882)Owen Pan1-3/+5
2025-03-10[clang-format] Don't remove parentheses separated from ellipsis by comma (#13...Owen Pan1-35/+51
2025-03-06[clang-format] Remove special handling of C++ access specifiers in C (#129983)Owen Pan1-62/+2
2025-03-05[clang-format][NFC] Use better names for a couple of data membersOwen Pan1-7/+7
2025-03-03[clang-format] Fix a bug in wrapping function return type (#129374)Owen Pan1-2/+4
2025-02-26[clang-format] Fix a bug that changes keyword `or` to an identifier (#128410)Owen Pan1-6/+0
2025-02-23[clang-format] Add the C language instead of treating it like C++ (#128287)Owen Pan1-1/+1
2025-02-16[clang-format] Fix a bug in annotating braces (#127306)Owen Pan1-1/+1
2025-02-01[clang-format] Fix a bug in annotating ClassHeadName (#125326)Owen Pan1-1/+1
2025-01-30[clang-format] Add ClassHeadName to help annotating StartOfName (#124891)Owen Pan1-5/+10
2025-01-30[clang-format] Fix a crash on parsing requires clause (#125021)Owen Pan1-1/+1
2025-01-27[clang-format] Treat uppercase identifiers after struct as macros (#124397)Owen Pan1-1/+2
2025-01-21[clang-format] Rename ExportBlockIndentation -> IndentExportBlock (#123493)Sirraide1-2/+1
2025-01-19[clang-format] Improve brace wrapping and add an option to control indentatio...Sirraide1-19/+30
2025-01-17[clang-format] Correctly annotate braces in macro definitions (#123279)Owen Pan1-3/+3
2025-01-04[clang-format] Add `TT_CompoundRequirementLBrace` for better annotation (#121...Owen Pan1-2/+3
2025-01-04[clang-format] Don't break short macro call followed by l_paren (#121626)Owen Pan1-1/+3
2025-01-04[clang-format] Add TT_AfterPPDirective for better annotation (#121622)Owen Pan1-2/+7
2025-01-04[clang-format][NFC] Replace SmallVectorImpl with ArrayRef (#121621)Owen Pan1-6/+3
2024-12-18[clang-format] Fix a bug in annotating arrows after init braces (#119958)Owen Pan1-2/+3
2024-12-10[clang-format] Fix idempotent format of hash in macro body (#118513)Owen Pan1-1/+1
2024-11-20[clang-format] Stop crashing on slightly off Verilog module headers (#116000)sstwcw1-1/+2
2024-11-01[clang-format] Fix a regression in parsing `switch` in macro call (#114506)Owen Pan1-2/+6
2024-10-22[clang-format] Handle C# `goto case` constructs (#113257)Owen Pan1-0/+5
2024-10-22[clang-format] Make bitwise and imply requires clause (#110942)Emilia Kond1-1/+1
2024-10-21[clang-format] Fix a crash on C# `goto case` (#113056)Owen Pan1-1/+1
2024-10-17[clang-format] Handle template opener/closer in braced list (#112494)Owen Pan1-0/+5
2024-10-11[clang-format] Introduce "ReflowComments: IndentOnly" to re-indent comments w...Iuri Chaer1-5/+5
2024-10-04[clang-format] Handle template closer followed by braces (#110971)Owen Pan1-0/+5
2024-10-02[clang-format] Handle template closer followed by empty paretheses (#110408)Owen Pan1-4/+8