Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[clang-format] Add BreakBeforeTemplateCloser option #118046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Feb 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1caf823
[clang-format] Add BreakBeforeTemplateClose option
leijurv Nov 30, 2024
212e444
add test case
leijurv Dec 7, 2024
3927d41
more tests
leijurv Dec 9, 2024
2c3a64c
more tests
leijurv Dec 22, 2024
abedc01
Merge branch 'main' into BreakBeforeTemplateClose
leijurv Dec 30, 2024
29742cd
Merge branch 'main' into BreakBeforeTemplateClose
leijurv Jan 2, 2025
f96441d
Merge branch 'main' into BreakBeforeTemplateClose
leijurv Jan 6, 2025
19bc40e
address comments
leijurv Jan 11, 2025
f75268a
address comments
leijurv Jan 12, 2025
1304288
address comments
leijurv Jan 12, 2025
9277a68
switch from bool to enum
leijurv Jan 12, 2025
0952882
switch from multiline to blockindent
leijurv Jan 13, 2025
ed0289f
one last test
leijurv Jan 13, 2025
53766dd
rerun dump format style
leijurv Jan 13, 2025
605ade3
Merge branch 'main' into BreakBeforeTemplateClose
leijurv Jan 14, 2025
deb01fc
Merge branch 'main' into BreakBeforeTemplateClose
leijurv Jan 16, 2025
b1a5445
Merge branch 'main' into BreakBeforeTemplateClose
leijurv Jan 20, 2025
fa15aca
address comments
leijurv Jan 20, 2025
c0090c8
address comments
leijurv Jan 28, 2025
2973647
Merge branch 'main' into BreakBeforeTemplateClose
leijurv Jan 28, 2025
9c684c8
Merge branch 'main' into BreakBeforeTemplateClose
leijurv Jan 28, 2025
dc65a0d
Merge branch 'main' into BreakBeforeTemplateClose
leijurv Jan 31, 2025
9381a00
bump version to 21
leijurv Jan 31, 2025
a437f23
also need to bump version here
leijurv Jan 31, 2025
a768adb
switch back to bool
leijurv Feb 2, 2025
e1eaba9
address comments
leijurv Feb 4, 2025
7d456ca
empty commit to kick github
leijurv Feb 5, 2025
b6219e2
address comment
leijurv Feb 5, 2025
2cc5a69
address comments
leijurv Feb 6, 2025
4faf28a
address comments
leijurv Feb 6, 2025
9cf6bcc
Update clang/include/clang/Format/Format.h
leijurv Feb 6, 2025
b5a5e96
regenerate docs
leijurv Feb 6, 2025
51f3b9a
NFC: minor cleanup
owenca Feb 6, 2025
00bad0e
Remove trailing whitespace in ContinuationIndenter.cpp
owenca Feb 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into BreakBeforeTemplateClose
  • Loading branch information
leijurv authored Jan 31, 2025
commit dc65a0dd82fc1e2045ecd7d6a6d32330243a7528
14 changes: 0 additions & 14 deletions 14 clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,20 +210,6 @@ AST Matchers
clang-format
------------

- Adds ``BreakBinaryOperations`` option.
- Adds ``TemplateNames`` option.
- Adds ``AlignFunctionDeclarations`` option to ``AlignConsecutiveDeclarations``.
- Adds ``IndentOnly`` suboption to ``ReflowComments`` to fix the indentation of
multi-line comments without touching their contents, renames ``false`` to
``Never``, and ``true`` to ``Always``.
- Adds ``RemoveEmptyLinesInUnwrappedLines`` option.
- Adds ``KeepFormFeed`` option and set it to ``true`` for ``GNU`` style.
- Adds ``AllowShortNamespacesOnASingleLine`` option.
- Adds ``VariableTemplates`` option.
- Adds support for bash globstar in ``.clang-format-ignore``.
- Adds ``WrapNamespaceBodyWithEmptyLines`` option.
- Adds the ``IndentExportBlock`` option.
- Adds ``PenaltyBreakBeforeMemberAccess`` option.
- Adds ``BreakBeforeTemplateCloser`` option.

libclang
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.