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
/
TokenAnnotator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clang-format: Improve alignment after 'return'.
Daniel Jasper
2013-09-30
1
-0
/
+4
*
clang-format: Fix assertion on incomplete string literals.
Daniel Jasper
2013-09-29
1
-1
/
+5
*
clang-format: Improve formatting of functions with multiple trailing tokens.
Daniel Jasper
2013-09-27
1
-1
/
+4
*
clang-format: Option to removing the space before assignment operators.
Daniel Jasper
2013-09-25
1
-0
/
+3
*
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
1
-29
/
+36
*
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
*
clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations.
Daniel Jasper
2013-09-14
1
-0
/
+3
*
clang-format: Fix incorrect enum parsing / layouting.
Daniel Jasper
2013-09-13
1
-0
/
+6
*
clang-format: Fix bug in pointer detection
Daniel Jasper
2013-09-11
1
-1
/
+1
*
Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144
Alexander Kornienko
2013-09-10
1
-0
/
+2
*
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
1
-6
/
+7
*
clang-format: Fix regression introduced by r189353.
Daniel Jasper
2013-09-06
1
-1
/
+2
*
clang-format: Fix regression introduced by r189337.
Daniel Jasper
2013-09-06
1
-1
/
+6
*
clang-format: Fix comment formatting bugs in nested blocks.
Daniel Jasper
2013-09-06
1
-4
/
+21
*
clang-format: Fix parsing and indenting lambdas.
Daniel Jasper
2013-09-05
1
-1
/
+2
*
clang-format: Enable formatting of nested blocks.
Daniel Jasper
2013-09-05
1
-11
/
+22
*
Fix layout of lambda captures.
Manuel Klimek
2013-09-04
1
-2
/
+7
*
Store first and last newline position in the token text for string literals a...
Alexander Kornienko
2013-09-02
1
-1
/
+1
*
clang-format: Fix segfault in overloaded operator parsing.
Daniel Jasper
2013-09-02
1
-2
/
+3
*
clang-format: Enable formatting of protocol buffer definitions.
Daniel Jasper
2013-08-30
1
-1
/
+2
*
Better support for multiline string literals (including C++11 raw string lite...
Alexander Kornienko
2013-08-29
1
-2
/
+1
*
clang-format: Don't insert space in __has_include
Daniel Jasper
2013-08-28
1
-1
/
+2
*
clang-format: Fix corner case in overloaded operator definitions.
Daniel Jasper
2013-08-28
1
-1
/
+4
*
clang-format: Fix space in decltype-constexprs.
Daniel Jasper
2013-08-28
1
-1
/
+2
*
clang-format: Format segments of builder-type calls one per line.
Daniel Jasper
2013-08-27
1
-4
/
+2
*
clang-format: Revamp builder-type call formatting.
Daniel Jasper
2013-08-27
1
-47
/
+32
*
clang-format: Fix indentation relative to unary expressions.
Daniel Jasper
2013-08-23
1
-15
/
+56
*
clang-format: Add column layout formatting for braced lists
Daniel Jasper
2013-08-22
1
-4
/
+15
*
clang-format: Indent relative to unary operators.
Daniel Jasper
2013-08-21
1
-7
/
+7
*
clang-format: Additional options for spaces around parentheses.
Daniel Jasper
2013-08-20
1
-6
/
+13
*
clang-format: Fix return type line break decision.
Daniel Jasper
2013-08-19
1
-4
/
+7
*
clang-format: Improve boolean expression formatting in macros.
Daniel Jasper
2013-08-13
1
-1
/
+2
*
clang-format: Slightly adapt line break penalties.
Daniel Jasper
2013-08-13
1
-1
/
+1
*
clang-format: Correctly format alias declarations.
Daniel Jasper
2013-08-12
1
-5
/
+6
*
This change fixes the formatting of statements such as catch (E& e).
Manuel Klimek
2013-08-12
1
-1
/
+2
*
clang-format: Fix corner case in OpenMP pragma formatting.
Daniel Jasper
2013-08-07
1
-1
/
+2
*
clang-format: Improve formatting of builder-type calls.
Daniel Jasper
2013-08-07
1
-2
/
+0
*
clang-format: Operator precendence in ObjC method exprs.
Daniel Jasper
2013-08-01
1
-0
/
+5
*
clang-format: Don't break empty 2nd operand of ternary expr.
Daniel Jasper
2013-08-01
1
-3
/
+6
*
Teach clang-format to understand static_asserts better.
Daniel Jasper
2013-08-01
1
-0
/
+3
*
clang-format: Improve line breaks in @property.
Daniel Jasper
2013-08-01
1
-1
/
+3
*
clang-format: Improve detection of templates.
Daniel Jasper
2013-07-30
1
-1
/
+1
*
clang-format: Add two new style options to support WebKit style.
Daniel Jasper
2013-07-26
1
-3
/
+19
*
clang-format: Fix bad line break with pointers to members.
Daniel Jasper
2013-07-18
1
-1
/
+1
*
clang-format: Add space in corner case.
Daniel Jasper
2013-07-17
1
-0
/
+4
*
Improve line breaking before multi-line strings.
Daniel Jasper
2013-07-17
1
-9
/
+3
*
Don't break line comments with escaped newlines.
Alexander Kornienko
2013-07-16
1
-2
/
+3
[prev]
[next]