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: 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
*
clang-format: Correctly calculate line lenghts for nest blocks.
Daniel Jasper
2014-05-22
1
-8
/
+14
*
clang-format: [JS] Support ES6 destructuring assignments.
Daniel Jasper
2014-05-19
1
-0
/
+3
*
clang-format: Don't break in the middle of ">>".
Daniel Jasper
2014-05-13
1
-2
/
+2
*
clang-format: Fix bug introduced by r208392.
Daniel Jasper
2014-05-09
1
-15
/
+11
*
clang-format: [JS] Fix spacing in dict literals.
Daniel Jasper
2014-05-09
1
-3
/
+6
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-09
1
-55
/
+55
*
clang-format: Fix binary operator detection before lambdas.
Daniel Jasper
2014-05-08
1
-1
/
+1
*
clang-format: [JS] Initial support for regex literals.
Daniel Jasper
2014-05-08
1
-3
/
+4
*
clang-format: Fix corner cases for comments in if conditions.
Daniel Jasper
2014-05-07
1
-1
/
+1
*
clang-format: Fix bad space before braced initializer.
Daniel Jasper
2014-05-07
1
-1
/
+2
*
clang-format: [JS] Keep space after closure style comments.
Daniel Jasper
2014-05-06
1
-2
/
+2
*
clang-format: [JS] Keep space between 'return' and '['.
Daniel Jasper
2014-05-06
1
-3
/
+4
*
Fixed one issue with casting
Dinesh Dwivedi
2014-05-06
1
-2
/
+3
*
Pulled out cast detection in TokenAnnotator into its own function
Dinesh Dwivedi
2014-05-06
1
-58
/
+58
*
clang-format: Understand functions with decltype return type.
Daniel Jasper
2014-05-05
1
-1
/
+8
*
Added some heuristics to identify c style casting
Dinesh Dwivedi
2014-05-05
1
-10
/
+34
*
clang-format: Improve understanding of decltype.
Daniel Jasper
2014-05-05
1
-1
/
+2
[prev]
[next]