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
*
Fixes issue with Allman BreakBeforeBraces for Objective C @interface
Dinesh Dwivedi
2014-05-02
1
-0
/
+16
*
clang-format: Allow single-line function in WebKit style.
Daniel Jasper
2014-04-29
1
-0
/
+3
*
clang-format: Improve binary operator detection.
Daniel Jasper
2014-04-28
1
-0
/
+1
*
clang-format: Fixes spaces in case statements.
Daniel Jasper
2014-04-28
1
-0
/
+4
*
clang-format: Don't wrap after @interface.
Daniel Jasper
2014-04-28
1
-0
/
+10
*
clang-format: Fix bug when aligning trailing /**/-comments in macros.
Daniel Jasper
2014-04-27
1
-0
/
+11
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Fix alignment of trailing block comments.
Alexander Kornienko
2014-04-17
1
-0
/
+24
*
clang-format: Respect BinPackParameters in Cpp11BracedListStyle.
Daniel Jasper
2014-04-17
1
-1
/
+31
*
clang-format: Add special case to reduce indentaiton in streams.
Daniel Jasper
2014-04-16
1
-0
/
+12
*
Fix assertion when breaking string literals with tab characters.
Alexander Kornienko
2014-04-15
1
-1
/
+11
*
clang-format: Basic support for C++1y.
Daniel Jasper
2014-04-15
1
-0
/
+4
*
clang-format: Fix regression caused by r206165.
Daniel Jasper
2014-04-14
1
-0
/
+10
*
clang-format: Fix incorrect &&-detection in macros.
Daniel Jasper
2014-04-14
1
-0
/
+1
*
clang-format: Improve array literal formatting fix in r206161.
Daniel Jasper
2014-04-14
1
-6
/
+15
*
clang-format: With ColumnLimit=0, keep short array literals on a line.
Daniel Jasper
2014-04-14
1
-0
/
+14
*
clang-format: Don't allow hanging indentation for operators on new lines
Daniel Jasper
2014-04-14
1
-2
/
+11
*
Format code around VCS conflict markers.
Manuel Klimek
2014-04-14
1
-0
/
+92
*
clang-format: Improve formatting of annotated variables.
Daniel Jasper
2014-04-14
1
-6
/
+7
*
clang-format: Treat a trailing comment like a trailing comma in braced lists.
Daniel Jasper
2014-04-09
1
-3
/
+7
*
clang-format: Fix bug where clang-format would break the code.
Daniel Jasper
2014-04-09
1
-0
/
+3
*
clang-format: Improve format of calls with several lambdas.
Daniel Jasper
2014-04-09
1
-0
/
+10
*
clang-format: Allow breaking between trailing annotations in more cases.
Daniel Jasper
2014-04-09
1
-0
/
+2
*
clang-format: Keep more trailing annotations on the same line.
Daniel Jasper
2014-04-09
1
-0
/
+6
*
clang-format: Recognize lists ending in trailing commas correctly.
Daniel Jasper
2014-04-09
1
-5
/
+6
*
clang-format: Fix incorrect multi-block-parameter computation.
Daniel Jasper
2014-04-08
1
-0
/
+6
*
clang-format: Correctly understand arrays of pointers.
Daniel Jasper
2014-04-08
1
-0
/
+1
*
clang-format: Extend AllowShortFunctions.. to only merge inline functions.
Daniel Jasper
2014-04-08
1
-5
/
+30
*
clang-format: Don't merge simple blocks in case statements.
Daniel Jasper
2014-04-04
1
-0
/
+3
*
clang-format: Prefer an additional line-break over hanging indent.
Daniel Jasper
2014-04-03
1
-2
/
+3
*
clang-format: Understand that "auto" is a type.
Daniel Jasper
2014-04-03
1
-0
/
+6
*
Fixing the MSVC 2012 build bot, which cannot do initializer lists yet. Amends...
Aaron Ballman
2014-04-01
1
-2
/
+5
*
clang-format: Support configurable list of foreach-macros.
Daniel Jasper
2014-04-01
1
-0
/
+16
*
clang-format: Fix aligning of comments and escaped newlines in macros.
Daniel Jasper
2014-03-28
1
-0
/
+5
*
clang-format: Recognize more ObjC blocks with parameters/return type.
Daniel Jasper
2014-03-28
1
-0
/
+4
*
Improve handling of bool expressions in template arguments.
Manuel Klimek
2014-03-27
1
-0
/
+6
*
clang-format: Avoid line-breaks that increase the current column.
Daniel Jasper
2014-03-27
1
-3
/
+2
*
Fix bool expression special case.
Manuel Klimek
2014-03-27
1
-0
/
+8
*
clang-format: Correctly identify ObjC Block with return type.
Daniel Jasper
2014-03-27
1
-0
/
+4
*
clang-format: Fix incorrect &/* detection.
Daniel Jasper
2014-03-25
1
-0
/
+2
*
clang-format: Add flag for removing empty lines at the start of blocks.
Daniel Jasper
2014-03-21
1
-2
/
+22
*
clang-format: Don't remove empty lines at the start of namespaces.
Daniel Jasper
2014-03-21
1
-0
/
+10
*
clang-format: Remove empty lines at the beginning of blocks.
Daniel Jasper
2014-03-21
1
-0
/
+16
*
clang-format: Let a trailing comma in braced lists enforce linebreaks.
Daniel Jasper
2014-03-21
1
-4
/
+10
*
clang-format: Fix for r204456.
Daniel Jasper
2014-03-21
1
-0
/
+7
*
clang-format: Preserve meaning of trailing comments on parameters.
Daniel Jasper
2014-03-21
1
-0
/
+19
*
clang-format: Detect function-like macros only when upper case is used.
Alexander Kornienko
2014-03-18
1
-12
/
+33
*
Fix crasher bug.
Manuel Klimek
2014-03-18
1
-0
/
+14
*
clang-format: Indent from dict literal labels.
Daniel Jasper
2014-03-17
1
-0
/
+5
*
clang-format: Prevent ObjC code from confusing the braced-init detection
Daniel Jasper
2014-03-13
1
-0
/
+8
[next]