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
/
Format.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented GNU-style formatting for compound statements.
Alexander Kornienko
2013-12-12
1
-2
/
+4
*
Remove IndentBlocks, which sneaked winto the previous commit
Alexander Kornienko
2013-12-10
1
-2
/
+0
*
Early attempts to format in GNU style.
Alexander Kornienko
2013-12-10
1
-36
/
+21
*
Allow predefined styles to define different options for different languages.
Alexander Kornienko
2013-12-10
1
-57
/
+74
*
Trivial change: added 'using clang::format::FormatStyle;'
Alexander Kornienko
2013-12-10
1
-68
/
+54
*
Support GNU style rule to put a space before opening parenthesis.
Alexander Kornienko
2013-12-10
1
-4
/
+27
*
Fix the regression caused by r196378
Alexander Kornienko
2013-12-04
1
-3
/
+3
*
Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
2013-12-04
1
-6
/
+16
*
Added an option to specify fallback style.
Alexander Kornienko
2013-12-02
1
-10
/
+12
*
clang-format: Fix excessive formatting caused by r195954.
Daniel Jasper
2013-12-02
1
-0
/
+1
*
Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
2013-11-29
1
-19
/
+156
*
clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
2013-11-29
1
-8
/
+14
*
clang-format: Improve selective formatting of nested statements.
Daniel Jasper
2013-11-28
1
-23
/
+60
*
clang-format: Fix formatting of empty files (fixes c-index-tests).
Daniel Jasper
2013-11-25
1
-2
/
+3
*
clang-format: Refactor calculation of lines intersecting with -lines.
Daniel Jasper
2013-11-25
1
-72
/
+110
*
Better implementation of JavaScript === and !== operators.
Alexander Kornienko
2013-11-21
1
-7
/
+30
*
Added an option to allow short function bodies be placed on a single line.
Alexander Kornienko
2013-11-20
1
-24
/
+50
*
Refactoring: replaced (*(I + x)) with I[x].
Alexander Kornienko
2013-11-19
1
-21
/
+18
*
Correctly mark first token in the presence of UTF-8 BOM.
Alexander Kornienko
2013-11-13
1
-3
/
+4
*
clang-format: Don't auto-break short macros in WebKit style.
Daniel Jasper
2013-11-08
1
-1
/
+3
*
clang-format: Make breaking before ternary operators configurable.
Daniel Jasper
2013-11-08
1
-0
/
+4
*
clang-format: Separate line-merging logic into its own class.
Daniel Jasper
2013-11-06
1
-151
/
+164
*
clang-format: Allow line merging and partial formatting of nested blocks
Daniel Jasper
2013-11-05
1
-404
/
+410
*
clang-format: Option to control spacing in template argument lists.
Daniel Jasper
2013-10-29
1
-0
/
+3
*
I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change
Rafael Espindola
2013-10-25
1
-1
/
+2
*
clang-format: Adapt line break penalties for LLVM style.
Daniel Jasper
2013-10-25
1
-0
/
+4
*
clang-format: Fix formatting of nested blocks after comment.
Daniel Jasper
2013-10-20
1
-10
/
+11
*
clang-format: Be more aggressive on incorrect code.
Daniel Jasper
2013-10-18
1
-4
/
+1
*
clang-format: Make continuation indent width configurable.
Daniel Jasper
2013-10-18
1
-0
/
+3
*
Keep track of indentation levels in static initializers for correct indentati...
Alexander Kornienko
2013-10-14
1
-15
/
+13
*
clang-format: No space in "<::" in C++11 mode.
Daniel Jasper
2013-10-12
1
-4
/
+8
*
Support formatting of preprocessor branches.
Manuel Klimek
2013-10-11
1
-17
/
+55
*
clang-format: Don't remove 'unknown' tokens.
Daniel Jasper
2013-10-11
1
-0
/
+14
*
clang-format: Remove empty lines after visibility modifiers.
Daniel Jasper
2013-10-06
1
-6
/
+10
*
Moving style option formatting to libFormat
Edwin Vane
2013-09-30
1
-0
/
+78
*
Implemented tab usage only for indentation (http://llvm.org/PR17363)
Alexander Kornienko
2013-09-27
1
-10
/
+24
*
clang-format: Option to removing the space before assignment operators.
Daniel Jasper
2013-09-25
1
-0
/
+4
*
When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...
Alexander Kornienko
2013-09-16
1
-1
/
+37
*
clang-format: Fix incorrect enum parsing / layouting.
Daniel Jasper
2013-09-13
1
-1
/
+1
*
Support for CR LF newlines.
Alexander Kornienko
2013-09-11
1
-3
/
+9
*
Correctly calculate OriginalColumn after multi-line tokens.
Alexander Kornienko
2013-09-10
1
-14
/
+13
*
Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Alexander Kornienko
2013-09-10
1
-18
/
+27
*
clang-format: Keep empty lines and format 1-line nested blocks.
Daniel Jasper
2013-09-08
1
-2
/
+9
*
Don't remove trailing escaped newline from line comments.
Alexander Kornienko
2013-09-06
1
-1
/
+1
*
clang-format: Fix regression introduced by r189353.
Daniel Jasper
2013-09-06
1
-2
/
+2
*
clang-format: Fix comment formatting bugs in nested blocks.
Daniel Jasper
2013-09-06
1
-30
/
+22
*
Handle zero-width and double-width characters in string literals and comments.
Alexander Kornienko
2013-09-05
1
-5
/
+10
*
Address post-commit review comments from r190038.
Daniel Jasper
2013-09-05
1
-4
/
+5
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
1
-91
/
+182
*
Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for
Alexander Kornienko
2013-09-04
1
-0
/
+2
[next]