Sam McCall
|
54b8029400
clang-format: Add new style option AlignConsecutiveMacros
|
6 years ago |
Owen Pan
|
9ba05e9897
[clang-format] Fix bug in reflow of block comments containing CR/LF
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 years ago |
Krasimir Georgiev
|
bd3b05d2cc
[clang-format] Format raw string literals
|
7 years ago |
Daniel Jasper
|
cb990cd710
[Format] Invert nestingAndIndentLevel pair in WhitespaceManager used for
|
8 years ago |
Jacob Bandes-Storch
|
bfca5df301
clang-format: Fix bug with ENAS_DontAlign and empty lines
|
8 years ago |
Krasimir Georgiev
|
34f988d153
[clang-format] Document the StartOfTokenColumn parameter, NFC
|
8 years ago |
Nikola Smiljanic
|
4b1bd05e6a
Fix issues in clang-format's AlignConsecutive modes.
|
8 years ago |
Daniel Jasper
|
23e46241c5
[clang-format] Refactor WhitespaceManager and friends
|
8 years ago |
Benjamin Kramer
|
5cc8e8e46c
[Format] Remove dead code.
|
8 years ago |
Eric Liu
|
a2db23ba9d
Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551.
|
9 years ago |
Benjamin Kramer
|
fde9745812
[clang-format] Fix comment aligning when there are changes within the comment
|
9 years ago |
Daniel Jasper
|
7a775e201b
This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as
|
9 years ago |
Craig Topper
|
a0d8b00ee9
SourceRanges are small and trivially copyable, don't them by reference.
|
10 years ago |
Daniel Jasper
|
d5adefdf2d
[clang-format] Add support of consecutive declarations alignment
|
10 years ago |
Daniel Jasper
|
f8d4459793
clang-format: clang-format (NFC)
|
10 years ago |
Daniel Jasper
|
aea0264e0c
clang-format: Add ability to align assignment operators.
|
10 years ago |
Benjamin Kramer
|
7b36de52e2
Header guard canonicalization, clang part.
|
11 years ago |
Alexander Kornienko
|
7350259076
Fix alignment of trailing block comments.
|
11 years ago |
Alp Toker
|
0fb7888788
Fix a tranche of comment, test and doc typos
|
11 years ago |
Manuel Klimek
|
ae76f7f850
Support formatting of preprocessor branches.
|
12 years ago |
Alexander Kornienko
|
3d9ffcf3aa
Implemented tab usage only for indentation (http://llvm.org/PR17363)
|
12 years ago |
Alexander Kornienko
|
acf8e90b22
Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth.
|
12 years ago |
Alexander Kornienko
|
73d845cbe2
Support for CR LF newlines.
|
12 years ago |
Daniel Jasper
|
2a409b6212
Reformat clang-format's source files after r185822 and others.
|
12 years ago |
Alexander Kornienko
|
2b2faa53ec
Insert a space at the start of a line comment in case it starts with an alphanumeric character.
|
12 years ago |
Manuel Klimek
|
b398701e4c
The second step in the token refactoring.
|
12 years ago |
Manuel Klimek
|
de008c0f3b
Major refactoring of BreakableToken.
|
12 years ago |
Manuel Klimek
|
e573c3f7fc
Makes whitespace management more consistent.
|
12 years ago |