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
/
BreakableToken.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang][NFC] Make various uses of Regex const
Thomas Preud'homme
2019-11-19
1
-10
/
+10
*
[clang-format] Fix bug in block comment reflow that joins * and /
Owen Pan
2019-05-03
1
-0
/
+3
*
[clang-format] Fix bug in reflow of block comments containing CR/LF
Owen Pan
2019-04-23
1
-1
/
+1
*
[clang-format] [NFC] clang-format the Format library
Paul Hoad
2019-03-01
1
-6
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-format] Silence -Wdocumentation warnings
Krasimir Georgiev
2018-07-30
1
-6
/
+8
*
[clang-format] Indent after breaking Javadoc annotated line
Krasimir Georgiev
2018-07-30
1
-1
/
+24
*
NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have it
Erik Pilkington
2018-07-24
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-23
/
+23
*
[clang-format] Fix clang-tidy readability problems, NFCI
Krasimir Georgiev
2018-04-23
1
-2
/
+2
*
[clang-format] Ignore UnbreakableTailLength sometimes during breaking
Krasimir Georgiev
2018-01-23
1
-2
/
+2
*
Fix bug where we wouldn't break columns over the limit.
Manuel Klimek
2017-12-04
1
-0
/
+4
*
Restructure how we break tokens.
Manuel Klimek
2017-11-29
1
-154
/
+146
*
Implement more accurate penalty & trade-offs while breaking protruding tokens.
Manuel Klimek
2017-11-17
1
-4
/
+4
*
[clang-format] Break non-trailing comments, try 2
Krasimir Georgiev
2017-10-16
1
-0
/
+9
*
[clang-format] Put '/**' and '*/' on own lines in jsdocs ending in comment pr...
Krasimir Georgiev
2017-08-09
1
-4
/
+4
*
[clang-format] Put '/**' and '*/' on own lines in multiline jsdocs
Krasimir Georgiev
2017-07-20
1
-0
/
+50
*
[clang-format] Reformat BreakableToken.h; NFC
Krasimir Georgiev
2017-03-08
1
-19
/
+14
*
[clang-format] Enable comment reflowing in multiline comments containing pragmas
Krasimir Georgiev
2017-03-08
1
-5
/
+6
*
[clang-format] Remove unused member variables from BreakableToken
Krasimir Georgiev
2017-02-21
1
-12
/
+2
*
[clang-format] Align block comment decorations
Krasimir Georgiev
2017-02-16
1
-0
/
+4
*
[clang-format] Move OriginalPrefix from base to subclass.
Krasimir Georgiev
2017-02-08
1
-4
/
+8
*
[clang-format] Don't reflow across comment pragmas.
Krasimir Georgiev
2017-02-02
1
-4
/
+13
*
[clang-format] Refactor WhitespaceManager and friends
Daniel Jasper
2017-01-31
1
-24
/
+20
*
[clang-format] Implement comment reflowing.
Krasimir Georgiev
2017-01-25
1
-75
/
+244
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).
Alexander Kornienko
2015-01-12
1
-0
/
+5
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
Fix alignment of trailing block comments.
Alexander Kornienko
2014-04-17
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-33
/
+28
*
Remove extra whitespace instead of breaking the line in comments when possible.
Alexander Kornienko
2013-11-12
1
-0
/
+15
*
Implemented tab usage only for indentation (http://llvm.org/PR17363)
Alexander Kornienko
2013-09-27
1
-18
/
+21
*
When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...
Alexander Kornienko
2013-09-16
1
-0
/
+1
*
Handle zero-width and double-width characters in string literals and comments.
Alexander Kornienko
2013-09-05
1
-11
/
+15
*
Reformat clang-format's source files after r185822 and others.
Daniel Jasper
2013-07-08
1
-2
/
+2
*
Fix for corner cases in code handling leading "* " decorations in block comments
Alexander Kornienko
2013-07-08
1
-0
/
+4
*
Don't remove backslashes from block comments.
Alexander Kornienko
2013-06-14
1
-14
/
+12
*
Insert a space at the start of a line comment in case it starts with an alpha...
Alexander Kornienko
2013-06-11
1
-2
/
+12
*
Fixed calculation of penalty when breaking tokens.
Alexander Kornienko
2013-06-07
1
-9
/
+13
*
UTF-8 support for clang-format.
Alexander Kornienko
2013-06-05
1
-5
/
+11
*
Major refactoring of BreakableToken.
Manuel Klimek
2013-05-27
1
-172
/
+131
*
Makes whitespace management more consistent.
Manuel Klimek
2013-05-22
1
-4
/
+5
*
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
1
-67
/
+81
*
Unified token breaking logic for strings and block comments.
Alexander Kornienko
2013-04-15
1
-0
/
+226