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 space in function pointers with SpaceBeforeParens=Always
Anders Waldenborg
2015-05-19
1
-0
/
+2
*
clang-format: Improve *-detection.
Daniel Jasper
2015-05-19
1
-0
/
+2
*
clang-format: Improve for-loop formatting.
Daniel Jasper
2015-05-19
1
-0
/
+5
*
clang-format: Support #include_next
Daniel Jasper
2015-05-19
1
-0
/
+1
*
clang-format: Correctly detect casts to qualified types.
Daniel Jasper
2015-05-19
1
-0
/
+1
*
clang-format: Fix regression caused by r237244.
Daniel Jasper
2015-05-19
1
-0
/
+3
*
clang-format: Fix another regression caused by r237565.
Daniel Jasper
2015-05-18
1
-0
/
+5
*
clang-format: Fix regression introduced by r237565.
Daniel Jasper
2015-05-18
1
-0
/
+3
*
clang-format: Improve detection of macros annotating functions.
Daniel Jasper
2015-05-18
1
-0
/
+4
*
clang-format: Allow braced initializers in template arguments of class
Daniel Jasper
2015-05-18
1
-0
/
+1
*
clang-format: Support function annotations in macros.
Daniel Jasper
2015-05-18
1
-0
/
+8
*
clang-format: Properly align ObjC string literals.
Daniel Jasper
2015-05-17
1
-1
/
+5
*
clang-format: Improve line wrapping around << operators.
Daniel Jasper
2015-05-17
1
-4
/
+2
*
clang-format: Slightly change format decisions around macro annotations.
Daniel Jasper
2015-05-15
1
-0
/
+3
*
clang-format: Don't use column layout in lists that have separating
Daniel Jasper
2015-05-15
1
-4
/
+10
*
clang-format: Add missing space before ObjC selector.
Daniel Jasper
2015-05-15
1
-0
/
+2
*
clang-format: Improve nested block / lambda indentation when wrapping
Daniel Jasper
2015-05-13
1
-0
/
+8
*
clang-format: Fix incorrect */& classification.
Daniel Jasper
2015-05-13
1
-0
/
+1
*
clang-format: Fix semicolon less macro-detection.
Daniel Jasper
2015-05-13
1
-0
/
+4
*
clang-format: [ObjC] Further improve wrapping of methods calls without inputs.
Daniel Jasper
2015-05-13
1
-0
/
+2
*
clang-format: [ObjC] Make IndentWrappedFunctionNames work with ObjC functions
Daniel Jasper
2015-05-13
1
-0
/
+15
*
clang-format: Prefer formatting local lambdas like functions.
Daniel Jasper
2015-05-13
1
-0
/
+3
*
clang-format: Support column layout with comment after {.
Daniel Jasper
2015-05-13
1
-0
/
+6
*
clang-format: Fix */& detection for lambdas in macros.
Daniel Jasper
2015-05-12
1
-0
/
+1
*
clang-format: Fix hanging nested blocks in macros.
Daniel Jasper
2015-05-12
1
-0
/
+12
*
Refactor clang-format's formatter.
Manuel Klimek
2015-05-12
1
-2
/
+27
*
clang-format: Support aligning ObjC string literals.
Daniel Jasper
2015-05-11
1
-3
/
+8
*
clang-format: Improve column layout.
Daniel Jasper
2015-05-11
1
-0
/
+5
*
clang-format: Don't merge subsequent lines into _asm blocks.
Daniel Jasper
2015-05-11
1
-0
/
+6
*
clang-format: Improve wrapping of << operators.
Daniel Jasper
2015-05-10
1
-0
/
+4
*
clang-format: Preserve line break before } in __asm { ... }.
Daniel Jasper
2015-05-10
1
-0
/
+8
*
clang-format: Fix bug in escaped newline calculation.
Daniel Jasper
2015-05-10
1
-0
/
+2
*
clang-format: Several improvements around formatting braced lists.
Daniel Jasper
2015-05-08
1
-7
/
+29
*
clang-format: Improve r236597, Properly indent method calls without inputs.
Daniel Jasper
2015-05-07
1
-0
/
+2
*
Implements a way to retrieve information about whether some lines were not fo...
Manuel Klimek
2015-05-07
1
-27
/
+46
*
clang-format: Don't indent 'signals' as access specifier if it isn't one
Daniel Jasper
2015-05-06
1
-0
/
+3
*
clang-format: Merge labels and subsequent semicolons.
Daniel Jasper
2015-05-06
1
-0
/
+10
*
clang-format: Allow ternary expressions inside template parameters if
Daniel Jasper
2015-05-06
1
-0
/
+2
*
clang-format: Consider operator precedence as penalty when breaking
Daniel Jasper
2015-05-06
1
-0
/
+4
*
clang-format: Accept slightly more record declarations.
Daniel Jasper
2015-05-06
1
-0
/
+2
*
clang-format: Fix bad wrapping of ObjC method exprs.
Daniel Jasper
2015-05-06
1
-0
/
+7
*
clang-format: Properly indent method calls without inputs.
Daniel Jasper
2015-05-06
1
-0
/
+2
*
clang-format: Fix another assertion discovered by the fuzzer.
Daniel Jasper
2015-05-06
1
-4
/
+2
*
clang-format: Prevent assertion discovered by fuzzer.
Daniel Jasper
2015-05-06
1
-0
/
+2
*
clang-format: Prevent exponential runtime in token annotator.
Daniel Jasper
2015-05-06
1
-0
/
+1
*
clang-format: Fix bug in multiline comment wrapping.
Daniel Jasper
2015-05-06
1
-1
/
+12
*
clang-format: Force aligning different brackets relative to each other.
Daniel Jasper
2015-05-04
1
-0
/
+7
*
clang-format: Don't merge short else blocks.
Daniel Jasper
2015-04-30
1
-0
/
+12
*
clang-format: Add ability to align assignment operators.
Daniel Jasper
2015-04-29
1
-332
/
+457
*
clang-format: Fix selective indentaiton in nested blocks.
Daniel Jasper
2015-04-29
1
-0
/
+13
[next]