summaryrefslogtreecommitdiff
path: root/clang/lib/Format/FormatTokenLexer.h
AgeCommit message (Expand)Author
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan
2025-05-25[clang-format] Handle Java text blocks (#141334)Owen Pan
2025-04-30Reland [clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan
2025-04-22[clang-format] Fix a bug in lexing C++ UDL ending in $ (#136476)Owen Pan
2025-01-01[clang-format] Add `VariableTemplates` option (#121318)Owen Pan
2024-10-02[clang-format] Add TemplateNames option to help parse C++ angles (#109916)Owen Pan
2024-03-15[clang-format][NFC] Delete redundant and extraneous #include linesOwen 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
2024-02-09Revert "[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)"Owen Pan
2024-02-08[clang-format] Update FormatToken::isSimpleTypeSpecifier() (#80241)Owen Pan
2024-01-20[clang-format] Support of TableGen identifiers beginning with a number. (#78571)Hirofumi Nakamura
2024-01-17[clang-format] TableGen multi line string support. (#78032)Hirofumi Nakamura
2023-07-18[clang-format] Add TypeNames option to disambiguate types/objectsOwen Pan
2023-03-20Reland [clang-format] Add a space between an overloaded operator and '>'Owen Pan
2023-03-20Revert "[clang-format] Add a space between an overloaded operator and '>'"Kadir Cetinkaya
2023-02-16[clang-format] Add a space between an overloaded operator and '>'Owen Pan
2022-07-29[clang-format] Handle Verilog numbers and operatorssstwcw
2022-06-26[clang-format] Handle Verilog preprocessor directivessstwcw
2022-06-26[clang-format] Fix whitespace counting stuffsstwcw
2022-02-28[NFC][Lexer] Make Lexer::LangOpts const referenceDawid Jurczak
2021-05-06[clang-format] Add more support for C# 8 nullablesEliza Velasquez
2020-07-07Hand Allocator and IdentifierTable into FormatTokenLexer.Manuel Klimek
2020-06-03[clang-format] [PR46159] Linux kernel 'C' code uses 'try' as a variable name,...mydeveloperday
2020-05-20[clang-format] [PR33890] Add support for Microsoft C++/CLI non standard for e...mydeveloperday
2020-03-03[clang-format] Do not merge target-name and : for C# attributesJonathan Coe
2020-03-02[clang-format] Handle NullCoalescing and NullConditional operators in C#Jonathan Coe
2020-02-27[clang-format] Recognize C# named argument colons as a token typeJonathan Coe
2020-02-20[clang-format] Merge name and colon into a single token for C# named argumentsJonathan Coe
2020-02-05[clang-format] Do not treat C# attribute targets as labelsJonathan Coe
2020-01-30[clang-format] Improve support for multiline C# stringsJonathan Coe
2020-01-28[clang-format] Handle quotes and escaped braces in C# interpolated stringsJonathan Coe
2019-10-04[clang-format] [PR43338] C# clang format has space issues betweern C# only ke...Paul Hoad
2019-03-21[clang-format] Add basic support for formatting C# filesPaul Hoad
2019-03-19[clang-format] [JS] handle private members.Martin Probst
2019-03-01[clang-format] [NFC] clang-format the Format libraryPaul Hoad
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-02clang-format: better handle statement macrosFrancois Ferrand
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-11-10[clang-format] Support python-style comments in text protosKrasimir Georgiev
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-04-11[clang-format] Handle NSString literals by merging tokens.Alexander Kornienko
2016-08-25clang-format: [JS] nested and tagged template strings.Martin Probst
2016-05-20clang-format: [JS] sort ES6 imports.Martin Probst