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
...
*
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
*
[clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...
Marek Kurdej
2017-09-27
1
-5
/
+18
*
[clang-format] Adjust space around &/&& of structured bindings
Chih-Hung Hsieh
2017-09-27
1
-9
/
+44
*
Fix clang-format's detection of structured bindings.
Manuel Klimek
2017-09-20
1
-0
/
+5
*
Fix formatting of lambda introducers with initializers.
Manuel Klimek
2017-09-19
1
-0
/
+2
*
[clang-format] New flag - BraceWrapping.AfterExternBlock
Krasimir Georgiev
2017-09-15
1
-1
/
+37
*
[clang-format] Fixed one-line if statement
Krasimir Georgiev
2017-09-11
1
-0
/
+79
*
[clang-format] Add support for C++17 structured bindings.
Marek Kurdej
2017-09-07
1
-0
/
+25
*
clang-format: Fix indentation of macros in include guards (after r312125).
Daniel Jasper
2017-09-04
1
-1
/
+9
*
clang-format: Fix formatting of for loops with multiple increments.
Daniel Jasper
2017-09-03
1
-0
/
+4
*
Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSI...
David Blaikie
2017-08-31
1
-0
/
+5
*
clang-format: Add preprocessor directive indentation
Krasimir Georgiev
2017-08-30
1
-2
/
+177
*
[clang-format] Do not format likely xml
Krasimir Georgiev
2017-08-29
1
-0
/
+7
*
[clang-format] Fixed typedef enum brace wrapping
Krasimir Georgiev
2017-08-29
1
-0
/
+26
*
[Format] Invert nestingAndIndentLevel pair in WhitespaceManager used for
Daniel Jasper
2017-08-25
1
-0
/
+10
*
clang-format: Fix left pointer alignment after delctype/typeof
Krasimir Georgiev
2017-08-14
1
-3
/
+4
*
[clang-format] let PointerAlignment dictate spacing of function ref qualifiers
Jacob Bandes-Storch
2017-08-10
1
-2
/
+4
*
clang-format: Fix bug with ENAS_DontAlign and empty lines
Jacob Bandes-Storch
2017-08-10
1
-0
/
+24
*
clang-format: merge short case labels with trailing comments
Francois Ferrand
2017-07-28
1
-0
/
+71
*
Fix dereference of pointers in throw statements.
Manuel Klimek
2017-07-17
1
-0
/
+1
*
Keep the IdentifierInfo in the Token for alternative operator keyword
Olivier Goffart
2017-07-14
1
-0
/
+10
*
[clang-format] Keep level of comment before an empty line
Krasimir Georgiev
2017-07-12
1
-1
/
+24
*
clang-format: add options to merge empty record body
Francois Ferrand
2017-06-30
1
-3
/
+177
*
clang-format: Do not binpack initialization lists
Francois Ferrand
2017-06-30
1
-4
/
+20
*
[clang-format] Add a SortUsingDeclaration option and enable it by default
Krasimir Georgiev
2017-06-23
1
-0
/
+8
*
clang-format: introduce InlineOnly short function style
Francois Ferrand
2017-06-21
1
-0
/
+46
*
clang-format: Fix C99 designated initializers corner cases
Francois Ferrand
2017-06-19
1
-0
/
+17
*
clang-format: Improve understanding of combined typedef+record declarations
Daniel Jasper
2017-06-19
1
-0
/
+8
*
clang-format: Handle "if constexpr".
Daniel Jasper
2017-06-19
1
-0
/
+68
*
clang-format: Add CompactNamespaces option
Francois Ferrand
2017-06-14
1
-0
/
+136
*
clang-format: add option to merge empty function body
Francois Ferrand
2017-06-13
1
-0
/
+125
*
clang-format: Introduce BreakConstructorInitializers option
Francois Ferrand
2017-05-24
1
-7
/
+177
*
clang-format: Allow customizing the penalty for breaking assignment
Francois Ferrand
2017-05-22
1
-0
/
+14
[prev]
[next]