aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/FormatTokenLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-04clang-format: [JS] exponentiation operatorMartin Probst1-0/+10
2017-04-17Fix mishandling of escaped newlines followed by newlines or nuls.Richard Smith1-0/+3
2017-04-11[clang-format] Recognize Java logical shift assignment operator Nico Weber1-0/+13
2017-04-11[clang-format] Handle NSString literals by merging tokens.Alexander Kornienko1-0/+18
2017-03-31clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper1-1/+1
2017-02-24clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber1-2/+1
2017-02-07clang-format: [JS] exclaim preceding regex literals.Martin Probst1-1/+3
2016-12-12clang-format: Separate out a language kind for ObjC.Daniel Jasper1-1/+2
2016-11-03Fixed column shift when formatting line containing bit shift operatorsMalcolm Parsons1-0/+2
2016-09-17clang-format: [JS] Fix a crash in handledTemplateStrings.Daniel Jasper1-0/+2
2016-08-25clang-format: [JS] nested and tagged template strings.Martin Probst1-20/+43
2016-05-20clang-format: [JS] sort ES6 imports.Martin Probst1-0/+597