summaryrefslogtreecommitdiff
path: root/clang/lib/Format/UnwrappedLineParser.cpp
AgeCommit message (Expand)Author
2025-11-13[clang-format] Recognize Verilog DPI export and import (#165595)sstwcw
2025-11-05[clang-format] Fix brace wrapping for Java records (#164711)Hannes Braun
2025-10-17[clang] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163914)Kazu Hirata
2025-10-12[clang-format] Fix formatting of `requires` expressions in braced initializer...Ruoyu Zhong
2025-10-02[clang-format][NFC] Introduce isNoneOf (#161021)Björn Schäpers
2025-09-27[clang-format] Fix bugs in annotating arrows and square brackets (#160973)owenca
2025-09-14[clang-format] Add IndentPPDirectives Leave option (#139750)Gedare Bloom
2025-08-26[clang-format] Fix a bug in SkipMacroDefinitionBody (#155346)owenca
2025-08-22[clang-format] Fix a bug in SkipMacroDefinitionBody (#154787)owenca
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan
2025-07-06[clang-format][NFC] Use `empty()` instead of comparing size() to 0 or 1Owen Pan
2025-06-26[clang-format][NFC] Remove `\brief` from comments (#145853)Owen Pan
2025-06-09[clang-format] Parse JSON outermost l_brace as braced list brace (#143327)Owen Pan
2025-06-05[clang-format] Handle requires clause following a pointer type (#142893)Owen Pan
2025-05-31[Format] Remove unused includes (NFC) (#142296)Kazu Hirata
2025-05-09[clang-format] Handle Java record (#139215)Owen Pan
2025-05-02[clang-format] Fix a crash on formatting missing r_paren/r_brace (#138230)Owen Pan
2025-05-02[clang-format] RemoveParentheses shouldn't remove empty parentheses (#138229)Owen Pan
2025-04-26[clang-format] Correctly handle C# new modifier (#137430)Owen Pan
2025-04-25[clang-format][NFC] Use UnwrappedLineParser::eof() whenever possibleOwen Pan
2025-04-25[clang-format] Correctly handle C# where clause (#137295)Owen Pan
2025-04-24[clang-format] Correctly identify include guards (#137112)Owen Pan
2025-04-22[clang-format] Fix a bug in parsing C-style cast of lambdas (#136099)Owen Pan
2025-04-16[clang-format] Fix a bug in BWACS_MultiLine (#135906)Owen Pan
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan
2025-04-10[clang-format] Recognize TableGen paste operator on separate line (#133722)sstwcw
2025-04-09[clang-format][NFC] Add FormatToken::is(tok::ObjCKeywordKind) (#134973)Owen Pan
2025-04-05[clang-format] Set C11 instead of C17 for LK_C (#134472)Owen Pan
2025-04-02[clang-format] Fix a bug in annotating braces (#134039)Owen Pan
2025-03-25[clang-format] Correctly annotate requires clause in `&& requires(` (#132882)Owen Pan
2025-03-10[clang-format] Don't remove parentheses separated from ellipsis by comma (#13...Owen Pan
2025-03-06[clang-format] Remove special handling of C++ access specifiers in C (#129983)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-02-23[clang-format] Add the C language instead of treating it like C++ (#128287)Owen Pan
2025-02-16[clang-format] Fix a bug in annotating braces (#127306)Owen Pan
2025-02-01[clang-format] Fix a bug in annotating ClassHeadName (#125326)Owen Pan
2025-01-30[clang-format] Add ClassHeadName to help annotating StartOfName (#124891)Owen Pan
2025-01-30[clang-format] Fix a crash on parsing requires clause (#125021)Owen Pan
2025-01-27[clang-format] Treat uppercase identifiers after struct as macros (#124397)Owen Pan
2025-01-21[clang-format] Rename ExportBlockIndentation -> IndentExportBlock (#123493)Sirraide
2025-01-19[clang-format] Improve brace wrapping and add an option to control indentatio...Sirraide
2025-01-17[clang-format] Correctly annotate braces in macro definitions (#123279)Owen Pan
2025-01-04[clang-format] Add `TT_CompoundRequirementLBrace` for better annotation (#121...Owen Pan
2025-01-04[clang-format] Don't break short macro call followed by l_paren (#121626)Owen Pan
2025-01-04[clang-format] Add TT_AfterPPDirective for better annotation (#121622)Owen Pan
2025-01-04[clang-format][NFC] Replace SmallVectorImpl with ArrayRef (#121621)Owen Pan
2024-12-18[clang-format] Fix a bug in annotating arrows after init braces (#119958)Owen Pan
2024-12-10[clang-format] Fix idempotent format of hash in macro body (#118513)Owen Pan