index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Format
/
WhitespaceManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format][PR41964] Fix crash with SIGFPE when TabWidth is set to 0 and l...
Paul Hoad
2019-09-18
1
-15
/
+22
*
clang-format clang/lib/Format
Nico Weber
2019-07-29
1
-2
/
+2
*
clang-format: Add new style option AlignConsecutiveMacros
Sam McCall
2019-07-02
1
-0
/
+125
*
[clang-format] Fix a bug in AlignConsecutiveDeclarations.
Owen Pan
2019-05-01
1
-3
/
+15
*
[clang-format] [NFC] clang-format the Format library
Paul Hoad
2019-03-01
1
-27
/
+28
*
clang-format with UseTab: Always sometimes doesn't insert the right amount of...
Alexander Kornienko
2019-02-15
1
-4
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-1
/
+1
*
[Format] Fix for bug 35641
Ilya Biryukov
2018-08-01
1
-1
/
+7
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-1
/
+1
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-0
/
+5
*
clang-format clang-format.
Manuel Klimek
2017-09-20
1
-9
/
+7
*
[Format] Invert nestingAndIndentLevel pair in WhitespaceManager used for
Daniel Jasper
2017-08-25
1
-8
/
+8
*
[clang-format] Align trailing comments if ColumnLimit is 0
Krasimir Georgiev
2017-08-23
1
-3
/
+8
*
clang-format: Fix bug with ENAS_DontAlign and empty lines
Jacob Bandes-Storch
2017-08-10
1
-9
/
+11
*
[clang-format] Fix alignment of preprocessor trailing comments
Krasimir Georgiev
2017-06-07
1
-8
/
+46
*
[clang-format] Don't align too long broken trailing comments
Krasimir Georgiev
2017-06-04
1
-2
/
+4
*
[clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding
Daniel Jasper
2017-05-08
1
-4
/
+7
*
Fix issues in clang-format's AlignConsecutive modes.
Nikola Smiljanic
2017-03-23
1
-43
/
+97
*
[clang-format] Re-align broken comment lines where appropriate.
Krasimir Georgiev
2017-02-03
1
-2
/
+3
*
[clang-format] Refactor WhitespaceManager and friends
Daniel Jasper
2017-01-31
1
-59
/
+57
*
[clang-format] Implement comment reflowing.
Krasimir Georgiev
2017-01-25
1
-1
/
+32
*
Use after move bug fixes
Piotr Padlewski
2016-12-23
1
-2
/
+3
*
[Format] Remove dead code.
Benjamin Kramer
2016-12-19
1
-5
/
+0
*
Bug 28065 - clang-format incorrectly aligns backslash.
Andi-Bogdan Postelnicu
2016-10-26
1
-1
/
+1
*
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
[next]