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
/
FormatToken.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: [JS] generator and async functions.
Martin Probst
2016-04-24
1
-2
/
+8
*
clang-format: [JS] do not wrap ES6 imports/exports.
Daniel Jasper
2016-03-22
1
-0
/
+2
*
clang-format: [JS] no space in union and intersection types.
Daniel Jasper
2016-03-21
1
-0
/
+1
*
clang-format: [JS] Support for (.. of ..) loops.
Daniel Jasper
2016-02-11
1
-0
/
+2
*
clang-format: Improve line wrapping behavior in call sequences.
Daniel Jasper
2016-01-05
1
-3
/
+3
*
clang-format: [JS] Support TypeScript 1.6 user defined type guards.
Daniel Jasper
2015-12-30
1
-0
/
+2
*
clang-format: treat Q_SIGNALS as an access modifier
Daniel Jasper
2015-12-01
1
-0
/
+2
*
clang-format: [Proto] Support extending message.
Daniel Jasper
2015-11-20
1
-0
/
+2
*
clang-format: Undo unwanted format change done in r251405.
Daniel Jasper
2015-10-27
1
-4
/
+4
*
clang-format: [JS] handle let (ES6)
Daniel Jasper
2015-09-28
1
-0
/
+2
*
clang-format: In Java, `assert` is followed by an expression.
Nico Weber
2015-09-15
1
-0
/
+2
*
clang-format: Make formatting of member function reference qualifiers
Daniel Jasper
2015-08-24
1
-2
/
+4
*
clang-format: Don't remove space between #elif and parentheses.
Daniel Jasper
2015-08-14
1
-0
/
+4
*
clang-format: Print token type name instead of number in -debug output
Birunthan Mohanathas
2015-07-13
1
-59
/
+68
*
clang-format: Add MacroBlock{Begin,End} options
Birunthan Mohanathas
2015-07-03
1
-0
/
+2
*
clang-format: clang-format (NFC)
Daniel Jasper
2015-06-17
1
-15
/
+3
*
clang-format: [JS] Support ES6 computed property names.
Daniel Jasper
2015-05-29
1
-0
/
+1
*
clang-format: [JS] Better support for fat arrows.
Manuel Klimek
2015-05-21
1
-0
/
+1
*
clang-format: Improve detection of macros annotating functions.
Daniel Jasper
2015-05-18
1
-1
/
+1
*
clang-format: Support function annotations in macros.
Daniel Jasper
2015-05-18
1
-0
/
+1
*
clang-format: Support aligning ObjC string literals.
Daniel Jasper
2015-05-11
1
-0
/
+1
*
clang-format: Improve wrapping of << operators.
Daniel Jasper
2015-05-10
1
-1
/
+1
*
clang-format: Preserve line break before } in __asm { ... }.
Daniel Jasper
2015-05-10
1
-0
/
+1
*
clang-format: NFC: Delete FormatToken::IsForEachMacro. Use a TokenType instead.
Daniel Jasper
2015-05-04
1
-4
/
+1
*
clang-format: NFC: Use default member initializers and other cleanups.
Daniel Jasper
2015-05-04
1
-71
/
+65
*
clang-format: Force aligning different brackets relative to each other.
Daniel Jasper
2015-05-04
1
-1
/
+5
*
clang-format: Fix for #pragma option formatting.
Daniel Jasper
2015-04-22
1
-0
/
+5
*
clang-format: [JS] support optionality markers in JS types.
Daniel Jasper
2015-04-13
1
-0
/
+1
*
clang-format: Fix regression formatting QT's "signals:" from r234318.
Daniel Jasper
2015-04-07
1
-0
/
+9
*
clang-format: Force line break in trailing calls after multline exprs.
Daniel Jasper
2015-03-26
1
-1
/
+2
*
clang-format: [js] Support template strings.
Daniel Jasper
2015-02-20
1
-0
/
+1
*
clang-format: [js] Support ES6 module imports.
Daniel Jasper
2015-02-19
1
-0
/
+2
*
clang-format: [JS] Support type annotations.
Daniel Jasper
2015-02-18
1
-0
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Format: Make FormatToken's isOneOf a variadic template
Benjamin Kramer
2015-02-15
1
-20
/
+3
*
clang-format: Add support for SEH __try / __except / __finally blocks.
Nico Weber
2015-02-04
1
-1
/
+3
*
clang-format: [Java] Detect `native` keyword.
Nico Weber
2015-01-13
1
-0
/
+2
*
clang-format: Revamp nested block formatting.
Daniel Jasper
2014-12-12
1
-2
/
+3
*
clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.
Daniel Jasper
2014-12-05
1
-0
/
+6
*
clang-format: [Java] Don't line-wrap package declarations.
Daniel Jasper
2014-11-26
1
-0
/
+2
*
clang-format: Refactoring.
Daniel Jasper
2014-11-25
1
-27
/
+24
*
Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...
Aaron Ballman
2014-11-24
1
-19
/
+35
*
clang-format: [Java] Treat 'instanceof' like other binary operators.
Daniel Jasper
2014-11-23
1
-0
/
+2
*
clang-format: Refactoring.
Daniel Jasper
2014-11-23
1
-35
/
+17
*
clang-format: [Java] Support more Java keywords.
Daniel Jasper
2014-11-21
1
-0
/
+4
*
clang-format: [Java] Basic lambda support.
Daniel Jasper
2014-11-21
1
-0
/
+3
*
clang-format: [Java] Never treat @interface as annotation.
Nico Weber
2014-11-10
1
-0
/
+3
*
clang-format: Use identifier table for keywords in other languages.
Daniel Jasper
2014-11-04
1
-12
/
+66
*
clang-format: [Java] Improve line breaks around annotations.
Daniel Jasper
2014-10-31
1
-0
/
+1
*
clang-format: [Java] Wrap after each function annotation.
Daniel Jasper
2014-10-21
1
-0
/
+1
[next]