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: Always add space before lambda-{
Daniel Jasper
2015-06-12
1
-0
/
+1
*
clang-format: Understand C-style case in case label.
Daniel Jasper
2015-06-12
1
-1
/
+1
*
clang-format: [JS] Ensure that formatting actually takes place in tests.
Daniel Jasper
2015-06-11
1
-1
/
+1
*
clang-format: [JS] Only special case top level object literal
Daniel Jasper
2015-06-10
1
-3
/
+4
*
clang-format: [JS] Hotfix for runtime issue with deeply nested JS code.
Daniel Jasper
2015-06-09
1
-0
/
+4
*
clang-format: More eagerly wrap trailing return types.
Daniel Jasper
2015-06-05
1
-6
/
+7
*
clang-format: [JS] Let fat arrows have 'Assignment' precedence.
Daniel Jasper
2015-06-05
1
-1
/
+1
*
clang-format: [JS] Let fat arrows have 'Equality' precedence.
Daniel Jasper
2015-06-03
1
-13
/
+15
*
clang-format: [JS] More aggressively keep array literals on one line.
Daniel Jasper
2015-06-03
1
-1
/
+2
*
clang-format: [JS] Fix bug in type colon detection.
Daniel Jasper
2015-06-03
1
-1
/
+2
*
clang-format: [JS] Always add space after fat arrow.
Daniel Jasper
2015-06-02
1
-3
/
+2
*
clang-format: [JS] Array literal detection fix #4.
Daniel Jasper
2015-06-02
1
-1
/
+2
*
clang-format: [JS] Array literal detection fix #3.
Daniel Jasper
2015-06-02
1
-2
/
+2
*
clang-format: [JS] Fix another regression when detecting array literals.
Daniel Jasper
2015-06-02
1
-1
/
+2
*
clang-format: [JS] Fix regression of detecting array literals.
Daniel Jasper
2015-06-02
1
-1
/
+3
*
clang-format: [JS] Making arrow function wrapping more consistent.
Daniel Jasper
2015-06-01
1
-2
/
+2
*
clang-format: [JS] Fix line breaks in computed property names.
Daniel Jasper
2015-05-31
1
-1
/
+1
*
clang-format: [JS] Support ES6 computed property names.
Daniel Jasper
2015-05-29
1
-0
/
+3
*
clang-format: Lower binding strengths created by the [] created by ObjC
Daniel Jasper
2015-05-28
1
-13
/
+17
*
clang-format: Fix false positive in function annotation detection.
Daniel Jasper
2015-05-27
1
-1
/
+1
*
clang-format: [JS] Support ES6 spread operator.
Daniel Jasper
2015-05-26
1
-0
/
+2
*
clang-format: Add space in function pointers with SpaceBeforeParens=Always
Anders Waldenborg
2015-05-19
1
-1
/
+1
*
clang-format: Improve *-detection.
Daniel Jasper
2015-05-19
1
-0
/
+3
*
clang-format: Improve for-loop formatting.
Daniel Jasper
2015-05-19
1
-1
/
+2
*
clang-format: Support #include_next
Daniel Jasper
2015-05-19
1
-0
/
+1
*
clang-format: Correctly detect casts to qualified types.
Daniel Jasper
2015-05-19
1
-1
/
+2
*
clang-format: Fix regression caused by r237244.
Daniel Jasper
2015-05-19
1
-1
/
+1
*
clang-format: Improve detection of macros annotating functions.
Daniel Jasper
2015-05-18
1
-13
/
+9
*
clang-format: Support function annotations in macros.
Daniel Jasper
2015-05-18
1
-1
/
+14
*
clang-format: Improve line wrapping around << operators.
Daniel Jasper
2015-05-17
1
-1
/
+2
*
clang-format: Slightly change format decisions around macro annotations.
Daniel Jasper
2015-05-15
1
-1
/
+1
*
clang-format: Add missing space before ObjC selector.
Daniel Jasper
2015-05-15
1
-1
/
+6
*
clang-format: Fix incorrect */& classification.
Daniel Jasper
2015-05-13
1
-0
/
+4
*
clang-format: [ObjC] Further improve wrapping of methods calls without inputs.
Daniel Jasper
2015-05-13
1
-1
/
+2
*
clang-format: Prefer formatting local lambdas like functions.
Daniel Jasper
2015-05-13
1
-0
/
+3
*
clang-format: Fix */& detection for lambdas in macros.
Daniel Jasper
2015-05-12
1
-5
/
+5
*
clang-format: Support aligning ObjC string literals.
Daniel Jasper
2015-05-11
1
-13
/
+19
*
clang-format: Preserve line break before } in __asm { ... }.
Daniel Jasper
2015-05-10
1
-1
/
+4
*
clang-format: [JS] Avoid bad line-warp around "function".
Daniel Jasper
2015-05-08
1
-1
/
+1
*
clang-format: Improve r236597, Properly indent method calls without inputs.
Daniel Jasper
2015-05-07
1
-1
/
+1
*
clang-format: Merge labels and subsequent semicolons.
Daniel Jasper
2015-05-06
1
-1
/
+1
*
clang-format: Allow ternary expressions inside template parameters if
Daniel Jasper
2015-05-06
1
-2
/
+7
*
clang-format: Consider operator precedence as penalty when breaking
Daniel Jasper
2015-05-06
1
-0
/
+3
*
clang-format: Prevent assertion discovered by fuzzer.
Daniel Jasper
2015-05-06
1
-2
/
+10
*
clang-format: Prevent exponential runtime in token annotator.
Daniel Jasper
2015-05-06
1
-1
/
+11
*
clang-format: [JS] support optional methods.
Daniel Jasper
2015-05-05
1
-15
/
+37
*
clang-format: NFC: Delete FormatToken::IsForEachMacro. Use a TokenType instead.
Daniel Jasper
2015-05-04
1
-7
/
+6
*
clang-format: Force aligning different brackets relative to each other.
Daniel Jasper
2015-05-04
1
-2
/
+6
*
clang-format: [JS] Fix templated parameter default values.
Daniel Jasper
2015-05-02
1
-1
/
+1
*
clang-format: Properly detect variable declarations with ObjC.
Daniel Jasper
2015-04-23
1
-1
/
+2
[prev]
[next]