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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: [Java] Detect `native` keyword.
Nico Weber
2015-01-13
2
-1
/
+4
*
Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).
Alexander Kornienko
2015-01-12
2
-1
/
+7
*
clang-format: Improve format of lambdas in ctor initializers.
Daniel Jasper
2015-01-12
1
-0
/
+1
*
clang-format: Fix formatting of inline asm.
Daniel Jasper
2015-01-12
1
-2
/
+2
*
clang-format: [Java] Support formatting qualified annotations.
Nico Weber
2015-01-09
2
-23
/
+35
*
clang-format: Force line break between "endl" and "<<".
Daniel Jasper
2015-01-08
1
-28
/
+26
*
clang-format: Improve template parameter detection.
Daniel Jasper
2015-01-08
1
-2
/
+5
*
clang-format: Let Chromium use the Google default for AlignTrailingComments.
Nico Weber
2015-01-07
1
-1
/
+0
*
clang-format: Understand single-line comments at the end of blocks.
Daniel Jasper
2015-01-07
1
-4
/
+6
*
clang-format: Fix unary operator detection.
Daniel Jasper
2015-01-07
1
-4
/
+4
*
clang-format: [Java] Fix incorrect detection of cast.
Daniel Jasper
2015-01-05
1
-0
/
+2
*
clang-format: [Java] Fix incorrect recognition of annonymous classes.
Daniel Jasper
2015-01-04
1
-2
/
+3
*
clang-format: [Java] Change a few flags for Google's Java style.
Daniel Jasper
2015-01-04
1
-0
/
+4
*
clang-format: Re-enable comment re-indentation for Java/JS.
Daniel Jasper
2015-01-04
1
-6
/
+6
*
clang-format: Fix incorrect detection of ObjC "in" keyword.
Daniel Jasper
2014-12-18
1
-1
/
+2
*
Exclude printLineState() in -Asserts. [-Wunused-function]
NAKAMURA Takumi
2014-12-17
1
-0
/
+2
*
clang-format: Fix incorrect calculation of token lenghts.
Daniel Jasper
2014-12-17
1
-1
/
+0
*
Don't break single-line raw string literals.
Alexander Kornienko
2014-12-14
1
-20
/
+1
*
Don't break string literals in Java and JavaScript.
Alexander Kornienko
2014-12-12
1
-0
/
+6
*
clang-format: Revamp nested block formatting.
Daniel Jasper
2014-12-12
4
-84
/
+53
*
clang-format: Factor out UnwrappedLineFormatter into a separate file.
Daniel Jasper
2014-12-10
4
-773
/
+869
*
clang-format: Remove a few else after return statements.
Daniel Jasper
2014-12-10
1
-19
/
+12
*
clang-format: Indent correctly in conditional expressions after return.
Daniel Jasper
2014-12-08
1
-1
/
+2
*
clang-format: [Java] Always break after annotations of multiline decls.
Daniel Jasper
2014-12-08
2
-5
/
+6
*
clang-format: Support commas in lambda return types.
Daniel Jasper
2014-12-08
1
-0
/
+1
*
clang-format: Don't merge lines with comments.
Daniel Jasper
2014-12-07
1
-0
/
+3
*
clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.
Daniel Jasper
2014-12-05
2
-1
/
+8
*
clang-format: [JS] Don't put top-level dict literals on a single line.
Daniel Jasper
2014-12-04
1
-0
/
+3
*
clang-format: More restrictively classify import declarations.
Daniel Jasper
2014-12-04
1
-1
/
+2
*
clang-format: Fix fake parentheses placement with comments.
Daniel Jasper
2014-12-03
1
-1
/
+1
*
clang-format: Fix expression parser not closing stuff at end of stmt.
Daniel Jasper
2014-12-03
1
-10
/
+11
*
clang-format: Add option to suppress operator alignment.
Daniel Jasper
2014-12-02
2
-4
/
+12
*
clang-format: precedence-based indentation when breaking before operators.
Daniel Jasper
2014-12-02
1
-7
/
+8
*
clang-format: [JS] Contract fewer functions to a single line.
Daniel Jasper
2014-11-27
1
-2
/
+3
*
clang-format: [JS] Try not to break in container literals.
Daniel Jasper
2014-11-27
1
-0
/
+2
*
clang-format: [JS] new and delete are valid function names.
Daniel Jasper
2014-11-27
1
-3
/
+2
*
clang-format: [JS] Make Closure module detection more narrow.
Daniel Jasper
2014-11-27
1
-1
/
+2
*
clang-format: Don't use column layout with AlignAfterOpenBrackets.
Daniel Jasper
2014-11-27
1
-0
/
+4
*
clang-format: [Java] Don't line-wrap package declarations.
Daniel Jasper
2014-11-26
2
-2
/
+6
*
clang-format: Tweak -style=Chromium for Java files.
Nico Weber
2014-11-26
1
-6
/
+11
*
clang-format: [Java] Improve formatting of throws declarations.
Daniel Jasper
2014-11-26
1
-2
/
+3
*
clang-format: [Java] Improve cast detection.
Daniel Jasper
2014-11-26
1
-3
/
+7
*
clang-format: [Java] Fix breaking after annotations.
Daniel Jasper
2014-11-26
1
-1
/
+2
*
clang-format: Add SFS_Empty to only empty functions on a single line.
Daniel Jasper
2014-11-26
1
-2
/
+6
*
clang-format: [Java] Support Foo.class;
Daniel Jasper
2014-11-26
1
-0
/
+7
*
clang-format: Refactoring.
Daniel Jasper
2014-11-25
5
-404
/
+375
*
Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...
Aaron Ballman
2014-11-24
5
-371
/
+413
*
clang-format: Make short case labels work with #ifs
Daniel Jasper
2014-11-23
1
-0
/
+3
*
clang-format: [Java] Treat 'instanceof' like other binary operators.
Daniel Jasper
2014-11-23
2
-2
/
+6
*
clang-format: [Java] Space before array initializers.
Daniel Jasper
2014-11-23
1
-0
/
+2
[next]