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
/
WhitespaceManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-1
/
+6
*
clang-format: Implemented tab usage for continuation and indentation
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+8
*
clang-format: Fix alignment of trailing multiline columns.
Daniel Jasper
2016-02-01
1
-10
/
+14
*
[clang-format] Fix comment aligning when there are changes within the comment
Benjamin Kramer
2016-01-11
1
-14
/
+25
*
clang-format: Improve selective comment formatting.
Daniel Jasper
2016-01-09
1
-7
/
+14
*
This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as
Daniel Jasper
2015-12-01
1
-190
/
+132
*
[clang-format] Stop alignment sequences on open braces and parens when
Daniel Jasper
2015-10-07
1
-8
/
+28
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-2
/
+2
*
[clang-format] Add support of consecutive declarations alignment
Daniel Jasper
2015-10-01
1
-10
/
+133
*
clang-format: Fix alignConsecutiveAssignments.
Daniel Jasper
2015-09-22
1
-34
/
+44
*
[Format] Skip creating temporary std::strings when filling another string.
Benjamin Kramer
2015-05-28
1
-6
/
+6
*
clang-format: Add ability to align assignment operators.
Daniel Jasper
2015-04-29
1
-0
/
+91
*
Make sure we initialize all values in WhitespaceManager::Change.
Manuel Klimek
2015-03-03
1
-2
/
+3
*
clang-format: Fix access to uninitialized memory.
Daniel Jasper
2015-03-03
1
-0
/
+1
*
clang-format: Fix crasher caused by not properly setting dry-run.
Daniel Jasper
2015-01-29
1
-0
/
+5
*
clang-format: Understand single-line comments at the end of blocks.
Daniel Jasper
2015-01-07
1
-4
/
+6
*
clang-format: Refactoring.
Daniel Jasper
2014-11-25
1
-1
/
+1
*
Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...
Aaron Ballman
2014-11-24
1
-1
/
+1
*
clang-format: Refactoring.
Daniel Jasper
2014-11-23
1
-1
/
+1
*
clang-format: Fix bug introduced by r208392.
Daniel Jasper
2014-05-09
1
-3
/
+2
*
clang-format: Fix bug when aligning trailing /**/-comments in macros.
Daniel Jasper
2014-04-27
1
-1
/
+2
*
Fix alignment of trailing block comments.
Alexander Kornienko
2014-04-17
1
-61
/
+85
*
clang-format: Fix aligning of comments and escaped newlines in macros.
Daniel Jasper
2014-03-28
1
-0
/
+4
*
clang-format: Improve clang-format's detection about comment binding.
Daniel Jasper
2013-11-08
1
-13
/
+15
*
Support formatting of preprocessor branches.
Manuel Klimek
2013-10-11
1
-2
/
+13
*
Added a comment and another test for the UT_ForIndentation option
Alexander Kornienko
2013-09-27
1
-0
/
+2
*
Implemented tab usage only for indentation (http://llvm.org/PR17363)
Alexander Kornienko
2013-09-27
1
-15
/
+35
*
Correctly indent with tabs when whitespace starts from the column not divisib...
Alexander Kornienko
2013-09-27
1
-2
/
+10
*
When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...
Alexander Kornienko
2013-09-16
1
-5
/
+3
*
Support for CR LF newlines.
Alexander Kornienko
2013-09-11
1
-25
/
+24
*
Handle zero-width and double-width characters in string literals and comments.
Alexander Kornienko
2013-09-05
1
-2
/
+2
*
clang-format: Fix infinite loop in macro special case.
Daniel Jasper
2013-08-28
1
-6
/
+4
*
clang-format: Make alignment of trailing comments optional ..
Daniel Jasper
2013-07-31
1
-3
/
+3
*
Reformat clang-format's source files after r185822 and others.
Daniel Jasper
2013-07-08
1
-9
/
+8
*
Don't align "} // namespace" comments.
Daniel Jasper
2013-07-01
1
-7
/
+17
*
Fixes incorrect indentation of line comments after break and re-alignment.
Alexander Kornienko
2013-06-17
1
-4
/
+7
*
Insert a space at the start of a line comment in case it starts with an alpha...
Alexander Kornienko
2013-06-11
1
-17
/
+16
*
The second step in the token refactoring.
Manuel Klimek
2013-05-29
1
-4
/
+3
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
1
-4
/
+4
*
Major refactoring of BreakableToken.
Manuel Klimek
2013-05-27
1
-19
/
+0
*
Fix aligning of comments.
Manuel Klimek
2013-05-23
1
-4
/
+5
*
Fix aligning of comments that are at the start of the line.
Manuel Klimek
2013-05-23
1
-3
/
+4
*
Stop aligning trailing comments which are aligned with the next line.
Manuel Klimek
2013-05-23
1
-1
/
+15
*
Use a SourceRange for the whitespace location in FormatToken.
Manuel Klimek
2013-05-23
1
-11
/
+6
*
Fix uninitialized access error found by valgrind.
Manuel Klimek
2013-05-22
1
-0
/
+3
*
Makes whitespace management more consistent.
Manuel Klimek
2013-05-22
1
-142
/
+200
*
Fix style according to post-commit review comments.
Manuel Klimek
2013-05-13
1
-2
/
+2
*
Implements UseTab for clang-format.
Manuel Klimek
2013-05-13
1
-2
/
+10
*
Add option to align escaped newlines left.
Daniel Jasper
2013-04-25
1
-38
/
+80
*
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
1
-63
/
+9
[next]