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: Fix unary operator detection in corner case.
Daniel Jasper
2014-08-29
1
-2
/
+1
*
clang-format: Fix regression in formatting of braced initializers.
Daniel Jasper
2014-08-27
1
-1
/
+3
*
clang-format: New option SpacesInSquareBrackets.
Daniel Jasper
2014-08-26
1
-4
/
+9
*
clang-format: Improve handling of block comments in braced lists.
Daniel Jasper
2014-08-26
1
-11
/
+11
*
clang-format: Understand sequenced casts.
Daniel Jasper
2014-08-25
1
-2
/
+3
*
clang-format: Prefer breaking after return type over template param
Daniel Jasper
2014-08-15
1
-0
/
+2
*
clang-format: [proto] Understand text-format nesting without :
Daniel Jasper
2014-08-15
1
-4
/
+6
*
clang-format: Fix AlwaysBreakAfterDefinitionReturnType in Stroutrup style
Daniel Jasper
2014-08-14
1
-1
/
+3
*
clang-format: Support chained dereferenced assignments.
Daniel Jasper
2014-08-14
1
-1
/
+2
*
clang-format: Support breaking arguments of function type typedefs.
Daniel Jasper
2014-08-14
1
-3
/
+4
*
Fix crasher bug in clang-format.
Manuel Klimek
2014-08-13
1
-1
/
+4
*
clang-format: Understand #defines defining system includes.
Daniel Jasper
2014-08-13
1
-2
/
+12
*
clang-format: Avoid bad line break.
Daniel Jasper
2014-08-12
1
-2
/
+3
*
clang-format: Prefer not to put lambdas on a single line.
Daniel Jasper
2014-08-08
1
-0
/
+2
*
clang-format: Correct SBPO_Always-behavior after function-like keywords
Daniel Jasper
2014-08-06
1
-1
/
+1
*
[PR19983] SBPO_Always not covering all the cases.
Chad Rosier
2014-08-05
1
-1
/
+1
*
clang-format: Add option to always break after a function's return type.
Daniel Jasper
2014-08-05
1
-0
/
+5
*
clang-format: Add a space in ObjC protocols.
Daniel Jasper
2014-08-01
1
-4
/
+5
*
clang-format: Understand 'typename' in placement new.
Daniel Jasper
2014-07-30
1
-1
/
+2
*
clang-format: [proto] Improve formatting of text-proto options.
Daniel Jasper
2014-07-28
1
-2
/
+4
*
clang-format: Improve operator and template recognition.
Daniel Jasper
2014-07-28
1
-7
/
+3
*
clang-format: Improve pointer/reference detection.
Daniel Jasper
2014-07-28
1
-1
/
+2
*
clang-format: Fix unary operator recognition.
Daniel Jasper
2014-07-28
1
-1
/
+1
*
clang-format: Fix formatting of lock annotations in lambda definitions.
Daniel Jasper
2014-07-28
1
-0
/
+4
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-2
/
+1
*
clang-format: Fix parsing of conditional expressions.
Daniel Jasper
2014-07-17
1
-1
/
+1
*
clang-format: Improve cast detection (fix false positive).
Daniel Jasper
2014-07-14
1
-0
/
+2
*
clang-format: Fix behavior around pointer-to-member invocations.
Daniel Jasper
2014-07-09
1
-3
/
+4
*
clang-format: Revamp function declaration/definition indentation.
Daniel Jasper
2014-07-09
1
-4
/
+43
*
clang-format: Support member function reference qualifiers.
Daniel Jasper
2014-06-30
1
-1
/
+1
*
clang-format: Improve expression heuristics.
Daniel Jasper
2014-06-30
1
-0
/
+2
*
clang-format: Understand that breaking before lambdas is fine.
Daniel Jasper
2014-06-24
1
-1
/
+1
*
clang-format: [proto] Add required space before absolute references.
Daniel Jasper
2014-06-23
1
-0
/
+4
*
clang-format: Fix corner case in pointer/reference detection.
Daniel Jasper
2014-06-23
1
-0
/
+2
*
clang-format: Introduce style with spaces on both sides of */&.
Daniel Jasper
2014-06-17
1
-3
/
+3
*
clang-format: Fix pointer/reference detection after decltype.
Daniel Jasper
2014-06-11
1
-1
/
+2
*
clang-format: [JS] Treat dict literals similar to objc method exprs.
Daniel Jasper
2014-06-10
1
-7
/
+12
*
clang-format: Increase penalty for wrapping array subscript expressions
Daniel Jasper
2014-06-10
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-3
/
+4
*
clang-format: Leave empty lines within UnwrappedLines.
Daniel Jasper
2014-06-04
1
-0
/
+2
*
clang-format: Refactor indentation behavior for multiple nested blocks.
Daniel Jasper
2014-06-03
1
-13
/
+18
*
clang-format: Fix special case of binary operator detection.
Daniel Jasper
2014-06-02
1
-0
/
+6
*
clang-format: No space between ")" and braced init list.
Daniel Jasper
2014-06-02
1
-1
/
+2
*
clang-format: Fix Allman brace breaking of enums.
Daniel Jasper
2014-06-02
1
-4
/
+9
*
clang-format: Fix trailing const (etc.) with Allman brace style.
Daniel Jasper
2014-06-02
1
-2
/
+2
*
clang-format: Don't break before a case's colon.
Daniel Jasper
2014-05-28
1
-4
/
+5
*
clang-format: Keep '{' of dict literals on the same line in Allman style
Daniel Jasper
2014-05-26
1
-1
/
+1
*
clang-format: Don't use Allman brace breaking for ObjC blocks.
Daniel Jasper
2014-05-22
1
-1
/
+2
*
clang-format: [JS] Understand line breaks in concatenated strings.
Daniel Jasper
2014-05-22
1
-0
/
+7
*
clang-format: Correctly identify multiplications in braces init lists.
Daniel Jasper
2014-05-22
1
-0
/
+2
[next]