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
...
*
[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
*
clang-format: don't break code using __has_include, PR31908
Nico Weber
2017-02-10
1
-1
/
+21
*
clang-format: Fix bad variable declaration detection.
Daniel Jasper
2017-02-07
1
-1
/
+5
*
clang-format: [JS] correcly format object literal methods.
Martin Probst
2017-02-07
1
-0
/
+1
*
clang-format: Fix bug with conflicting BreakBeforeBinaryOperations and AlignA...
Daniel Jasper
2017-02-06
1
-1
/
+2
*
clang-format: [JS] Fix bugs in parsing and aligning template strings.
Daniel Jasper
2017-02-03
1
-1
/
+3
*
clang-format: [Proto] Also supports implicit string literal concatenation
Daniel Jasper
2017-02-03
1
-1
/
+2
*
clang-format: [JS] Properly set scopes inside template strings.
Daniel Jasper
2017-01-31
1
-1
/
+3
*
clang-format: [JS] Fix incorrect line break in template strings.
Daniel Jasper
2017-01-31
1
-3
/
+5
*
[clang-format] Refactor WhitespaceManager and friends
Daniel Jasper
2017-01-31
1
-2
/
+9
*
[clang-format] Implement comment reflowing.
Krasimir Georgiev
2017-01-25
1
-2
/
+8
*
clang-format: Improve support for override/final as variable names.
Daniel Jasper
2017-01-09
1
-6
/
+4
*
clang-format: Less eagerly try to keep label-value pairs on a line.
Daniel Jasper
2016-12-22
1
-1
/
+1
*
clang-format: Fix bug in understanding string-label&value analysis.
Daniel Jasper
2016-12-20
1
-2
/
+5
*
clang-format: Slightly tweak the behavior of <<-wrapping.
Daniel Jasper
2016-12-19
1
-2
/
+7
*
clang-format: Keep string-literal-label + value pairs on a line.
Daniel Jasper
2016-12-13
1
-17
/
+13
*
clang-format: Separate out a language kind for ObjC.
Daniel Jasper
2016-12-12
1
-2
/
+5
*
clang-format: [JS] Properly format dict literals that skip labels.
Daniel Jasper
2016-11-29
1
-0
/
+3
*
clang-format: Support ObjC selectors with unnamed parameters.
Daniel Jasper
2016-11-12
1
-9
/
+28
*
[clang-format] Fix PR30527: Regression when clang-format insert spaces in [] ...
Nico Weber
2016-11-10
1
-2
/
+12
*
drop kw_module from ASI protection block
Martin Probst
2016-11-10
1
-2
/
+2
[prev]
[next]