summaryrefslogtreecommitdiff
path: root/clang/lib/Format/FormatTokenSource.h
AgeCommit message (Expand)Author
2024-05-20[clang-format][NFC] Remove redundnat llvm::, clang::, etc.Owen Pan
2024-04-07[clang-format][NFC] Add getNextNonComment() to FormatTokenSource (#87868)Owen Pan
2024-03-15[clang-format][NFC] Delete redundant and extraneous #include linesOwen Pan
2023-08-24[clang-format][NFC] Replace !is() with isNot()Owen Pan
2023-03-15[clang] Use *{Map,Set}::contains (NFC)Kazu Hirata
2023-02-15[clang-format] Fix windows build.Manuel Klimek
2023-02-15[clang-format] assert(false) -> llvm_unreachableBenjamin Kramer
2023-02-15[clang-format] Enable FormatTokenSource to insert tokens.Manuel Klimek
2023-01-31[clang-format] Fix use after free in FormatTokenSource testBenjamin Kramer
2023-01-31[clang-format][NFC] Bring FormatTokenSource under test.Manuel Klimek
2023-01-31[clang-format][NFC] Move IndexedTokenSource to FormatTokenSource header.Manuel Klimek
2023-01-31[clang-format][NFC] Pull FormatTokenSource into its own header.Manuel Klimek