summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] Avoid bad line-warp around "function".Daniel Jasper2015-05-081-1/+1
* clang-format: Improve r236597, Properly indent method calls without inputs.Daniel Jasper2015-05-071-1/+1
* clang-format: Merge labels and subsequent semicolons.Daniel Jasper2015-05-061-1/+1
* clang-format: Allow ternary expressions inside template parameters ifDaniel Jasper2015-05-061-2/+7
* clang-format: Consider operator precedence as penalty when breakingDaniel Jasper2015-05-061-0/+3
* clang-format: Prevent assertion discovered by fuzzer.Daniel Jasper2015-05-061-2/+10
* clang-format: Prevent exponential runtime in token annotator.Daniel Jasper2015-05-061-1/+11
* clang-format: [JS] support optional methods.Daniel Jasper2015-05-051-15/+37
* clang-format: NFC: Delete FormatToken::IsForEachMacro. Use a TokenType instead.Daniel Jasper2015-05-041-7/+6
* clang-format: Force aligning different brackets relative to each other.Daniel Jasper2015-05-041-2/+6
* clang-format: [JS] Fix templated parameter default values.Daniel Jasper2015-05-021-1/+1
* clang-format: Properly detect variable declarations with ObjC.Daniel Jasper2015-04-231-1/+2
* 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
OpenPOWER on IntegriCloud