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
/
docs
/
ClangFormatStyleOptions.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] Fix a bug that joins template closer and =
Owen Pan
2019-08-18
1
-2
/
+2
*
[clang-format] Expand AllowShortBlocksOnASingleLine for WebKit
Owen Pan
2019-08-11
1
-3
/
+35
*
[clang-format] Add SpaceInEmptyBlock option for WebKit
Owen Pan
2019-08-10
1
-32
/
+41
*
doc: Fix Google C++ Style Guide link.
Rafael Stahl
2019-07-29
1
-1
/
+1
*
clang-format: Add new style option AlignConsecutiveMacros
Sam McCall
2019-07-02
1
-0
/
+14
*
clang-format: better handle namespace macros
Francois Ferrand
2019-06-06
1
-0
/
+13
*
[clang-format][NFC] Fix BS_Allman style example in the header docs are genera...
Jan Korous
2019-06-05
1
-6
/
+15
*
[clang-format] Allow configuring list of function-like macros that resolve to...
Francois Ferrand
2019-05-29
1
-0
/
+18
*
[clang-format] Fix documentation for FixNamespaceComments
Owen Pan
2019-04-26
1
-1
/
+1
*
[clang-format] Add AfterCaseLabel to BraceWrapping
Owen Pan
2019-04-08
1
-38
/
+60
*
[clang-format] Optionally insert a space after unary ! operator
Reuben Thomas
2019-04-08
1
-0
/
+7
*
[clang-format] Add style option AllowShortLambdasOnASingleLine
Ronald Wampler
2019-03-26
1
-0
/
+39
*
Clang-format: add finer-grained options for putting all arguments on one line
Paul Hoad
2019-03-23
1
-0
/
+35
*
[clang-format] Add basic support for formatting C# files
Paul Hoad
2019-03-21
1
-2
/
+12
*
[clang-format] BeforeHash added to IndentPPDirectives
Paul Hoad
2019-03-20
1
-0
/
+10
*
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...
Paul Hoad
2019-03-13
1
-2
/
+39
*
Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...
Paul Hoad
2019-03-13
1
-39
/
+2
*
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...
Paul Hoad
2019-03-13
1
-2
/
+39
*
[clang-format][docs][NFC] Fix example for Allman brace breaking style
Jan Korous
2019-03-05
1
-6
/
+15
*
[Documentation] Use HTTPS whenever possible
Eugene Zelenko
2019-01-23
1
-3
/
+3
*
Fix some typos in the clang doc.
Sylvestre Ledru
2019-01-01
1
-1
/
+1
*
Update our URLs in clang doc to use https
Sylvestre Ledru
2018-11-04
1
-3
/
+3
*
Update the example of BS_Stroustrup to match what is done by clang-format
Sylvestre Ledru
2018-10-26
1
-9
/
+6
*
Hopefully fix the documentation generation issue
Sylvestre Ledru
2018-10-22
1
-2
/
+4
*
Generate ClangFormatStyleOptions.rst from Format.h (using docs/tools/dump_for...
Sylvestre Ledru
2018-10-22
1
-14
/
+42
*
clang-format: better handle statement macros
Francois Ferrand
2018-10-02
1
-0
/
+9
*
clang-format: try to make the doc for ConstructorInitializerAllOnOneLineOrOne...
Hans Wennborg
2018-07-31
1
-9
/
+13
*
[clang-format ]Extend IncludeCategories regex documentation
Krasimir Georgiev
2018-07-25
1
-0
/
+6
*
Correct the code highlighting marker to be Objective-C rather than C++ which ...
Aaron Ballman
2018-06-28
1
-1
/
+1
*
clang-format: Fix documentation generation
Francois Ferrand
2018-06-14
1
-19
/
+21
*
[clang-format] Add SpaceBeforeCpp11BracedList option.
Hans Wennborg
2018-06-14
1
-0
/
+12
*
clang-format: Introduce BreakInheritanceList option
Francois Ferrand
2018-06-11
1
-13
/
+37
*
clang-format: Allow optimizer to break template declaration.
Francois Ferrand
2018-05-16
1
-7
/
+45
*
[clang-format] Fix documentation for SpaceAfterCStyleCast option
Krasimir Georgiev
2018-03-06
1
-2
/
+50
*
[clang-format] Add SpaceBeforeColon option
Francois Ferrand
2018-03-01
1
-0
/
+26
*
Fix typos of occurred and occurrence
Malcolm Parsons
2018-01-24
1
-1
/
+1
*
[clang-format] Adds a canonical delimiter to raw string formatting
Krasimir Georgiev
2018-01-19
1
-0
/
+4
*
[clang-format] adds enclosing function detection to raw string formatting
Krasimir Georgiev
2018-01-17
1
-21
/
+36
*
[clang-format] Add option to group multiple #include blocks when sorting incl...
Krasimir Georgiev
2017-11-27
1
-0
/
+39
*
Indent code blocks so they are actually treated as such
Stephan Bergmann
2017-11-17
1
-9
/
+9
*
[clang-format] Keep Sphinx happy after r317794
Krasimir Georgiev
2017-11-09
1
-5
/
+6
*
[clang-format] Sort using declarations by splitting on '::'
Krasimir Georgiev
2017-11-09
1
-7
/
+30
*
Split the AlignTrailingComments on several lines. The comments were applied t...
Sylvestre Ledru
2017-10-12
1
-3
/
+7
*
[clang-format] New flag - BraceWrapping.AfterExternBlock
Krasimir Georgiev
2017-09-15
1
-0
/
+15
*
[clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLine
Daniel Jasper
2017-09-07
1
-5
/
+12
*
Add an usage example of BreakBeforeBraces
Sylvestre Ledru
2017-09-07
1
-0
/
+9
*
Refresh the clang format options doc with the recent changes
Sylvestre Ledru
2017-09-07
1
-13
/
+41
*
clang-format: Add preprocessor directive indentation
Krasimir Georgiev
2017-08-30
1
-0
/
+27
*
[clang-format] Add a SortUsingDeclaration option and enable it by default
Krasimir Georgiev
2017-06-23
1
-0
/
+9
*
[clang-format] Update dump_format_style.py to indent nested fields
Krasimir Georgiev
2017-06-23
1
-102
/
+102
[next]