aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/FormatToken.cpp
AgeCommit message (Expand)AuthorFilesLines
8 days[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca1-1/+15
10 days[clang-format][NFC] Add is_sorted() assertion for binary_search()Owen Pan1-0/+1
2025-05-31[Format] Remove unused includes (NFC) (#142296)Kazu Hirata1-1/+0
2025-05-16[clang] Use llvm::binary_search (NFC) (#140216)Kazu Hirata1-2/+1
2025-04-05[clang-format] Set C11 instead of C17 for LK_C (#134472)Owen Pan1-1/+1
2025-02-23[clang-format] Add the C language instead of treating it like C++ (#128287)Owen Pan1-2/+1
2025-02-07[clang-format] Add BinPackLongBracedList style option (#112482)Gedare Bloom1-1/+1
2025-01-31[clang-format][NFC] Minor improvement to FormatToken::isTypeName()Owen Pan1-4/+5
2024-08-22[clang-format] Change BinPackParameters to enum and add AlwaysOnePerLine (#10...Tom1-0/+17
2024-05-13Reland "[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)"Owen Pan1-41/+5
2024-05-12Revert "[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)"Owen Pan1-5/+41
2024-05-10[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)Owen Pan1-41/+5
2024-03-19Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"Owen Pan1-0/+3
2024-03-19Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#...Owen Pan1-5/+3
2024-03-17[clang-format][NFC] Don't export IsCpp in Format.hOwen Pan1-0/+2
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan1-3/+0
2024-03-14Reland [clang-format][NFC] Eliminate the IsCpp parameter in all functions (#8...Owen Pan1-3/+3
2024-03-14Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions" (...Mehdi Amini1-3/+3
2024-03-14[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#84599)Owen Pan1-3/+3
2024-03-08[clang-format] Handle common C++ non-keyword types as such (#83709)Owen Pan1-2/+16
2024-02-23[clang-format][NFC] Enable RemoveSemicolon for clang-format style (#82735)Owen Pan1-1/+1
2024-02-12Revert "Reland "[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#...Haojian Wu1-3/+37
2024-02-12Reland "[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)"Owen Pan1-37/+3
2024-02-12Reverted due to wrong commit messageOwen Pan1-3/+37
2024-02-12Reland "[clang-format][NFC] Make LangOpts global in namespace Format (#81390)"Owen Pan1-37/+3
2024-02-09Revert "[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)"Owen Pan1-1/+34
2024-02-08[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)Owen Pan1-34/+1
2024-01-10[clang-format] Don't apply severe penalty if no possible column formats (#76675)James Grant1-2/+2
2023-11-29[clang-format][NFC] Extend isProto() to also cover LK_TextProto (#73582)Owen Pan1-2/+1
2023-07-06[clang-format] Support block indenting array/struct list initializersGedare Bloom1-0/+15
2023-02-21[clang-format][NFC] Clean up nullptr comparison styleOwen Pan1-1/+1
2022-08-22[clang] adds unary type transformations as compiler built-insChristopher Di Bella1-1/+2
2022-08-14Revert "[clang] adds unary type transformations as compiler built-ins"Nico Weber1-2/+1
2022-08-14[clang] adds unary type transformations as compiler built-insChristopher Di Bella1-1/+2
2022-07-13[clang-format][NFC] Replace most of std::vector with SmallVectorowenca1-1/+1
2022-05-24[clang-format][NFC] Insert/remove braces in clang/lib/Format/owenca1-5/+10
2022-02-10[clang-format] Move FormatToken::opensBlockOrBlockTypeList to source file. NFC.Marek Kurdej1-0/+14
2022-02-03[clang-format] Reserve vectors when the number of items is known beforehand. ...Marek Kurdej1-0/+3
2022-01-24[clang-format] Assert Line->First and State.NextToken->Previous. NFC.Marek Kurdej1-0/+1
2022-01-07[clang-format] Use range-for loops. NFC.Marek Kurdej1-7/+4
2021-12-09[clang-format] PR48916 PointerAlignment not working when using C++20 init-sta...mydeveloperday1-0/+4
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan1-0/+1
2020-09-07[clang-format] Fix formatting of _Atomic() qualifierAlex Richardson1-0/+1
2020-07-28[clang-format][NFC] Be more careful about the layout of FormatToken.Bruno Ricci1-2/+2
2020-06-05[ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij1-0/+1
2020-05-13Make FormatToken::Type private.Manuel Klimek1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-05-01Implement P0482R2, support for char8_t type.Richard Smith1-0/+1
2017-09-20clang-format clang-format.Manuel Klimek1-3/+2