index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Format
/
TokenAnnotator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix typo in comment.
Nico Weber
2018-01-24
1
-1
/
+1
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-1
/
+1
*
clang-format: [JS] do not wrap after async/await.
Martin Probst
2017-11-30
1
-6
/
+6
*
clang-format: [JS] handle `for` as object label.
Martin Probst
2017-11-25
1
-1
/
+3
*
clang-format: [JS] do not break in ArrayType[].
Martin Probst
2017-11-24
1
-0
/
+3
*
clang-format: [JS] do not wrap before yield.
Martin Probst
2017-11-24
1
-2
/
+2
*
clang-format: [JS] space between ! assert and in.
Martin Probst
2017-11-24
1
-2
/
+3
*
clang-format: [JS] handle destructuring `of`.
Martin Probst
2017-11-24
1
-2
/
+4
*
Update link to protobuf
Hans Wennborg
2017-11-13
1
-1
/
+1
*
[clang-format] Handle unary operator overload with arguments and specifiers
Daniel Jasper
2017-11-06
1
-1
/
+2
*
[clang-format] Make parseUnaryOperator non-recursive, NFCI
Krasimir Georgiev
2017-11-01
1
-10
/
+8
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-1
/
+2
*
clang-format/java: Unbreak genenrics formatting after r299952.
Nico Weber
2017-09-27
1
-2
/
+2
*
[clang-format] Adjust space around &/&& of structured bindings
Chih-Hung Hsieh
2017-09-27
1
-4
/
+12
*
clang-format/java: Always put space after `assert` keyword.
Nico Weber
2017-09-25
1
-0
/
+2
*
clang-format clang-format.
Manuel Klimek
2017-09-20
1
-53
/
+50
*
Fix clang-format's detection of structured bindings.
Manuel Klimek
2017-09-20
1
-11
/
+1
*
clang-format: [JS] wrap and indent `goog.setTestOnly` calls.
Martin Probst
2017-09-11
1
-1
/
+0
*
[clang-format] Add support for C++17 structured bindings.
Marek Kurdej
2017-09-07
1
-5
/
+20
*
clang-format: Fix formatting of for loops with multiple increments.
Daniel Jasper
2017-09-03
1
-0
/
+5
*
[clang-format] Fixed typedef enum brace wrapping
Krasimir Georgiev
2017-08-29
1
-0
/
+1
*
clang-format: [JS] wrap optional properties in type aliases.
Martin Probst
2017-08-14
1
-1
/
+3
*
clang-format: [JS] do not insert whitespace in call positions.
Martin Probst
2017-08-14
1
-7
/
+14
*
clang-format: Fix left pointer alignment after delctype/typeof
Krasimir Georgiev
2017-08-14
1
-8
/
+19
*
[clang-format] let PointerAlignment dictate spacing of function ref qualifiers
Jacob Bandes-Storch
2017-08-10
1
-2
/
+1
*
clang-format: [JS] fix union type spacing in object & array types.
Martin Probst
2017-08-08
1
-0
/
+9
*
clang-format: [JS] no whitespace between typeof operator and l_paren.
Martin Probst
2017-08-01
1
-1
/
+1
*
clang-format: [JS] prefer wrapping chains over empty literals.
Martin Probst
2017-08-01
1
-0
/
+3
*
clang-format: [JS] whitespace between keywords and parenthesized expressions.
Martin Probst
2017-08-01
1
-0
/
+3
*
clang-format: [JS] handle union types in arrow functions.
Martin Probst
2017-08-01
1
-0
/
+1
*
clang-format: [JS] consistenly format enums.
Martin Probst
2017-08-01
1
-1
/
+3
*
clang-format: [JS] handle object types in extends positions.
Martin Probst
2017-08-01
1
-1
/
+2
*
[clang-format] Fix comment levels between '} else {' and PPDirective.
Krasimir Georgiev
2017-07-24
1
-1
/
+1
*
Fix dereference of pointers in throw statements.
Manuel Klimek
2017-07-17
1
-1
/
+2
*
[clang-format] Keep level of comment before an empty line
Krasimir Georgiev
2017-07-12
1
-4
/
+13
*
clang-format: [JS] do not wrap after "readonly".
Martin Probst
2017-07-07
1
-5
/
+6
*
[clang-format] Add space between a message field key and the opening bracket ...
Krasimir Georgiev
2017-07-06
1
-0
/
+2
*
clang-format: [JS] space between pseudo keywords and template literals.
Martin Probst
2017-07-04
1
-1
/
+5
*
Revert "clang-format: [JS] space between pseudo keywords and template literals."
Martin Probst
2017-07-03
1
-5
/
+1
*
[clang-format] Support text proto messages
Krasimir Georgiev
2017-07-03
1
-5
/
+24
*
clang-format: [JS] space between pseudo keywords and template literals.
Martin Probst
2017-07-03
1
-1
/
+5
*
[clang-format] Fix parsing of msg{field}-style proto options
Krasimir Georgiev
2017-06-29
1
-2
/
+4
*
[clang-format] Support <>-style proto message fields
Krasimir Georgiev
2017-06-27
1
-5
/
+20
*
clang-format: introduce InlineOnly short function style
Francois Ferrand
2017-06-21
1
-2
/
+2
*
clang-format: Fix C99 designated initializers corner cases
Francois Ferrand
2017-06-19
1
-5
/
+12
*
clang-format: Handle "if constexpr".
Daniel Jasper
2017-06-19
1
-1
/
+6
*
clang-format: [JS] recognize exported type definitions.
Martin Probst
2017-06-07
1
-3
/
+9
*
clang-format: Introduce BreakConstructorInitializers option
Francois Ferrand
2017-05-24
1
-6
/
+17
*
clang-format: [JS] avoid line breaks before unindented r_parens.
Martin Probst
2017-05-22
1
-1
/
+1
*
clang-format: Allow customizing the penalty for breaking assignment
Francois Ferrand
2017-05-22
1
-3
/
+4
[prev]
[next]