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
/
unittests
/
Format
/
FormatTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] Add SpaceBeforeCpp11BracedList option.
Hans Wennborg
2018-06-14
1
-0
/
+6
*
clang-format: Introduce BreakInheritanceList option
Francois Ferrand
2018-06-11
1
-8
/
+83
*
[clang-format] fix buildbots after r333085
Krasimir Georgiev
2018-05-23
1
-47
/
+46
*
[clang-format] Break template declarations followed by comments
Krasimir Georgiev
2018-05-23
1
-0
/
+52
*
[clang-format] Add a test case for crash
Krasimir Georgiev
2018-05-22
1
-0
/
+12
*
clang-format: Allow optimizer to break template declaration.
Francois Ferrand
2018-05-16
1
-2
/
+41
*
clang-format: tweak formatting of variable initialization blocks
Francois Ferrand
2018-05-16
1
-0
/
+24
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-3
/
+3
*
[clang-format] Move #include related style to libToolingCore
Eric Liu
2018-05-14
1
-5
/
+6
*
[clang-format] Don't remove empty lines before namespace endings
Krasimir Georgiev
2018-04-19
1
-1
/
+23
*
[clang-format] Improve ObjC guessing heuristic by supporting all @keywords
Ben Hamilton
2018-04-12
1
-0
/
+6
*
[clang-format] Always indent wrapped Objective-C selector names
Ben Hamilton
2018-04-12
1
-4
/
+6
*
Fix bugs around handling C++11 attributes.
Manuel Klimek
2018-04-11
1
-0
/
+15
*
[clang-format] In tests, expected code should be format-stable
Mark Zeren
2018-04-04
1
-0
/
+2
*
[clang-format/ObjC] Do not detect "[]" as ObjC method expression
Ben Hamilton
2018-04-03
1
-1
/
+5
*
[clang-format] Refine ObjC guesser to handle child lines of child lines
Ben Hamilton
2018-03-27
1
-0
/
+6
*
Revert "[clang-format] Remove empty lines before }[;] // comment"
Krasimir Georgiev
2018-03-27
1
-14
/
+2
*
[clang-format] Fix ObjC style guesser to also iterate over child lines
Ben Hamilton
2018-03-22
1
-0
/
+7
*
clang-format: Narrow down raw string literal line break exception.
Daniel Jasper
2018-03-22
1
-0
/
+3
*
clang-format: Fix SpacesInParentheses with fully qualified names.
Daniel Jasper
2018-03-22
1
-0
/
+1
*
[clang-format] Add a few more Core Graphics identifiers to ObjC heuristic
Ben Hamilton
2018-03-22
1
-0
/
+6
*
[clang-format] Remove empty lines before }[;] // comment
Krasimir Georgiev
2018-03-19
1
-2
/
+14
*
[clang-format] Improve detection of Objective-C block types
Ben Hamilton
2018-03-12
1
-0
/
+16
*
[clang-format] Don't detect C++11 attribute specifiers as ObjC
Ben Hamilton
2018-03-12
1
-16
/
+31
*
[clang-format] Improve detection of ObjC for-in statements
Ben Hamilton
2018-03-06
1
-0
/
+31
*
[clang-format] fix handling of consecutive unary operators
Krasimir Georgiev
2018-03-06
1
-0
/
+2
*
[clang-format] Add SpaceBeforeColon option
Francois Ferrand
2018-03-01
1
-0
/
+111
*
[clang-format] Tidy up new API guessLanguage()
Ben Hamilton
2018-02-27
1
-26
/
+8
*
Resolve build bot problems in unittests/Format/FormatTest.cpp
Bjorn Pettersson
2018-02-26
1
-1
/
+2
*
[clang-format] Fix regression when getStyle() called with empty filename
Ben Hamilton
2018-02-21
1
-0
/
+6
*
[clang-format] New API guessLanguage()
Ben Hamilton
2018-02-21
1
-0
/
+28
*
[clang-format] Re-land: Fixup #include guard indents after parseFile()
Mark Zeren
2018-02-05
1
-0
/
+14
*
Revert "[clang-format] Fixup #include guard indents after parseFile()"
Mark Zeren
2018-02-05
1
-14
/
+0
*
[clang-format] Fixup #include guard indents after parseFile()
Mark Zeren
2018-02-05
1
-0
/
+14
*
[clang-format] Align preprocessor comments with #
Mark Zeren
2018-01-31
1
-15
/
+79
*
[clang-format] Adds a canonical delimiter to raw string formatting
Krasimir Georgiev
2018-01-19
1
-2
/
+5
*
[clang-format] Fix shortening blocks in macros causing merged next line
Krasimir Georgiev
2018-01-19
1
-0
/
+17
*
[clang-format] adds enclosing function detection to raw string formatting
Krasimir Georgiev
2018-01-17
1
-3
/
+17
*
[clang-format] Reorganize RawStringFormat based on language
Krasimir Georgiev
2018-01-17
1
-7
/
+12
*
[clang-format] [NFC] Remove comment
Mark Zeren
2018-01-13
1
-2
/
+0
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-0
/
+8
*
Better trade-off for excess characters vs. staying within the column limits.
Manuel Klimek
2017-12-01
1
-6
/
+20
*
Restructure how we break tokens.
Manuel Klimek
2017-11-29
1
-30
/
+29
*
clang-format: remove trailing lines in lamdas and arrow functions.
Martin Probst
2017-11-17
1
-3
/
+19
*
Implement more accurate penalty & trade-offs while breaking protruding tokens.
Manuel Klimek
2017-11-17
1
-7
/
+108
*
Refactor ContinuationIndenter's breakProtrudingToken logic.
Manuel Klimek
2017-11-14
1
-1
/
+2
*
[clang-format] Handle unary operator overload with arguments and specifiers
Daniel Jasper
2017-11-06
1
-0
/
+1
*
[clang-format] Handle CRLF correctly when formatting escaped newlines
Krasimir Georgiev
2017-10-30
1
-4
/
+30
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-0
/
+14
*
[clang-format] Fix regression about short functions after #else
Krasimir Georgiev
2017-10-02
1
-0
/
+10
[next]