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: Don't break before a case's colon.
Daniel Jasper
2014-05-28
1
-4
/
+5
*
clang-format: Format array and dict literals similar to blocks.
Daniel Jasper
2014-05-28
1
-45
/
+59
*
clang-format: Split up moveStateToNextToken.
Daniel Jasper
2014-05-26
2
-120
/
+163
*
clang-format: Keep '{' of dict literals on the same line in Allman style
Daniel Jasper
2014-05-26
1
-1
/
+1
*
Use error_code::success() instead of make_error_code(llvm::errc::success).
Alexander Kornienko
2014-05-22
1
-1
/
+1
*
clang-format: Introduce DisableFormat that prevents formatting.
Daniel Jasper
2014-05-22
1
-0
/
+16
*
clang-format: Don't use Allman brace breaking for ObjC blocks.
Daniel Jasper
2014-05-22
1
-1
/
+2
*
clang-format: Fix corner case in AllowShortBlocksOnASingleLine.
Daniel Jasper
2014-05-22
1
-2
/
+1
*
clang-format: Fix braced list detection.
Daniel Jasper
2014-05-22
1
-2
/
+6
*
clang-format: Fix incorrect braced init identification.
Daniel Jasper
2014-05-22
1
-1
/
+2
*
clang-format: Store pointers to seen formatting states.
Daniel Jasper
2014-05-22
1
-2
/
+8
*
clang-format: [JS] Understand line breaks in concatenated strings.
Daniel Jasper
2014-05-22
1
-0
/
+7
*
clang-format: Correctly identify multiplications in braces init lists.
Daniel Jasper
2014-05-22
2
-1
/
+3
*
clang-format: Correctly calculate line lenghts for nest blocks.
Daniel Jasper
2014-05-22
2
-9
/
+17
*
clang-format: Fix corner case working around one-per-line dict literals.
Daniel Jasper
2014-05-21
1
-2
/
+4
*
clang-format: Fix incorrect macro call detection.
Daniel Jasper
2014-05-21
1
-1
/
+3
*
clang-format: [JS] Support different function literal style.
Daniel Jasper
2014-05-21
3
-5
/
+48
*
clang-format: [JS] Understand top-level function literals properly.
Daniel Jasper
2014-05-20
1
-0
/
+4
*
clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.
Daniel Jasper
2014-05-19
1
-1
/
+1
*
clang-format: [JS] Support ES6 destructuring assignments.
Daniel Jasper
2014-05-19
1
-0
/
+3
*
clang-format: [JS] Support for EC6 arrow functions.
Daniel Jasper
2014-05-19
1
-0
/
+3
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
clang-format: Add option to allow short blocks on a single line.
Daniel Jasper
2014-05-14
1
-10
/
+29
*
clang-format: Don't break in the middle of ">>".
Daniel Jasper
2014-05-13
1
-2
/
+2
*
clang-format: [JS] Basic support for escape sequences in regex literals.
Daniel Jasper
2014-05-12
1
-1
/
+21
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
clang-format: Fix bug introduced by r208392.
Daniel Jasper
2014-05-09
9
-89
/
+74
*
clang-format: [JS] Allow up to 3 empty lines in Google's JS style.
Daniel Jasper
2014-05-09
1
-1
/
+1
*
clang-format: [JS] Fix spacing in dict literals.
Daniel Jasper
2014-05-09
1
-3
/
+6
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-09
8
-87
/
+88
*
clang-format: Cleanup redundant calculation of ParenLevel.
Daniel Jasper
2014-05-08
2
-25
/
+18
*
clang-format: Initial support for try-catch.
Daniel Jasper
2014-05-08
2
-0
/
+74
*
clang-format: [JS] support closures in container literals.
Daniel Jasper
2014-05-08
2
-3
/
+22
*
clang-format: Fix binary operator detection before lambdas.
Daniel Jasper
2014-05-08
1
-1
/
+1
*
clang-format: [JS] Support regex literals after 'return'.
Daniel Jasper
2014-05-08
1
-5
/
+5
*
clang-format: [JS] Initial support for regex literals.
Daniel Jasper
2014-05-08
3
-7
/
+44
*
Enable alternative tokens by default for clang-format.
Nikola Smiljanic
2014-05-08
1
-0
/
+1
*
clang-format: Be slightly more aggressive on single-line functions.
Daniel Jasper
2014-05-07
1
-2
/
+6
*
clang-format: Fix corner cases for comments in if conditions.
Daniel Jasper
2014-05-07
2
-3
/
+4
*
clang-format: Fix bad space before braced initializer.
Daniel Jasper
2014-05-07
1
-1
/
+2
*
clang-format: [JS] Keep space after closure style comments.
Daniel Jasper
2014-05-06
1
-2
/
+2
*
clang-format: [JS] Keep space between 'return' and '['.
Daniel Jasper
2014-05-06
1
-3
/
+4
*
clang-format: [JS] Don't indent in goog.scope blocks.
Daniel Jasper
2014-05-06
1
-2
/
+20
*
Fixed one issue with casting
Dinesh Dwivedi
2014-05-06
1
-2
/
+3
*
Pulled out cast detection in TokenAnnotator into its own function
Dinesh Dwivedi
2014-05-06
1
-58
/
+58
*
clang-format: Understand functions with decltype return type.
Daniel Jasper
2014-05-05
1
-1
/
+8
*
Added some heuristics to identify c style casting
Dinesh Dwivedi
2014-05-05
1
-10
/
+34
*
clang-format: Improve understanding of decltype.
Daniel Jasper
2014-05-05
1
-1
/
+2
*
Fix bug in clang-format while merging short function
Dinesh Dwivedi
2014-05-05
1
-4
/
+5
*
clang-format: Fix import statements with ColumnLimit: 0
Daniel Jasper
2014-05-05
1
-1
/
+1
[next]