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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
clang-format: Make exception to AlwaysBreakBeforeMultilineStrings more
Daniel Jasper
2015-06-19
1
-1
/
+1
*
clang-format: Better fix to detect elaborated enum return types.
Daniel Jasper
2015-06-19
1
-3
/
+8
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-1
/
+1
*
clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change.
Daniel Jasper
2015-06-18
1
-1
/
+2
*
clang-format: Better support functions with elaborated enum return types.
Daniel Jasper
2015-06-18
1
-0
/
+2
*
clang-format: [JS] Add a special case for indenting function literals.
Daniel Jasper
2015-06-18
1
-1
/
+15
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-1
/
+1
*
clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.
Daniel Jasper
2015-06-18
1
-7
/
+9
*
clang-format: clang-format (NFC)
Daniel Jasper
2015-06-17
9
-46
/
+33
*
clang-format: Don't generate unnecessary replacements for \r\n line endings.
Daniel Jasper
2015-06-17
1
-1
/
+1
*
clang-format: [JS] Don't put top-level typescript enums on a single line.
Daniel Jasper
2015-06-17
1
-27
/
+34
*
clang-format: [JS] Fix typescript enum formatting.
Daniel Jasper
2015-06-17
1
-5
/
+13
*
clang-format: NFC. Add a function to test whether an annotated line
Daniel Jasper
2015-06-17
3
-23
/
+39
*
clang-format: [JS] Tweak behavior for multiline array initializer parameters
Daniel Jasper
2015-06-15
1
-1
/
+2
*
clang-format: [JS] Fix corner case in template string parsing.
Daniel Jasper
2015-06-14
1
-1
/
+2
*
[clang-format] Use in-class initializers to simplify constructor.
Benjamin Kramer
2015-06-12
1
-17
/
+14
*
[clang-format] Reorder and pack ParenState members to minimize padding
Benjamin Kramer
2015-06-12
1
-36
/
+36
*
[clang-format] Hoist vector allocation out of loop. NFC.
Benjamin Kramer
2015-06-12
1
-2
/
+5
*
clang-format: Always add space before lambda-{
Daniel Jasper
2015-06-12
1
-0
/
+1
*
clang-format: Understand C-style case in case label.
Daniel Jasper
2015-06-12
1
-1
/
+1
*
clang-format: [JS] Support "export enum" declarations.
Daniel Jasper
2015-06-12
1
-1
/
+2
*
clang-format: [JS] Fix regression caused by r239592.
Daniel Jasper
2015-06-12
1
-0
/
+1
*
clang-format: [JS] fix incorrectly collapsed lines after export
Daniel Jasper
2015-06-12
1
-6
/
+8
*
clang-format: Make SFS_Inline imply SFS_Empty.
Daniel Jasper
2015-06-11
1
-1
/
+1
*
clang-format: [JS] Ensure that formatting actually takes place in tests.
Daniel Jasper
2015-06-11
1
-1
/
+1
*
Fix crash in clang-format.
Manuel Klimek
2015-06-11
1
-2
/
+4
*
clang-format: Don't add spaces in foreach macro definition.
Daniel Jasper
2015-06-11
1
-1
/
+4
*
clang-format: [JS] Only special case top level object literal
Daniel Jasper
2015-06-10
1
-3
/
+4
*
clang-format: Support //!-comments, increase test coverage.
Daniel Jasper
2015-06-09
1
-1
/
+3
*
clang-format: [JS] Hotfix for runtime issue with deeply nested JS code.
Daniel Jasper
2015-06-09
2
-3
/
+7
*
clang-format: More eagerly wrap trailing return types.
Daniel Jasper
2015-06-05
3
-8
/
+9
*
clang-format: [JS] Let fat arrows have 'Assignment' precedence.
Daniel Jasper
2015-06-05
1
-1
/
+1
*
clang-format: [JS] Let fat arrows have 'Equality' precedence.
Daniel Jasper
2015-06-03
1
-13
/
+15
*
clang-format: Properly reset BreakBeforeParameter when wrapping
Daniel Jasper
2015-06-03
1
-0
/
+2
*
clang-format: [JS] More aggressively keep array literals on one line.
Daniel Jasper
2015-06-03
1
-1
/
+2
*
clang-format: [JS] Fix bug in type colon detection.
Daniel Jasper
2015-06-03
1
-1
/
+2
*
clang-format: [JS] Always add space after fat arrow.
Daniel Jasper
2015-06-02
1
-3
/
+2
*
clang-format: [JS] Array literal detection fix #4.
Daniel Jasper
2015-06-02
1
-1
/
+2
*
clang-format: Don't try to detect C++ lambdas in other languages.
Daniel Jasper
2015-06-02
1
-0
/
+4
*
clang-format: [JS] Fix incorrect line length calculation.
Daniel Jasper
2015-06-02
1
-1
/
+2
*
clang-format: [JS] Array literal detection fix #3.
Daniel Jasper
2015-06-02
1
-2
/
+2
*
clang-format: [JS] Fix another regression when detecting array literals.
Daniel Jasper
2015-06-02
1
-1
/
+2
*
clang-format: [JS] Fix regression of detecting array literals.
Daniel Jasper
2015-06-02
1
-1
/
+3
*
Remove error message when using the fallback style.
Manuel Klimek
2015-06-02
1
-2
/
+0
*
clang-format: [JS] Making arrow function wrapping more consistent.
Daniel Jasper
2015-06-01
2
-10
/
+6
*
[Format] Move UnwrappedLines instead of copying.
Benjamin Kramer
2015-05-31
1
-7
/
+4
*
clang-format: NFC. Cleanup after r237895.
Daniel Jasper
2015-05-31
2
-31
/
+8
*
clang-format: [JS] Fix line breaks in computed property names.
Daniel Jasper
2015-05-31
1
-1
/
+1
*
clang-format: [JS] Support ES6 computed property names.
Daniel Jasper
2015-05-29
2
-0
/
+4
[next]