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
/
FormatToken.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Guard the bin-packing in braced lists on BinPackArguments
Daniel Jasper
2015-05-26
1
-3
/
+3
*
clang-format: Don't use column layout in lists that have separating
Daniel Jasper
2015-05-15
1
-5
/
+7
*
clang-format: Support column layout with comment after {.
Daniel Jasper
2015-05-13
1
-4
/
+6
*
clang-format: Appease the buildbots by including climits.
Daniel Jasper
2015-05-11
1
-0
/
+1
*
clang-format: Improve column layout.
Daniel Jasper
2015-05-11
1
-14
/
+18
*
clang-format: Several improvements around formatting braced lists.
Daniel Jasper
2015-05-08
1
-3
/
+4
*
clang-format: Fix crash on invalid code.
Daniel Jasper
2015-01-19
1
-1
/
+2
*
clang-format: Don't use column layout with AlignAfterOpenBrackets.
Daniel Jasper
2014-11-27
1
-0
/
+4
*
clang-format: Prevent column layout if elements aren't uniform enough.
Daniel Jasper
2014-09-19
1
-2
/
+10
*
clang-format: Format long lists in columns if without bin-packing.
Daniel Jasper
2014-08-13
1
-3
/
+5
*
clang-format: Fix bug introduced by r208392.
Daniel Jasper
2014-05-09
1
-8
/
+5
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-09
1
-2
/
+2
*
clang-format: Respect BinPackParameters in Cpp11BracedListStyle.
Daniel Jasper
2014-04-17
1
-0
/
+5
*
clang-format: Enable formatting of lambdas with explicit return type.
Daniel Jasper
2014-01-16
1
-0
/
+30
*
clang-format: Some tweaks to braces list formatting:
Daniel Jasper
2014-01-09
1
-13
/
+20
*
clang-format: Be more conservative about braced list column layout.
Daniel Jasper
2013-12-09
1
-1
/
+2
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
clang-format: Prefer column layout if possible.
Daniel Jasper
2013-11-23
1
-1
/
+4
*
clang-format: Be more conservative about column layout formatting.
Daniel Jasper
2013-10-24
1
-1
/
+9
*
clang-format: Cleanup array initializer and dict initializer formatting.
Daniel Jasper
2013-10-24
1
-0
/
+1
*
Support formatting of preprocessor branches.
Manuel Klimek
2013-10-11
1
-0
/
+1
*
clang-format: Fix incorrect enum parsing / layouting.
Daniel Jasper
2013-09-13
1
-0
/
+1
*
Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Alexander Kornienko
2013-09-10
1
-2
/
+2
*
clang-format: Fix bug in column layout.
Daniel Jasper
2013-08-27
1
-2
/
+6
*
clang-format: Fix bug in column-layout formatting.
Daniel Jasper
2013-08-26
1
-8
/
+8
*
clang-format: Handle trailing commas in column layout of braced list.
Daniel Jasper
2013-08-23
1
-0
/
+5
*
clang-format: Add column layout formatting for braced lists
Daniel Jasper
2013-08-22
1
-0
/
+184