This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
forked from uncrustify/uncrustify
-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some mode debug lines
This adds two options: *nl_func_call_empty - same as nl_func_decl_empty but for function calls *nl_func_call_paren_empty - same as nl_func_def_paren_empty but for function calls Change-Id: Ib49ca03b18043368ceeb96e2c6f4fcfed3928ccb
Introduce keyword CT_NOEXCEPT
CT_IGNORED comment may not be changed
Renaming nl_func_def to nl_func_def_or_call because it now deals with newlines in function calls. Change-Id: Ifd601f7b483edb2b3443ce421298c17b0064596e
Creating intermediate directories for the output file can sometimes lead to 'Unable to create d:: Permission denied (13)' error in Windows. This happens when Uncrustify try to create a Windows drive letter. This does not affect the creation of the path, but prints annoying messages. This patch fixes this issue.
Also this fixes issue uncrustify#1287.
Fix 'Permission denied' during output path creation
Fixed uncrustify#1366 - Wrong indentation of the break in switch
Add options for empty function calls and rename nl_func_def method
…ment Fix indent comment alignment rule 3
These options have similar descriptions: *sp_after_operator_sym_empty - Have precedence of... *nl_typedef_blk_start - takes preference over... *nl_func_paren_empty - Overrides... This change modifies these descriptions to use the "override" wording. This doesn't make any changes to the options like sp_before_unnamed_ptr_star, where if it's set to ignore, another options is used, and isn't really overridden. Change-Id: I47ecd54c4ed3f3950a15052ef86f4caabe8ffbdf Type: Code Improvement
…criptions Standardize option descriptions to "override"
add ellipsis (...) punctuator to objective-C
Prepare a better logging for uncrustify#1340
Checking '_MSC_VER' sets '__func__' to "???", which is incorrect for GCC.
The use of cpd.pass_count is not necessary.
Add missing Objective-C nullability keywords. Make nullable, nonnull and null_unspecified of type CT_TYPE because they are used before parameter types in method declarations. Handle them in properties correctly by changing CT_TYPE to CT_OC_PROPERTY_ATTR where necessary. Remove LANG_C flag from C++-only keywords. Add Objective-C BOOL type.
Clean test configs
Prepare the version 0.66.1
update emscripten interface
uncrustify-0.66.1
This was referenced Feb 28, 2018
Merged
Merged
Merged
Merged
Merged
Merged
Waiting for review. |
wjwwood
approved these changes
Mar 1, 2018
dirk-thomas
added
in review
Waiting for review (Kanban column)
and removed
in progress
Actively being worked on (Kanban column)
labels
Mar 1, 2018
This introduced a new warning on windows: https://ci.ros2.org/job/ci_windows/4096/warnings43Result/new/ |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pulling in bug fixes and improvements up to the latest release 0.66.1 of
uncrustify
. This version will also be available in Ubuntu Bionic. Replaces #20.