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
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
5
-5
/
+5
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
5
-5
/
+5
*
clang-format: Extend main header include sorting heuristic to Objective-C files.
Nico Weber
2015-10-19
1
-1
/
+3
*
clang-format: [JS] Handle string literals spanning character classes.
Daniel Jasper
2015-10-18
1
-92
/
+80
*
clang-format/java: Break after annotations on fields in Chromium style.
Nico Weber
2015-10-15
2
-2
/
+4
*
clang-format: Fixed typecast getting put on a separate line from the
Daniel Jasper
2015-10-12
1
-1
/
+3
*
clang-format: [JS] handle character classes in regexes.
Daniel Jasper
2015-10-12
1
-1
/
+12
*
clang-format: Fixed missing space between Obj-C for/in and a typecast.
Daniel Jasper
2015-10-07
1
-1
/
+2
*
[clang-format] Stop alignment sequences on open braces and parens when
Daniel Jasper
2015-10-07
1
-8
/
+28
*
Make clang-format actually respect custom brace wrapping flags.
Daniel Jasper
2015-10-07
1
-0
/
+4
*
clang-format: Fix false ObjC block detection.
Daniel Jasper
2015-10-07
1
-0
/
+5
*
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: Make IncludeCategories configurable in .clang-format file.
Daniel Jasper
2015-10-06
1
-3
/
+12
*
[VFS] Transition clang-format to use an in-memory FS.
Benjamin Kramer
2015-10-06
1
-8
/
+7
*
Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool
2015-10-04
1
-0
/
+1
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
2
-4
/
+4
*
[clang-format] Add support of consecutive declarations alignment
Daniel Jasper
2015-10-01
3
-11
/
+146
*
clang-format: Add a new brace style "custom" as well as flags to
Daniel Jasper
2015-09-29
4
-54
/
+101
*
clang-format: Extend #include sorting functionality
Daniel Jasper
2015-09-29
1
-10
/
+42
*
clang-format: [JS] Support pseudo-keywords
Daniel Jasper
2015-09-28
2
-1
/
+6
*
clang-format: [JS] handle let (ES6)
Daniel Jasper
2015-09-28
3
-4
/
+7
*
clang-format: Add initial #include sorting capabilities.
Daniel Jasper
2015-09-23
2
-3
/
+103
*
clang-format: Fix alignConsecutiveAssignments.
Daniel Jasper
2015-09-22
1
-34
/
+44
*
clang-format: Remove ChromiumStyle.MacroBlockBegin.
Nico Weber
2015-09-21
1
-2
/
+0
*
clang-format: Fix merging short case labels with comments.
Daniel Jasper
2015-09-21
1
-1
/
+2
*
clang-format: In Java, `assert` is followed by an expression.
Nico Weber
2015-09-15
2
-1
/
+3
*
Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
2015-09-10
1
-3
/
+3
*
Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
2015-09-10
1
-3
/
+3
*
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
2015-09-10
1
-3
/
+3
*
clang-format: Don't let a leading "template <..>" lead to wrapped initializers.
Daniel Jasper
2015-08-27
1
-0
/
+3
*
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
2
-5
/
+11
*
clang-format: Properly handle braced lists in macros.
Daniel Jasper
2015-08-24
1
-0
/
+2
*
clang-format: Be more conservative about specially indenting blocks in C++.
Daniel Jasper
2015-08-21
2
-1
/
+2
*
clang-format: Don't remove space between #elif and parentheses.
Daniel Jasper
2015-08-14
2
-1
/
+5
*
clang-format: Inside decltype(), there is an expression.
Daniel Jasper
2015-08-13
1
-2
/
+3
*
clang-format: Fix incorrect lambda-detection.
Daniel Jasper
2015-08-13
1
-0
/
+1
*
clang-format: Make SpaceBeforeParens work with overloaded operators.
Daniel Jasper
2015-08-11
1
-1
/
+1
*
Add WebKit brace style configuration option.
Roman Kashitsyn
2015-08-10
1
-1
/
+2
*
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 crasher when a UTF8 character is found in an escape
Daniel Jasper
2015-07-20
1
-1
/
+1
*
clang-format: Take nested lines into account when detection C++03
Daniel Jasper
2015-07-18
1
-32
/
+46
*
clang-format: Respect IndentWrappedFunctionNames when aligning colons
Daniel Jasper
2015-07-16
1
-1
/
+6
*
clang-format: [Proto] Handle enum bodies differently.
Daniel Jasper
2015-07-16
1
-3
/
+5
*
clang-format: Fix return type breaking with overloaded operator functions
Birunthan Mohanathas
2015-07-15
2
-15
/
+60
*
clang-format: Fix column layout with a comment in the last line.
Daniel Jasper
2015-07-15
1
-1
/
+2
*
clang-format: Fix formatting of multiple lambdas in initializers.
Daniel Jasper
2015-07-14
1
-2
/
+4
[next]