summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/FormatTokenLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-5/+6
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* [clang-format] Consider tok::hashhash in python-style commentsKrasimir Georgiev2018-06-071-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-121-1/+3
* [clang-format] Support python-style comments in text protosKrasimir Georgiev2017-11-101-0/+23
* [clang-format] Handle CRLF correctly when formatting escaped newlinesKrasimir Georgiev2017-10-301-5/+13
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-2/+2
* clang-format/java: Unbreak genenrics formatting after r299952.Nico Weber2017-09-271-4/+0
* clang-format clang-format.Manuel Klimek2017-09-201-9/+6
* clang-format: [JS] handle single lines comments ending in `\\`.Martin Probst2017-08-081-0/+28
* clang-format: [JS] exponentiation operatorMartin Probst2017-05-041-0/+10
* Fix mishandling of escaped newlines followed by newlines or nuls.Richard Smith2017-04-171-0/+3
* [clang-format] Recognize Java logical shift assignment operator Nico Weber2017-04-111-0/+13
* [clang-format] Handle NSString literals by merging tokens.Alexander Kornienko2017-04-111-0/+18
* clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper2017-03-311-1/+1
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-2/+1
* clang-format: [JS] exclaim preceding regex literals.Martin Probst2017-02-071-1/+3
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-121-1/+2
* Fixed column shift when formatting line containing bit shift operatorsMalcolm Parsons2016-11-031-0/+2
* clang-format: [JS] Fix a crash in handledTemplateStrings.Daniel Jasper2016-09-171-0/+2
* clang-format: [JS] nested and tagged template strings.Martin Probst2016-08-251-20/+43
* clang-format: [JS] sort ES6 imports.Martin Probst2016-05-201-0/+597
OpenPOWER on IntegriCloud