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
/
Format.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Format.cpp: Don't use initializer list.
NAKAMURA Takumi
2014-04-15
1
-2
/
+2
*
clang-format: Understand proto text format without commas.
Daniel Jasper
2014-04-15
1
-0
/
+1
*
clang-format: Basic support for C++1y.
Daniel Jasper
2014-04-15
1
-0
/
+1
*
clang-format: Early cut-off for inlining nested blocks.
Daniel Jasper
2014-04-15
1
-0
/
+7
*
clang-format: Cache results of formatting nested blocks.
Daniel Jasper
2014-04-15
1
-0
/
+14
*
Format code around VCS conflict markers.
Manuel Klimek
2014-04-14
1
-1
/
+71
*
Correctly handle escaped newlines when the next token starts without a space.
Manuel Klimek
2014-04-11
1
-1
/
+3
*
clang-format: Fix bug where clang-format would break the code.
Daniel Jasper
2014-04-09
1
-0
/
+4
*
clang-format: Extend AllowShortFunctions.. to only merge inline functions.
Daniel Jasper
2014-04-08
1
-6
/
+22
*
clang-format: Don't merge simple blocks in case statements.
Daniel Jasper
2014-04-04
1
-1
/
+1
*
clang-format: Support configurable list of foreach-macros.
Daniel Jasper
2014-04-01
1
-2
/
+17
*
clang-format: Add flag for removing empty lines at the start of blocks.
Daniel Jasper
2014-03-21
1
-1
/
+6
*
clang-format: Don't remove empty lines at the start of namespaces.
Daniel Jasper
2014-03-21
1
-1
/
+2
*
clang-format: Remove empty lines at the beginning of blocks.
Daniel Jasper
2014-03-21
1
-0
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-2
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[C++11] Switch the clang-format LLVM style to use C++11 style braced
Chandler Carruth
2014-03-02
1
-3
/
+8
*
clang-format: Fix alignment of comments inside statements.
Daniel Jasper
2014-02-11
1
-3
/
+3
*
clang-format: Fix column limit violation for merged lines in macros.
Daniel Jasper
2014-02-07
1
-0
/
+15
*
clang-format: Let chromium style inherit google style's javascript tweaks.
Nico Weber
2014-02-02
1
-30
/
+15
*
clang-format: (JavaScript) Don't crash on empty string literals.
Daniel Jasper
2014-01-31
1
-4
/
+8
*
clang-format: Add support for a space after @property
Daniel Jasper
2014-01-28
1
-0
/
+5
*
clang-format: Leave 2 empty lines in Google's JavaScript style.
Daniel Jasper
2014-01-20
1
-0
/
+1
*
clang-format: Better support and testing for protocol buffers.
Daniel Jasper
2014-01-19
1
-2
/
+23
*
clang-format: Fixed formatting of JavaScript container literals
Daniel Jasper
2014-01-15
1
-3
/
+4
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Added an option to avoid splitting certain kinds of comments into lines.
Alexander Kornienko
2014-01-02
1
-0
/
+2
*
Fix and reword some typos
Alp Toker
2013-12-30
1
-1
/
+1
*
clang-format: (WebKit) Disallow 1-line constructors with initializers.
Daniel Jasper
2013-12-24
1
-5
/
+16
*
clang-format: Increase penalty for breaking comments.
Daniel Jasper
2013-12-19
1
-1
/
+1
*
clang-format: Don't adapt local format to macros.
Daniel Jasper
2013-12-17
1
-7
/
+15
*
Always break before the colon in constructor initializers, when
Alexander Kornienko
2013-12-16
1
-5
/
+3
*
Implemented GNU-style formatting for compound statements.
Alexander Kornienko
2013-12-12
1
-2
/
+4
*
Remove IndentBlocks, which sneaked winto the previous commit
Alexander Kornienko
2013-12-10
1
-2
/
+0
*
Early attempts to format in GNU style.
Alexander Kornienko
2013-12-10
1
-36
/
+21
*
Allow predefined styles to define different options for different languages.
Alexander Kornienko
2013-12-10
1
-57
/
+74
*
Trivial change: added 'using clang::format::FormatStyle;'
Alexander Kornienko
2013-12-10
1
-68
/
+54
*
Support GNU style rule to put a space before opening parenthesis.
Alexander Kornienko
2013-12-10
1
-4
/
+27
*
Fix the regression caused by r196378
Alexander Kornienko
2013-12-04
1
-3
/
+3
*
Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
2013-12-04
1
-6
/
+16
*
Added an option to specify fallback style.
Alexander Kornienko
2013-12-02
1
-10
/
+12
*
clang-format: Fix excessive formatting caused by r195954.
Daniel Jasper
2013-12-02
1
-0
/
+1
*
Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
2013-11-29
1
-19
/
+156
*
clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
2013-11-29
1
-8
/
+14
*
clang-format: Improve selective formatting of nested statements.
Daniel Jasper
2013-11-28
1
-23
/
+60
*
clang-format: Fix formatting of empty files (fixes c-index-tests).
Daniel Jasper
2013-11-25
1
-2
/
+3
*
clang-format: Refactor calculation of lines intersecting with -lines.
Daniel Jasper
2013-11-25
1
-72
/
+110
*
Better implementation of JavaScript === and !== operators.
Alexander Kornienko
2013-11-21
1
-7
/
+30
*
Added an option to allow short function bodies be placed on a single line.
Alexander Kornienko
2013-11-20
1
-24
/
+50
[next]