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
/
unittests
/
Format
/
FormatTestComments.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
clang-format: fix a crash in comment wraps.
Martin Probst
2018-08-02
1
-0
/
+6
*
[clang-format] Indent after breaking Javadoc annotated line
Krasimir Georgiev
2018-07-30
1
-0
/
+100
*
[clang-format] Fix crash while reflowing backslash in comments
Krasimir Georgiev
2018-06-12
1
-0
/
+15
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-3
/
+3
*
[clang-format] In tests, expected code should be format-stable
Mark Zeren
2018-04-04
1
-0
/
+1
*
Fix bug where we wouldn't break columns over the limit.
Manuel Klimek
2017-12-04
1
-0
/
+9
*
Restructure how we break tokens.
Manuel Klimek
2017-11-29
1
-6
/
+86
*
Implement more accurate penalty & trade-offs while breaking protruding tokens.
Manuel Klimek
2017-11-17
1
-14
/
+46
*
Refactor ContinuationIndenter's breakProtrudingToken logic.
Manuel Klimek
2017-11-14
1
-2
/
+13
*
[clang-format] Support python-style comments in text protos
Krasimir Georgiev
2017-11-10
1
-0
/
+85
*
[clang-format] Break non-trailing comments, try 2
Krasimir Georgiev
2017-10-16
1
-0
/
+67
*
[clang-format] Emit absolute splits before lines for comments, try 2
Krasimir Georgiev
2017-08-24
1
-0
/
+18
*
Revert "[clang-format] Break non-trailing block comments"
Krasimir Georgiev
2017-08-24
1
-16
/
+0
*
Revert "[clang-format] Emit absolute splits before lines for comments"
Krasimir Georgiev
2017-08-23
1
-17
/
+0
*
[clang-format] Emit absolute splits before lines for comments
Krasimir Georgiev
2017-08-23
1
-0
/
+17
*
[clang-format] Align trailing comments if ColumnLimit is 0
Krasimir Georgiev
2017-08-23
1
-0
/
+7
*
[clang-format] Break non-trailing block comments
Krasimir Georgiev
2017-08-22
1
-0
/
+16
*
[clang-format] Fix comment levels between '} else {' and PPDirective.
Krasimir Georgiev
2017-07-24
1
-1
/
+132
*
[clang-format] Fix comment levels between '}' and PPDirective
Krasimir Georgiev
2017-07-21
1
-0
/
+78
*
[clang-format] Keep level of comment before an empty line
Krasimir Georgiev
2017-07-12
1
-0
/
+64
*
[clang-format] Fix alignment of preprocessor trailing comments
Krasimir Georgiev
2017-06-07
1
-0
/
+24
*
[clang-format] Don't align too long broken trailing comments
Krasimir Georgiev
2017-06-04
1
-0
/
+9
*
clang-format: do not reflow bullet lists
Francois Ferrand
2017-05-22
1
-2
/
+65
*
[clang-format] Keep trailing preprocessor line comments separate from the fol...
Krasimir Georgiev
2017-05-22
1
-0
/
+32
*
clang-format: fix prefix for doxygen comments after member
Krasimir Georgiev
2017-05-18
1
-0
/
+10
*
[clang-format] Replace IncompleteFormat by a struct with Line
Krasimir Georgiev
2017-04-21
1
-11
/
+12
*
Fix mishandling of escaped newlines followed by newlines or nuls.
Richard Smith
2017-04-17
1
-1
/
+1
*
Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.
Daniel Jasper
2017-03-01
1
-8
/
+16
*
clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.
Daniel Jasper
2017-03-01
1
-0
/
+8
*
[clang-format] Align block comment decorations
Krasimir Georgiev
2017-02-16
1
-7
/
+195
*
[clang-format] Remove dead code in FormatTestComments, NFC
Krasimir Georgiev
2017-02-14
1
-7
/
+0
*
[clang-format] Move comment tests to their own file.
Krasimir Georgiev
2017-02-08
1
-0
/
+2176