summaryrefslogtreecommitdiff
path: root/clang/lib/Format/TokenAnalyzer.cpp
AgeCommit message (Expand)Author
2025-05-31[Format] Remove unused includes (NFC) (#142296)Kazu Hirata
2024-08-04[clang] Construct SmallVector with ArrayRef (NFC) (#101898)Kazu Hirata
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-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan
2024-02-13Revert "[clang-format][NFC] Make LangOpts global in namespace Format"Owen Pan
2024-02-11Reland "[clang-format][NFC] Make LangOpts global in namespace Format (#81390)"Owen Pan
2024-02-11Revert "[clang-format][NFC] Make LangOpts global in namespace Format (#81390)"Owen Pan
2024-02-11[clang-format][NFC] Make LangOpts global in namespace Format (#81390)Owen Pan
2023-02-24[clang-format] Add simple macro replacements in formatting.Manuel Klimek
2022-09-18[clang-format] Skip token annotation in passes that don't need itowenca
2022-02-03[clang-format] Reserve vectors when the number of items is known beforehand. ...Marek Kurdej
2022-02-03[clang-format] Use back() instead of rbegin(). NFC.Marek Kurdej
2022-02-01[clang-format] Use ranged for loops. NFC.Marek Kurdej
2022-01-07[clang-format] Use range-for loops. NFC.Marek Kurdej
2022-01-07[clang-format] Use range-for loops. NFC.Marek Kurdej
2021-11-24[clang-format] NFC - recent changes caused clang-format to no longer be clang...mydeveloperday
2021-11-19Make clang-format fuzz through Lexing with asserts enabled.Manuel Klimek
2020-07-07Hand Allocator and IdentifierTable into FormatTokenLexer.Manuel Klimek
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09Add SourceManagerForFile helper which sets up SourceManager and dependencies ...Eric Liu
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-09-20clang-format clang-format.Manuel Klimek
2016-10-19Don't copy replacements in for-range loop. NFC.Benjamin Kramer
2016-09-02clang-format: [JS] merge requoting replacements.Martin Probst
2016-08-01Implement tooling::Replacements as a class.Eric Liu
2016-05-20clang-format: [JS] sort ES6 imports.Martin Probst