summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Allow splitting "= default" and "= delete".Daniel Jasper2015-04-231-1/+2
* clang-format: Don't add unwanted space when creating new arrays.Daniel Jasper2015-04-231-1/+2
* clang-format: [Proto] Don't linewrap top-level options.Daniel Jasper2015-04-231-2/+10
* clang-format: Fix for #pragma option formatting.Daniel Jasper2015-04-221-2/+5
* clang-format: Fix incorrect multi-var declstmt detection.Daniel Jasper2015-04-201-3/+3
* clang-format: Undo r214508. It was essentially always removing theDaniel Jasper2015-04-161-1/+1
* clang-format: Determine "in" as a keyword in ObjC for loops more preciselyDaniel Jasper2015-04-151-23/+21
* clang-format: [JS] Support index signature types.Daniel Jasper2015-04-131-1/+2
* clang-format: [JS] support optionality markers in JS types.Daniel Jasper2015-04-131-10/+22
* clang-format: [JS] Understand object literals with only methods.Daniel Jasper2015-04-041-1/+2
* clang-format: Force line break in trailing calls after multline exprs.Daniel Jasper2015-03-261-3/+3
* clang-format: Fix another bug in wrapping around "*".Daniel Jasper2015-03-191-3/+3
* clang-format: Fix bad wrapping after "*" introduced in r232044.Daniel Jasper2015-03-181-3/+1
* clang-format: [JS] support cast syntax and type arguments.Daniel Jasper2015-03-151-0/+7
* clang-format: [JS] more precisely detect enums.Daniel Jasper2015-03-151-1/+7
* clang-format: When putting */& next to types, also wrap before them.Daniel Jasper2015-03-121-4/+11
* clang-format: Fix incorrect && recognition.Daniel Jasper2015-03-111-0/+2
* Make constant static variables const so they can go into a read-only sectionBenjamin Kramer2015-03-081-2/+2
* clang-format: Prefer wrapping a lambda's body over the lambda's return type.Daniel Jasper2015-03-021-0/+2
* clang-format: Always align */& in multi-var DeclStmts.Daniel Jasper2015-03-011-4/+12
* clang-format: Make trailing commas in array inits force one per line.Daniel Jasper2015-02-271-2/+5
* clang-format: Fix space of arrays of pointers to templated types.Daniel Jasper2015-02-261-1/+2
* clang-format: Allow breaking after "else if(" as a last resort.Daniel Jasper2015-02-261-2/+3
* clang-format: Fix spacing for function with ref-qualification ..Daniel Jasper2015-02-251-8/+12
* clang-format: [js] Support ES6 module exports.Daniel Jasper2015-02-191-1/+1
* clang-format: [js] Support ES6 module imports.Daniel Jasper2015-02-191-8/+10
* clang-format: Space and triple angle braces.Jacques Pienaar2015-02-181-3/+3
* clang-format: [JS] support AtScript style annotations for JS.Daniel Jasper2015-02-181-1/+7
* clang-format: [JS] Support type annotations.Daniel Jasper2015-02-181-7/+15
* clang-format: Don't force a break after "endl" if everything fits on one line.Daniel Jasper2015-02-171-3/+0
* clang-format: Add support for SEH __try / __except / __finally blocks.Nico Weber2015-02-041-2/+2
* clang-format: Fix incorrect classification of "*".Daniel Jasper2015-01-231-13/+14
* clang-format: Fix bad memory access.Daniel Jasper2015-01-211-0/+1
* clang-format: Fix crasher on weird comments.Daniel Jasper2015-01-191-4/+2
* clang-format: Fix crasher on incomplete condition compilation.Daniel Jasper2015-01-191-1/+1
* clang-format: [Java] Support try blocks with resources.Daniel Jasper2015-01-141-1/+2
* clang-format: [Java] Prefer not to break in parameter annotations.Daniel Jasper2015-01-141-0/+2
* clang-format: [Java] Understand "import static".Daniel Jasper2015-01-141-1/+2
* clang-format: [Java] Don't let annotations confuse return type analysis.Daniel Jasper2015-01-141-0/+3
* clang-format: [Java] Don't line-wrap before annotations' l_parens.Daniel Jasper2015-01-141-1/+1
* clang-format: [Java] Don't get confused by leading annotations.Daniel Jasper2015-01-141-1/+2
* clang-format: [Java] Detect `native` keyword.Nico Weber2015-01-131-1/+2
* clang-format: [Java] Support formatting qualified annotations.Nico Weber2015-01-091-18/+29
* clang-format: Force line break between "endl" and "<<".Daniel Jasper2015-01-081-28/+26
* clang-format: Improve template parameter detection.Daniel Jasper2015-01-081-2/+5
* clang-format: Fix unary operator detection.Daniel Jasper2015-01-071-4/+4
* clang-format: [Java] Fix incorrect detection of cast.Daniel Jasper2015-01-051-0/+2
* clang-format: Fix incorrect detection of ObjC "in" keyword.Daniel Jasper2014-12-181-1/+2
* clang-format: [Java] Always break after annotations of multiline decls.Daniel Jasper2014-12-081-2/+0
* clang-format: [JS] Don't put top-level dict literals on a single line.Daniel Jasper2014-12-041-0/+3
OpenPOWER on IntegriCloud