User Details
User Details
- User Since
- Nov 17 2014, 10:39 AM (323 w, 1 d)
Nov 21 2014
Nov 21 2014
Nov 20 2014
Nov 20 2014
het added a comment to D6350: clang-format: [Java] format Java lambda expressions.
Will this work for now? The way the fake paren parsing works, we will have (using '[' ']' as fake parens):
het updated the diff for D6350: clang-format: [Java] format Java lambda expressions.
het retitled D6350: clang-format: [Java] format Java lambda expressions from to clang-format: [Java] format Java lambda expressions.
het retitled D6345: clang-format: [Java] support Java modifiers from to clang-format: [Java] support Java modifiers.
Nov 19 2014
Nov 19 2014
het retitled D6331: clang-format: don't force break before generic type method from to clang-format: don't force break before generic type method.
het updated the diff for D6328: clang-format: never align after 'return' for Java.
het retitled D6328: clang-format: never align after 'return' for Java from to clang-format: make alignment after 'return' configurable.
het updated the diff for D6325: clang-format: accept generic types in enum declaration.
het retitled D6325: clang-format: accept generic types in enum declaration from to clang-format: accept generic types in enum declaration.
Nov 18 2014
Nov 18 2014
het updated the diff for D6315: clang-format: ignore C++ keywords in Java.
het added a comment to D6315: clang-format: ignore C++ keywords in Java.
Perhaps a more correct way to do this is to transform tok::union, tok::struct, and tok::delete into tok::identifier in the tokenizer if the language is Java
het retitled D6315: clang-format: ignore C++ keywords in Java from to clang-format: ignore C++ keywords in Java.
het retitled D6314: clang-format: Fix space between generic type parameter and square bracket from to clang-format: Fix space between generic type parameter and square bracket.
het updated the diff for D6297: Add option to disable alignment after opening bracket.
Nov 17 2014
Nov 17 2014
het updated the diff for D6297: Add option to disable alignment after opening bracket.
het updated the diff for D6297: Add option to disable alignment after opening bracket.
het added a comment to D6297: Add option to disable alignment after opening bracket.
I like the idea of an option to disable alignment for all parentheses. Should it be extended to all "scope openers"?
het retitled D6297: Add option to disable alignment after opening bracket from to Add option to disable alignment of function declaration parentheses.