forked from uncrustify/uncrustify
-
Notifications
You must be signed in to change notification settings - Fork 0
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
sync the fork to the upstream #1
Merged
Merged
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
(part 2 latter)
The warning is a bug in gcc itself, per https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55805, so hiding it prevents people using older versions of GCC from assuming there's an issue with uncrustify, as happened in #1098.
Quick fix for a 'braced-init-list'. Added examples for a 'braced-init-list'.
Fixes the issue #1318.
While semi
add option_reducer.py
rename option UO_align_number_left to UO_align_number_right
Fix out-of-bounds memory write
suppress invalid compilation warning in gcc < v5 (fixes #1098)
add UO_sp_arith_additive
distinguish "indent" vs. "ident" vs. "identifier"
Add CT_BRACED_INIT_LIST for C++ 'braced-init-list'
Support multiple MSVC versions on AppVeyor
Lambda-declarator '( params )' in the lambda-expression is optional. The minimum lambda-expression can have the form: [captures] {body}.
Set up 'using namespace' directives are passed into everything that includes the header. This can potentially lead to problems if that is not anticipated. All using directives therefore are removed from the headers and added, where needed, in the cpp files.
Fix 'override' as CT_QUALIFIER for LANG_CPP
Fix the detection of lambda-expression without lambda-declarator
Fix the double indentation with C++ 'using'
Remove header using directives
simplifies the function by replacing the parameter reference with a returned value adds early return check to minimize indent
Calculates max value outside of loop to reduce checks, adds underflow safe return subtraction.
Uses early return check to minimize indent. Adds comments about the symbols that are replaced.
adds early return check to minimize indent replaces while loop with more appropriate for loops removes useless size_t casts
adds early return check to minimize indent
removes useless casts
removes useless casts adds early return check to minimize indent
replaces while loop with more appropriate for loops removes simplifies loop entrance check
refactor unc_text.cpp
Prepare a better logging for issue #1142
update emscripten interface
generate better embedded 0 error
prevent indent_pse_push SEGV
Adopt the method from aneesh1127 for #1236
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.