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
...
*
Fix issues in clang-format's AlignConsecutive modes.
Nikola Smiljanic
2017-03-23
2
-43
/
+105
*
[clang-format] disable adding extra space after MSVC '__super' keyword
Martin Probst
2017-03-16
1
-1
/
+1
*
clang-format: Fix bug in wrapping behavior of operators.
Daniel Jasper
2017-03-16
1
-0
/
+1
*
clang-format: Make it very slighly more expensive to wrap between "= {".
Daniel Jasper
2017-03-14
1
-1
/
+1
*
clang-format: [JS] do not wrap @see tags.
Martin Probst
2017-03-13
1
-2
/
+3
*
clang-format: [JS] allow breaking after non-null assertions.
Martin Probst
2017-03-13
2
-5
/
+22
*
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
4
-4
/
+34
*
[clang-format] Use a reference in loop variable; NFC
Krasimir Georgiev
2017-03-10
1
-1
/
+1
*
[clang-format] Look at NoLineBreak and NoLineBreakInOperand before breakProtr...
Krasimir Georgiev
2017-03-08
1
-1
/
+5
*
clang-format: Get slightly better at understanding */&.
Daniel Jasper
2017-03-08
1
-1
/
+2
*
[clang-format] Fixed a typo in Format.cpp and a clang-tidy nit about std::fun...
Krasimir Georgiev
2017-03-08
1
-3
/
+3
*
[clang-format] Fix parameter name comment; NFC
Krasimir Georgiev
2017-03-08
1
-1
/
+1
*
[clang-format] Reformat BreakableToken.h; NFC
Krasimir Georgiev
2017-03-08
1
-19
/
+14
*
[clang-format] Enable comment reflowing in multiline comments containing pragmas
Krasimir Georgiev
2017-03-08
3
-12
/
+17
*
[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] Support namespaces ending in semicolon
Krasimir Georgiev
2017-03-07
1
-7
/
+21
*
[clang-format] Make NamespaceEndCommentFixer add at most one comment
Krasimir Georgiev
2017-03-06
1
-1
/
+4
*
Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
Nico Weber
2017-03-02
1
-1
/
+0
*
[clang-format] Use number of unwrapped lines for short namespace
Krasimir Georgiev
2017-03-02
1
-10
/
+3
*
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] Don't add namespace end comments for unbalanced right braces a...
Krasimir Georgiev
2017-03-01
1
-0
/
+1
*
[clang-format] Add a new flag FixNamespaceComments to FormatStyle
Krasimir Georgiev
2017-03-01
1
-8
/
+25
*
Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.
Daniel Jasper
2017-03-01
1
-1
/
+2
*
clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.
Daniel Jasper
2017-03-01
1
-6
/
+6
*
clang-format: [Java] Fix bug in enum formatting.
Daniel Jasper
2017-02-28
1
-1
/
+2
*
Blacklist arbitrary @\\w+ JSDoc tags from wrapping.
Martin Probst
2017-02-28
1
-2
/
+2
*
[clang-format] Add a NamespaceEndCommentsFixer
Krasimir Georgiev
2017-02-27
7
-2
/
+229
*
clang-format: [JS] whitespace after async in arrow functions.
Martin Probst
2017-02-27
1
-0
/
+8
*
clang-format: Enable include sorting for style=Chromium
Nico Weber
2017-02-24
1
-1
/
+0
*
clang-format: Fix many Objective-C formatting regressions from r289428
Nico Weber
2017-02-24
5
-22
/
+13
*
[clang-format] Remove unused member variables from BreakableToken
Krasimir Georgiev
2017-02-21
2
-20
/
+6
*
clang-format: [JS] Improve line-wrapping behavior of template strings.
Daniel Jasper
2017-02-20
3
-5
/
+22
*
clang-format: Prevent weird line-wraps in complex lambda introducers
Daniel Jasper
2017-02-20
1
-0
/
+2
*
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] Align block comment decorations
Krasimir Georgiev
2017-02-16
2
-2
/
+28
*
clang-format: don't break code using __has_include, PR31908
Nico Weber
2017-02-10
2
-1
/
+25
*
[clang-format] Fix typo in comment.
Krasimir Georgiev
2017-02-09
1
-1
/
+1
*
[clang-format] Move OriginalPrefix from base to subclass.
Krasimir Georgiev
2017-02-08
1
-4
/
+8
*
[clang-format] Break before a sequence of line comments aligned with the next...
Krasimir Georgiev
2017-02-08
2
-12
/
+82
*
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
2
-8
/
+18
*
clang-format: [JS] exclaim preceding regex literals.
Martin Probst
2017-02-07
1
-1
/
+3
*
clang-format: [JS] handle parenthesized class expressions.
Martin Probst
2017-02-07
2
-7
/
+20
*
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
2
-3
/
+5
*
[clang-format] Re-align broken comment lines where appropriate.
Krasimir Georgiev
2017-02-03
1
-2
/
+3
*
clang-format: [Proto] Also supports implicit string literal concatenation
Daniel Jasper
2017-02-03
1
-1
/
+2
[prev]
[next]