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: 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
*
clang-format: [JS] do not break after declare namespace.
Martin Probst
2016-11-10
1
-2
/
+14
*
clang-format: [TypeScript] Fix bug in handling of non-null operator.
Daniel Jasper
2016-11-09
1
-1
/
+7
*
clang-format: Better support for CUDA's triple brackets.
Daniel Jasper
2016-11-05
1
-0
/
+2
*
clang-format: Fix bug in function reference qualifier detection.
Daniel Jasper
2016-11-01
1
-1
/
+1
*
clang-format: Fix incorrect pointer detection.
Daniel Jasper
2016-11-01
1
-2
/
+3
*
clang-format: [JS] Fix incorrect space when "as" is used as identifier.
Daniel Jasper
2016-11-01
1
-1
/
+1
*
clang-format: Fix incorrect binary operator detection.
Daniel Jasper
2016-11-01
1
-1
/
+1
*
clang-format: [JS] Fix formatting of generator functions.
Daniel Jasper
2016-11-01
1
-1
/
+2
*
clang-format: [JS] Fix space when for is used as regular identifier.
Daniel Jasper
2016-11-01
1
-0
/
+3
*
Skip over AnnotatedLines with >50 levels of nesting; don't format them.
Daniel Jasper
2016-10-31
1
-0
/
+15
*
clang-format: [JS] Fix missing space after 'yield'.
Daniel Jasper
2016-10-31
1
-0
/
+3
*
[Format] Cleanup after replacing constructor body with = default
Malcolm Parsons
2016-10-20
1
-1
/
+2
*
clang-format: Fix bad multi-variable for-loop formatting.
Daniel Jasper
2016-10-04
1
-1
/
+3
*
[clang-format] Don't allow newline after uppercase Obj-C block return types
Daniel Jasper
2016-09-26
1
-6
/
+11
*
clang-format: Only special-case top-level */& in multivar-declstmts.
Daniel Jasper
2016-09-26
1
-1
/
+1
*
clang-format: [JS] reserved words in method names.
Martin Probst
2016-09-22
1
-0
/
+4
*
clang-format: [JS] whitespace required between ! and as.
Martin Probst
2016-09-06
1
-0
/
+2
*
clang-format: [JS] ignore comments when wrapping returns.
Martin Probst
2016-09-06
1
-1
/
+6
*
clang-format: [JS] nested and tagged template strings.
Martin Probst
2016-08-25
1
-1
/
+9
*
clang-format: [JS] supports casts to types starting with punctuation ("{[(").
Martin Probst
2016-08-22
1
-0
/
+3
*
clang-format: Add SpaceAfterTemplate
Sylvestre Ledru
2016-08-09
1
-2
/
+3
*
clang-format: [JS] Allow top-level conditionals again.
Daniel Jasper
2016-07-12
1
-1
/
+1
*
clang-format: [JS] Fix build breakage.
Martin Probst
2016-06-24
1
-1
/
+1
*
clang-format: [JS] handle conditionals in fields, default params.
Martin Probst
2016-06-23
1
-2
/
+2
*
clang-format: [JS] recognize more type locations.
Martin Probst
2016-06-23
1
-0
/
+11
*
clang-format: [Proto] Use more compact format for text-formatted options
Daniel Jasper
2016-06-23
1
-3
/
+0
*
clang-format: [JS] Do not break before 'as'.
Martin Probst
2016-06-22
1
-0
/
+2
*
clang-format: [JS] Fix failing format with TypeScript casts.
Daniel Jasper
2016-06-14
1
-3
/
+3
*
clang-format: [JS] Support annotated classes.
Daniel Jasper
2016-06-14
1
-1
/
+2
*
clang-format: [JS] Introduce JavaScriptWrapImports option.
Martin Probst
2016-06-13
1
-3
/
+4
[prev]
[next]