summaryrefslogtreecommitdiff
path: root/clang/lib/Format/FormatToken.cpp
AgeCommit message (Expand)Author
2025-10-30[clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (#108332)Gedare Bloom
2025-10-18[clang-format] Remove special handling of comments after brace/paren (#71672)Björn Schäpers
2025-10-18[clang-format] Fix a crash on BAS_BlockIndent (#164047)owenca
2025-10-14[clang-format] Use llvm::binary_search (NFC) (#163328)Kazu Hirata
2025-10-02[clang-format][NFC] Introduce isNoneOf (#161021)Björn Schäpers
2025-09-22[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca
2025-09-19[clang-format][NFC] Add is_sorted() assertion for binary_search()Owen Pan
2025-05-31[Format] Remove unused includes (NFC) (#142296)Kazu Hirata
2025-05-16[clang] Use llvm::binary_search (NFC) (#140216)Kazu Hirata
2025-04-05[clang-format] Set C11 instead of C17 for LK_C (#134472)Owen Pan
2025-02-23[clang-format] Add the C language instead of treating it like C++ (#128287)Owen Pan
2025-02-07[clang-format] Add BinPackLongBracedList style option (#112482)Gedare Bloom
2025-01-31[clang-format][NFC] Minor improvement to FormatToken::isTypeName()Owen Pan
2024-08-22[clang-format] Change BinPackParameters to enum and add AlwaysOnePerLine (#10...Tom
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-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-17[clang-format][NFC] Don't export IsCpp in Format.hOwen 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-03-08[clang-format] Handle common C++ non-keyword types as such (#83709)Owen Pan
2024-02-23[clang-format][NFC] Enable RemoveSemicolon for clang-format style (#82735)Owen Pan
2024-02-12Revert "Reland "[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#...Haojian Wu
2024-02-12Reland "[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)"Owen Pan
2024-02-12Reverted due to wrong commit messageOwen Pan
2024-02-12Reland "[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-10[clang-format] Don't apply severe penalty if no possible column formats (#76675)James Grant
2023-11-29[clang-format][NFC] Extend isProto() to also cover LK_TextProto (#73582)Owen Pan
2023-07-06[clang-format] Support block indenting array/struct list initializersGedare Bloom
2023-02-21[clang-format][NFC] Clean up nullptr comparison styleOwen Pan
2022-08-22[clang] adds unary type transformations as compiler built-insChristopher Di Bella
2022-08-14Revert "[clang] adds unary type transformations as compiler built-ins"Nico Weber
2022-08-14[clang] adds unary type transformations as compiler built-insChristopher Di Bella
2022-07-13[clang-format][NFC] Replace most of std::vector with SmallVectorowenca
2022-05-24[clang-format][NFC] Insert/remove braces in clang/lib/Format/owenca
2022-02-10[clang-format] Move FormatToken::opensBlockOrBlockTypeList to source file. NFC.Marek Kurdej
2022-02-03[clang-format] Reserve vectors when the number of items is known beforehand. ...Marek Kurdej
2022-01-24[clang-format] Assert Line->First and State.NextToken->Previous. NFC.Marek Kurdej
2022-01-07[clang-format] Use range-for loops. NFC.Marek Kurdej
2021-12-09[clang-format] PR48916 PointerAlignment not working when using C++20 init-sta...mydeveloperday
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan
2020-09-07[clang-format] Fix formatting of _Atomic() qualifierAlex Richardson
2020-07-28[clang-format][NFC] Be more careful about the layout of FormatToken.Bruno Ricci
2020-06-05[ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij