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
...
*
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
*
[Format] Add curly braces to suppress a -Wmisleading-indentation warning from...
Craig Topper
2017-05-21
1
-1
/
+2
*
[clang-format] Handle trailing comment sections in import statement lines
Krasimir Georgiev
2017-05-19
1
-3
/
+6
*
clang-format: [JS] for await, and fix a crash with for loops.
Martin Probst
2017-05-18
1
-4
/
+4
*
[clang-format] Make NoLineBreakFormatter respect MustBreakBefore
Krasimir Georgiev
2017-05-18
1
-16
/
+19
*
clang-format: [JS] for async loops.
Martin Probst
2017-05-15
1
-3
/
+10
*
JavaScript allows parameter lists to include trailing commas:
Martin Probst
2017-05-15
1
-6
/
+10
*
clang-format: [JS] fix non-null assertion operator recognition.
Martin Probst
2017-05-15
1
-3
/
+3
*
clang-format: [JS] support non-null assertions after all identifiers.
Martin Probst
2017-05-12
1
-1
/
+2
*
clang-format: [JS/Java] ignore Objective-C constructs in JS & Java.
Martin Probst
2017-04-26
1
-1
/
+5
*
formatting
Martin Probst
2017-04-26
1
-7
/
+5
*
clang-format: [JS] prevent wraps before class members.
Martin Probst
2017-04-26
1
-1
/
+5
*
clang-format: Properly match parens of macro parameter lists.
Daniel Jasper
2017-04-19
1
-3
/
+4
*
[clang-format] Handle NSString literals by merging tokens.
Alexander Kornienko
2017-04-11
1
-18
/
+13
*
clang-format: [JS] fix whitespace around "of" operator.
Martin Probst
2017-04-05
1
-2
/
+6
*
clang-format: Fix post-commit review comment of r299204, use Style.isCpp().
Daniel Jasper
2017-03-31
1
-5
/
+5
*
[clang-format] disable adding extra space after MSVC '__super' keyword
Martin Probst
2017-03-16
1
-1
/
+1
*
clang-format: Make it very slighly more expensive to wrap between "= {".
Daniel Jasper
2017-03-14
1
-1
/
+1
*
clang-format: [JS] allow breaking after non-null assertions.
Martin Probst
2017-03-13
1
-5
/
+21
*
clang-format: [JS] do not wrap after interface and type.
Martin Probst
2017-03-13
1
-5
/
+4
*
[clang-format] Add option to break before inheritance separation operator in ...
Andi-Bogdan Postelnicu
2017-03-10
1
-0
/
+14
*
clang-format: Get slightly better at understanding */&.
Daniel Jasper
2017-03-08
1
-1
/
+2
*
[clang-format] Fixed indent issue when adding a comment at the end of a retur...
Andi-Bogdan Postelnicu
2017-03-07
1
-2
/
+2
*
clang-format: [JS] Properly format object literals with shorthands.
Daniel Jasper
2017-03-01
1
-3
/
+4
*
clang-format: [JS/TS] Properly understand cast expressions.
Daniel Jasper
2017-03-01
1
-2
/
+5
*
clang-format: [Java] Fix bug in enum formatting.
Daniel Jasper
2017-02-28
1
-1
/
+2
*
clang-format: [JS] whitespace after async in arrow functions.
Martin Probst
2017-02-27
1
-0
/
+8
*
clang-format: Fix many Objective-C formatting regressions from r289428
Nico Weber
2017-02-24
1
-10
/
+5
*
clang-format: [JS] Improve line-wrapping behavior of template strings.
Daniel Jasper
2017-02-20
1
-2
/
+5
*
clang-format: [JS/TS] Improve detection for array subscripts in types.
Daniel Jasper
2017-02-20
1
-0
/
+3
*
clang-format: Don't remove existing spaces between identifier and ::.
Daniel Jasper
2017-02-17
1
-3
/
+7
[prev]
[next]