summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: [JS] Array literal detection fix #4.Daniel Jasper2015-06-021-1/+2
* clang-format: [JS] Array literal detection fix #3.Daniel Jasper2015-06-021-2/+2
* clang-format: [JS] Fix another regression when detecting array literals.Daniel Jasper2015-06-021-1/+2
* clang-format: [JS] Fix regression of detecting array literals.Daniel Jasper2015-06-021-1/+3
* clang-format: [JS] Making arrow function wrapping more consistent.Daniel Jasper2015-06-011-2/+2
* clang-format: [JS] Fix line breaks in computed property names.Daniel Jasper2015-05-311-1/+1
* clang-format: [JS] Support ES6 computed property names.Daniel Jasper2015-05-291-0/+3
* clang-format: Lower binding strengths created by the [] created by ObjCDaniel Jasper2015-05-281-13/+17
* clang-format: Fix false positive in function annotation detection.Daniel Jasper2015-05-271-1/+1
* clang-format: [JS] Support ES6 spread operator.Daniel Jasper2015-05-261-0/+2
* clang-format: Add space in function pointers with SpaceBeforeParens=AlwaysAnders Waldenborg2015-05-191-1/+1
* clang-format: Improve *-detection.Daniel Jasper2015-05-191-0/+3
* clang-format: Improve for-loop formatting.Daniel Jasper2015-05-191-1/+2
* clang-format: Support #include_nextDaniel Jasper2015-05-191-0/+1
* clang-format: Correctly detect casts to qualified types.Daniel Jasper2015-05-191-1/+2
* clang-format: Fix regression caused by r237244.Daniel Jasper2015-05-191-1/+1
* clang-format: Improve detection of macros annotating functions.Daniel Jasper2015-05-181-13/+9
* clang-format: Support function annotations in macros.Daniel Jasper2015-05-181-1/+14
* clang-format: Improve line wrapping around << operators.Daniel Jasper2015-05-171-1/+2
* clang-format: Slightly change format decisions around macro annotations.Daniel Jasper2015-05-151-1/+1
* clang-format: Add missing space before ObjC selector.Daniel Jasper2015-05-151-1/+6
* clang-format: Fix incorrect */& classification.Daniel Jasper2015-05-131-0/+4
* clang-format: [ObjC] Further improve wrapping of methods calls without inputs.Daniel Jasper2015-05-131-1/+2
* clang-format: Prefer formatting local lambdas like functions.Daniel Jasper2015-05-131-0/+3
* clang-format: Fix */& detection for lambdas in macros.Daniel Jasper2015-05-121-5/+5
* clang-format: Support aligning ObjC string literals.Daniel Jasper2015-05-111-13/+19
* clang-format: Preserve line break before } in __asm { ... }.Daniel Jasper2015-05-101-1/+4
* 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
OpenPOWER on IntegriCloud