summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Always add space before lambda-{Daniel Jasper2015-06-121-0/+1
* clang-format: Understand C-style case in case label.Daniel Jasper2015-06-121-1/+1
* clang-format: [JS] Ensure that formatting actually takes place in tests.Daniel Jasper2015-06-111-1/+1
* clang-format: [JS] Only special case top level object literalDaniel Jasper2015-06-101-3/+4
* clang-format: [JS] Hotfix for runtime issue with deeply nested JS code.Daniel Jasper2015-06-091-0/+4
* clang-format: More eagerly wrap trailing return types.Daniel Jasper2015-06-051-6/+7
* clang-format: [JS] Let fat arrows have 'Assignment' precedence.Daniel Jasper2015-06-051-1/+1
* clang-format: [JS] Let fat arrows have 'Equality' precedence.Daniel Jasper2015-06-031-13/+15
* clang-format: [JS] More aggressively keep array literals on one line.Daniel Jasper2015-06-031-1/+2
* clang-format: [JS] Fix bug in type colon detection.Daniel Jasper2015-06-031-1/+2
* clang-format: [JS] Always add space after fat arrow.Daniel Jasper2015-06-021-3/+2
* 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
OpenPOWER on IntegriCloud