summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-291-4/+3
* clang-format: [JS] Support pseudo-keywordsDaniel Jasper2015-09-281-1/+1
* clang-format: [JS] handle let (ES6)Daniel Jasper2015-09-281-3/+4
* clang-format: In Java, `assert` is followed by an expression.Nico Weber2015-09-151-1/+1
* clang-format: Add space before member function reference qualifiers.Daniel Jasper2015-08-251-6/+6
* clang-format: Always allow break after leading annotations.Daniel Jasper2015-08-241-1/+1
* clang-format: Make formatting of member function reference qualifiersDaniel Jasper2015-08-241-3/+7
* clang-format: Be more conservative about specially indenting blocks in C++.Daniel Jasper2015-08-211-1/+1
* clang-format: Don't remove space between #elif and parentheses.Daniel Jasper2015-08-141-1/+1
* clang-format: Inside decltype(), there is an expression.Daniel Jasper2015-08-131-2/+3
* clang-format: Make SpaceBeforeParens work with overloaded operators.Daniel Jasper2015-08-111-1/+1
* Do not force linebreaks when MaxEmptyLinesToKeep is 0.Manuel Klimek2015-07-281-1/+1
* clang-format: Fix unary operator detection in for loops.Daniel Jasper2015-07-211-1/+2
* clang-format: Fix return type breaking with overloaded operator functionsBirunthan Mohanathas2015-07-151-14/+58
* clang-format: Print token type name instead of number in -debug outputBirunthan Mohanathas2015-07-131-1/+2
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-1/+3
* clang-format: [JS] Assign proper penalties when breaking a type annotationDaniel Jasper2015-07-101-0/+2
* clang-format: Break after "for (" less eagerly.Daniel Jasper2015-07-071-1/+2
* clang-format: Don't wrap before the ] of a lambda introducer.Daniel Jasper2015-07-071-0/+3
* clang-format: Fix __attribute__ being treated as decl name.Daniel Jasper2015-07-061-1/+2
* clang-format: [JS] Allow line breaks after TypeScript type colons.Daniel Jasper2015-07-031-0/+2
* clang-format: [Java/JS] Properly support instanceof and its precedence.Daniel Jasper2015-07-031-2/+7
* clang-format: Support member function reference qualifiers withDaniel Jasper2015-07-011-1/+1
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-2/+5
* clang-format: [Proto] Don't treat "operator" as keyword.Daniel Jasper2015-06-251-5/+6
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-1/+1
* [clang] Refactoring of conditions so they use isOneOf() instead of multiple i...Daniel Marjamaki2015-06-181-1/+1
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-7/+7
* clang-format: [JS] Don't put top-level typescript enums on a single line.Daniel Jasper2015-06-171-27/+34
* clang-format: NFC. Add a function to test whether an annotated lineDaniel Jasper2015-06-171-15/+14
* 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
OpenPOWER on IntegriCloud