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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a comment and another test for the UT_ForIndentation option
Alexander Kornienko
2013-09-27
1
-0
/
+2
*
Implemented tab usage only for indentation (http://llvm.org/PR17363)
Alexander Kornienko
2013-09-27
6
-90
/
+130
*
Correctly indent with tabs when whitespace starts from the column not divisib...
Alexander Kornienko
2013-09-27
2
-3
/
+12
*
clang-format: Improve formatting of functions with multiple trailing tokens.
Daniel Jasper
2013-09-27
1
-1
/
+4
*
clang-format: Fix formatting bug with comment in weird place.
Daniel Jasper
2013-09-27
1
-1
/
+4
*
clang-format: Option to removing the space before assignment operators.
Daniel Jasper
2013-09-25
2
-0
/
+7
*
clang-format: Improve address-of-operator detection
Daniel Jasper
2013-09-21
1
-1
/
+1
*
clang-format: Don't accidentally move tokens into preprocessor directive.
Daniel Jasper
2013-09-17
2
-29
/
+38
*
clang-format: Fix line breaking bug after empty ifs.
Daniel Jasper
2013-09-17
1
-0
/
+1
*
clang-format: Don't split a >>-operator.
Daniel Jasper
2013-09-17
1
-0
/
+3
*
When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...
Alexander Kornienko
2013-09-16
5
-31
/
+100
*
clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations.
Daniel Jasper
2013-09-14
1
-0
/
+3
*
clang-format: Detect braced lists in subscript expressions.
Daniel Jasper
2013-09-13
1
-1
/
+1
*
clang-format: Fix incorrect enum parsing / layouting.
Daniel Jasper
2013-09-13
6
-46
/
+36
*
clang-format: Fix bug in pointer detection
Daniel Jasper
2013-09-11
1
-1
/
+1
*
Support for CR LF newlines.
Alexander Kornienko
2013-09-11
3
-35
/
+42
*
Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144
Alexander Kornienko
2013-09-10
1
-0
/
+2
*
Correctly calculate OriginalColumn after multi-line tokens.
Alexander Kornienko
2013-09-10
3
-36
/
+22
*
clang-format: Understand function type typedefs with typeof.
Daniel Jasper
2013-09-10
1
-0
/
+5
*
Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Alexander Kornienko
2013-09-10
6
-70
/
+67
*
clang-format: Keep empty lines and format 1-line nested blocks.
Daniel Jasper
2013-09-08
1
-2
/
+9
*
clang-format: Fix regression introduced by r190038.
Daniel Jasper
2013-09-06
1
-1
/
+6
*
clang-format: Format typed enums with nested names.
Daniel Jasper
2013-09-06
1
-1
/
+2
*
clang-format: Don't confuse operator[] with lambdas.
Daniel Jasper
2013-09-06
1
-1
/
+2
*
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
2
-3
/
+4
*
clang-format: Fix regression introduced by r189337.
Daniel Jasper
2013-09-06
3
-16
/
+19
*
clang-format: Fix comment formatting bugs in nested blocks.
Daniel Jasper
2013-09-06
5
-39
/
+54
*
Unbreak build with libc++, whose std::list<T> requires T to be complete.
Douglas Gregor
2013-09-05
1
-1
/
+4
*
Add ATTRIBUTE_UNUSED to silence unused-function warning in release
Daniel Jasper
2013-09-05
1
-1
/
+2
*
Fixes PR 17106 (explicitly typed enums are formatted differently).
Manuel Klimek
2013-09-05
1
-3
/
+1
*
Handle zero-width and double-width characters in string literals and comments.
Alexander Kornienko
2013-09-05
7
-55
/
+115
*
clang-format: Quickfix for braced init lists detected as lambdas.
Daniel Jasper
2013-09-05
1
-0
/
+6
*
Address post-commit review comments from r190038.
Daniel Jasper
2013-09-05
3
-5
/
+22
*
clang-format: Fix parsing and indenting lambdas.
Daniel Jasper
2013-09-05
3
-26
/
+36
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
8
-193
/
+376
*
Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for
Alexander Kornienko
2013-09-04
1
-0
/
+2
*
Remove code duplication in unwrapped line parser.
Manuel Klimek
2013-09-04
1
-10
/
+1
*
Implement parsing of blocks (^{ ... }) in the unwrapped line parser.
Manuel Klimek
2013-09-04
2
-14
/
+31
*
Fix layout of lambda captures.
Manuel Klimek
2013-09-04
2
-10
/
+18
*
First step towards correctly formatting lambdas.
Manuel Klimek
2013-09-03
2
-0
/
+82
*
Added WebKit style to the BasedOnStyle handling and to the relevant help mess...
Alexander Kornienko
2013-09-02
1
-1
/
+2
*
Store first and last newline position in the token text for string literals a...
Alexander Kornienko
2013-09-02
4
-33
/
+36
*
clang-format: Fix segfault in overloaded operator parsing.
Daniel Jasper
2013-09-02
1
-2
/
+3
*
clang-format: Fix case-indentation in macros.
Daniel Jasper
2013-09-02
1
-4
/
+3
*
clang-format: Enable formatting of protocol buffer definitions.
Daniel Jasper
2013-08-30
1
-1
/
+2
*
clang-format: Improve recovery from enums with errors.
Daniel Jasper
2013-08-30
1
-0
/
+11
*
clang-format: Fix incorrect indentation.
Daniel Jasper
2013-08-30
1
-2
/
+1
*
clang-format: Don't indent builders relative to "return".
Daniel Jasper
2013-08-30
1
-1
/
+1
*
clang-format: Fix corner case in builder-type calls.
Daniel Jasper
2013-08-30
1
-1
/
+3
[next]