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
/
ContinuationIndenter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] Indent after breaking Javadoc annotated line
Krasimir Georgiev
2018-07-30
1
-3
/
+22
*
[clang-format/ObjC] Put ObjC method arguments into one line when they fit
Jacek Olesiak
2018-07-09
1
-0
/
+24
*
[clang-format/ObjC] Prohibit breaking after a bracket opening ObjC method exp...
Jacek Olesiak
2018-07-09
1
-0
/
+3
*
[clang-format] Do not format raw string literals inside a recognized function...
Krasimir Georgiev
2018-06-28
1
-1
/
+1
*
[clang-format] Keep @message together in text protos
Krasimir Georgiev
2018-06-25
1
-1
/
+2
*
clang-format: Introduce BreakInheritanceList option
Francois Ferrand
2018-06-11
1
-3
/
+10
*
Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...
Jacek Olesiak
2018-05-30
1
-23
/
+0
*
[clang-format] Fix putting ObjC message arguments in one line for multiline r...
Jacek Olesiak
2018-05-24
1
-0
/
+23
*
[clang-format] Break template declarations followed by comments
Krasimir Georgiev
2018-05-23
1
-2
/
+3
*
Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...
Jacek Olesiak
2018-05-22
1
-27
/
+1
*
[clang-format] Fix crash in getLengthToMatchingParen
Krasimir Georgiev
2018-05-22
1
-3
/
+3
*
[clang-format] Fix putting ObjC message arguments in one line for multiline r...
Jacek Olesiak
2018-05-17
1
-1
/
+27
*
clang-format: Allow optimizer to break template declaration.
Francois Ferrand
2018-05-16
1
-1
/
+7
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-36
/
+39
*
[clang-format] Continue after non-scope-closers in getLengthToMatchingParen
Krasimir Georgiev
2018-05-14
1
-1
/
+3
*
[clang-format] Respect BreakBeforeClosingBrace while calculating length
Krasimir Georgiev
2018-05-09
1
-8
/
+68
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[clang-format] Always indent wrapped Objective-C selector names
Ben Hamilton
2018-04-12
1
-8
/
+10
*
[clang-format] Ensure wrapped ObjC selectors with 1 arg obey IndentWrappedFun...
Ben Hamilton
2018-03-30
1
-6
/
+14
*
[clang-format] Fix raw string prefix penalty
Krasimir Georgiev
2018-03-16
1
-1
/
+7
*
[clang-format] Don't detect C++11 attribute specifiers as ObjC
Ben Hamilton
2018-03-12
1
-2
/
+2
*
Don't re-format raw string literal contents when formatting is disable
Daniel Jasper
2018-03-12
1
-1
/
+1
*
[clang-format] Use NestedBlockIndent as a 0 column in formatted raw strings
Krasimir Georgiev
2018-03-08
1
-4
/
+5
*
[clang-format] Support text proto extensions
Krasimir Georgiev
2018-02-13
1
-0
/
+2
*
[clang-format] Fix comment indentation in text protos
Krasimir Georgiev
2018-02-12
1
-0
/
+1
*
clang-format: keep ObjC colon alignment with short object name
Francois Ferrand
2018-02-09
1
-2
/
+4
*
[clang-format] Do not break Objective-C string literals inside array literals
Ben Hamilton
2018-02-08
1
-0
/
+8
*
[clang-format] Do not break before long string literals in protos
Krasimir Georgiev
2018-02-08
1
-1
/
+1
*
[clang-format] Fix ObjC message arguments formatting.
Jacek Olesiak
2018-02-07
1
-0
/
+5
*
[clang-format] Add more tests for Objective-C 2.0 generic alignment
Ben Hamilton
2018-02-06
1
-1
/
+0
*
[clang-format] Adds space around angle brackets in text protos
Krasimir Georgiev
2018-02-06
1
-2
/
+3
*
[clang-format] New format param ObjCBinPackProtocolList
Ben Hamilton
2018-02-02
1
-1
/
+12
*
[clang-format] Ignore UnbreakableTailLength sometimes during breaking
Krasimir Georgiev
2018-01-23
1
-2
/
+9
*
[clang-format] Adds a canonical delimiter to raw string formatting
Krasimir Georgiev
2018-01-19
1
-12
/
+64
*
[clang-format] adds enclosing function detection to raw string formatting
Krasimir Georgiev
2018-01-17
1
-14
/
+49
*
[clang-format] Reorganize RawStringFormat based on language
Krasimir Georgiev
2018-01-17
1
-7
/
+14
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-2
/
+4
*
Better trade-off for excess characters vs. staying within the column limits.
Manuel Klimek
2017-12-01
1
-10
/
+44
*
Restructure how we break tokens.
Manuel Klimek
2017-11-29
1
-102
/
+254
*
clang-format: remove trailing lines in lamdas and arrow functions.
Martin Probst
2017-11-17
1
-1
/
+11
*
Implement more accurate penalty & trade-offs while breaking protruding tokens.
Manuel Klimek
2017-11-17
1
-12
/
+73
*
Refactor ContinuationIndenter's breakProtrudingToken logic.
Manuel Klimek
2017-11-14
1
-61
/
+77
*
[clang-format] Fix argument name comment, NFC
Krasimir Georgiev
2017-11-09
1
-1
/
+1
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-5
/
+154
*
[clang-format] Break non-trailing comments, try 2
Krasimir Georgiev
2017-10-16
1
-1
/
+14
*
clang-format clang-format.
Manuel Klimek
2017-09-20
1
-20
/
+20
*
clang-format: Add preprocessor directive indentation
Krasimir Georgiev
2017-08-30
1
-1
/
+24
*
clang-format: [JS] simplify template string wrapping.
Martin Probst
2017-08-29
1
-20
/
+1
*
Revert "[clang-format] Break non-trailing block comments"
Krasimir Georgiev
2017-08-24
1
-1
/
+1
*
[clang-format] Break non-trailing block comments
Krasimir Georgiev
2017-08-22
1
-1
/
+1
[next]