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: 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
*
clang-format: Improve binary operator detection.
Daniel Jasper
2014-04-28
1
-1
/
+1
*
clang-format: Fixes spaces in case statements.
Daniel Jasper
2014-04-28
1
-2
/
+3
*
clang-format: Don't wrap after @interface.
Daniel Jasper
2014-04-28
1
-0
/
+2
*
[Modules] Update Clang's two files that use DEBUG(...) without defining
Chandler Carruth
2014-04-21
1
-0
/
+2
*
clang-format: Add special case to reduce indentaiton in streams.
Daniel Jasper
2014-04-16
1
-2
/
+6
*
clang-format: Understand proto text format without commas.
Daniel Jasper
2014-04-15
1
-1
/
+6
*
clang-format: Fix regression caused by r206165.
Daniel Jasper
2014-04-14
1
-1
/
+3
*
clang-format: Fix incorrect &&-detection in macros.
Daniel Jasper
2014-04-14
1
-0
/
+3
*
clang-format: Don't allow hanging indentation for operators on new lines
Daniel Jasper
2014-04-14
1
-1
/
+5
*
clang-format: Improve formatting of annotated variables.
Daniel Jasper
2014-04-14
1
-0
/
+1
*
Correctly handle escaped newlines when the next token starts without a space.
Manuel Klimek
2014-04-11
1
-1
/
+1
*
clang-format: Treat a trailing comment like a trailing comma in braced lists.
Daniel Jasper
2014-04-09
1
-5
/
+7
*
clang-format: Allow breaking between trailing annotations in more cases.
Daniel Jasper
2014-04-09
1
-5
/
+5
*
clang-format: Keep more trailing annotations on the same line.
Daniel Jasper
2014-04-09
1
-4
/
+2
*
clang-format: Recognize lists ending in trailing commas correctly.
Daniel Jasper
2014-04-09
1
-7
/
+11
*
clang-format: Fix incorrect multi-block-parameter computation.
Daniel Jasper
2014-04-08
1
-3
/
+2
*
clang-format: Correctly understand arrays of pointers.
Daniel Jasper
2014-04-08
1
-1
/
+1
*
clang-format: Understand that "auto" is a type.
Daniel Jasper
2014-04-03
1
-1
/
+1
*
clang-format: Support configurable list of foreach-macros.
Daniel Jasper
2014-04-01
1
-3
/
+11
*
Get rid of the adapted isLiteral method.
Manuel Klimek
2014-03-28
1
-3
/
+6
*
Improve handling of bool expressions in template arguments.
Manuel Klimek
2014-03-27
1
-3
/
+7
*
Fix bool expression special case.
Manuel Klimek
2014-03-27
1
-4
/
+17
[next]