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: Lower penalty for breaking between array subscripts.
Daniel Jasper
2015-12-23
1
-1
/
+1
*
clang-format: Fix incorrect pointer detection.
Daniel Jasper
2015-12-23
1
-1
/
+1
*
Support AlwaysBreakAfterReturnType
Zachary Turner
2015-12-18
1
-9
/
+26
*
clang-format: Make wrapping after "./->" cheaper, even if the element
Daniel Jasper
2015-12-07
1
-4
/
+14
*
clang-format: Re-add code path deleted in r253873 and add missing test.
Daniel Jasper
2015-11-23
1
-0
/
+9
*
clang-format: Signficantly refactor the cast detection.
Daniel Jasper
2015-11-23
1
-49
/
+60
*
clang-format: Fix incorrect cast detection.
Daniel Jasper
2015-11-23
1
-17
/
+15
*
clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty"
Daniel Jasper
2015-11-20
1
-0
/
+1
*
clang-format: [JS] Properly add a space after "in" in for loops.
Daniel Jasper
2015-11-20
1
-1
/
+2
*
clang-format: Don't use incorrect space in macro calls with operators.
Daniel Jasper
2015-11-20
1
-1
/
+2
*
clang-format: [Proto] Support extending message.
Daniel Jasper
2015-11-20
1
-1
/
+1
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-1
/
+1
*
clang-format: [JS] Add goog.setTestOnly to the list of stuff that
Daniel Jasper
2015-10-29
1
-3
/
+4
*
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
Daniel Jasper
2015-10-27
1
-7
/
+4
*
clang-format: Fix false positive in cast detection.
Daniel Jasper
2015-10-26
1
-1
/
+2
*
clang-format/java: Break after annotations on fields in Chromium style.
Nico Weber
2015-10-15
1
-1
/
+1
*
clang-format: Fixed typecast getting put on a separate line from the
Daniel Jasper
2015-10-12
1
-1
/
+3
*
clang-format: Fixed missing space between Obj-C for/in and a typecast.
Daniel Jasper
2015-10-07
1
-1
/
+2
*
clang-format: Understand array reference types.
Daniel Jasper
2015-10-07
1
-1
/
+1
*
clang-format: Fix false positive in pointer/reference detection.
Daniel Jasper
2015-10-07
1
-1
/
+3
*
clang-format: Add a new brace style "custom" as well as flags to
Daniel Jasper
2015-09-29
1
-4
/
+3
*
clang-format: [JS] Support pseudo-keywords
Daniel Jasper
2015-09-28
1
-1
/
+1
*
clang-format: [JS] handle let (ES6)
Daniel Jasper
2015-09-28
1
-3
/
+4
*
clang-format: In Java, `assert` is followed by an expression.
Nico Weber
2015-09-15
1
-1
/
+1
*
clang-format: Add space before member function reference qualifiers.
Daniel Jasper
2015-08-25
1
-6
/
+6
*
clang-format: Always allow break after leading annotations.
Daniel Jasper
2015-08-24
1
-1
/
+1
*
clang-format: Make formatting of member function reference qualifiers
Daniel Jasper
2015-08-24
1
-3
/
+7
*
clang-format: Be more conservative about specially indenting blocks in C++.
Daniel Jasper
2015-08-21
1
-1
/
+1
*
clang-format: Don't remove space between #elif and parentheses.
Daniel Jasper
2015-08-14
1
-1
/
+1
*
clang-format: Inside decltype(), there is an expression.
Daniel Jasper
2015-08-13
1
-2
/
+3
*
clang-format: Make SpaceBeforeParens work with overloaded operators.
Daniel Jasper
2015-08-11
1
-1
/
+1
*
Do not force linebreaks when MaxEmptyLinesToKeep is 0.
Manuel Klimek
2015-07-28
1
-1
/
+1
*
clang-format: Fix unary operator detection in for loops.
Daniel Jasper
2015-07-21
1
-1
/
+2
*
clang-format: Fix return type breaking with overloaded operator functions
Birunthan Mohanathas
2015-07-15
1
-14
/
+58
*
clang-format: Print token type name instead of number in -debug output
Birunthan Mohanathas
2015-07-13
1
-1
/
+2
*
clang-format: Add Mozilla brace breaking style
Birunthan Mohanathas
2015-07-12
1
-1
/
+3
*
clang-format: [JS] Assign proper penalties when breaking a type annotation
Daniel Jasper
2015-07-10
1
-0
/
+2
*
clang-format: Break after "for (" less eagerly.
Daniel Jasper
2015-07-07
1
-1
/
+2
*
clang-format: Don't wrap before the ] of a lambda introducer.
Daniel Jasper
2015-07-07
1
-0
/
+3
*
clang-format: Fix __attribute__ being treated as decl name.
Daniel Jasper
2015-07-06
1
-1
/
+2
*
clang-format: [JS] Allow line breaks after TypeScript type colons.
Daniel Jasper
2015-07-03
1
-0
/
+2
*
clang-format: [Java/JS] Properly support instanceof and its precedence.
Daniel Jasper
2015-07-03
1
-2
/
+7
*
clang-format: Support member function reference qualifiers with
Daniel Jasper
2015-07-01
1
-1
/
+1
*
clang-format: Add option to break after definition return type for top-level ...
Birunthan Mohanathas
2015-06-29
1
-2
/
+5
*
clang-format: [Proto] Don't treat "operator" as keyword.
Daniel Jasper
2015-06-25
1
-5
/
+6
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-1
/
+1
*
clang-format: clang-format (NFC)
Daniel Jasper
2015-06-17
1
-7
/
+7
*
clang-format: [JS] Don't put top-level typescript enums on a single line.
Daniel Jasper
2015-06-17
1
-27
/
+34
*
clang-format: NFC. Add a function to test whether an annotated line
Daniel Jasper
2015-06-17
1
-15
/
+14
[prev]
[next]