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 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
*
clang-format: Correctly identify ObjC Block with return type.
Daniel Jasper
2014-03-27
1
-4
/
+6
*
clang-format: Fix incorrect &/* detection.
Daniel Jasper
2014-03-25
1
-2
/
+4
*
clang-format: Let a trailing comma in braced lists enforce linebreaks.
Daniel Jasper
2014-03-21
1
-0
/
+8
*
clang-format: Fix for r204456.
Daniel Jasper
2014-03-21
1
-1
/
+1
*
clang-format: Preserve meaning of trailing comments on parameters.
Daniel Jasper
2014-03-21
1
-0
/
+21
*
Fix crasher bug.
Manuel Klimek
2014-03-18
1
-13
/
+18
*
clang-format: Detect weird macro lambda usage.
Daniel Jasper
2014-03-11
1
-1
/
+5
*
clang-format: Add spaces between lambdas and comments.
Daniel Jasper
2014-03-10
1
-1
/
+2
*
clang-format: Add spaces around trailing/lambda return types.
Daniel Jasper
2014-03-10
1
-1
/
+2
*
clang-format: Don't wrap "const" etc. of function declarations.
Daniel Jasper
2014-02-17
1
-2
/
+8
*
clang-format: Fix formatting of class template declaration.
Daniel Jasper
2014-02-14
1
-0
/
+2
*
clang-format: Fix range-based for-loop formatting.
Daniel Jasper
2014-02-07
1
-0
/
+2
*
clang-format: More custom option fixes for protocol buffer files.
Daniel Jasper
2014-01-29
1
-1
/
+2
*
clang-format: Fix formatting of custom proto options.
Daniel Jasper
2014-01-29
1
-1
/
+1
*
clang-format: Understand __attribute__s preceding parameter lists.
Daniel Jasper
2014-01-28
1
-12
/
+13
*
clang-format: Fix option formatting in protocol buffer files.
Daniel Jasper
2014-01-28
1
-0
/
+1
*
clang-format: Add support for a space after @property
Daniel Jasper
2014-01-28
1
-0
/
+3
*
clang-format: Fix incorrect space removal.
Daniel Jasper
2014-01-25
1
-1
/
+1
*
clang-format: Treat "." in protos like namespace separators.
Daniel Jasper
2014-01-22
1
-1
/
+2
*
clang-format: text following #if is likely an expression.
Daniel Jasper
2014-01-21
1
-1
/
+2
*
clang-format: Properly format custom options in protocol buffer definitions.
Daniel Jasper
2014-01-20
1
-1
/
+2
*
clang-format: Better support and testing for protocol buffers.
Daniel Jasper
2014-01-19
1
-3
/
+14
*
clang-format: Fix ObjC block as first call parameter formatting.
Daniel Jasper
2014-01-19
1
-0
/
+2
*
clang-format: Don't break lines starting with "import <string-literal>"
Daniel Jasper
2014-01-17
1
-0
/
+9
*
clang-format: Improve formatting of ObjC Blocks with return type.
Daniel Jasper
2014-01-16
1
-4
/
+10
*
clang-format: Enable formatting of lambdas with explicit return type.
Daniel Jasper
2014-01-16
1
-32
/
+2
*
clang-format: Fixed formatting of JavaScript container literals
Daniel Jasper
2014-01-15
1
-5
/
+4
*
clang-format: Fix corner case with comment in ctor initializer.
Daniel Jasper
2014-01-13
1
-0
/
+1
[prev]
[next]