Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Ping review (2)

Hi guys,

first of all thanks to everyone for comments received about merged commits. However there are a lot of them without feedback, the effort for the rebase each time is high, so please review the commits. Thanks!

Current status:

Formatter bug fixes with higher priority:
Bug 405409 - Formatting namespaces with inactive sections
Bug 376395 - Fix const methods with never join wrapped lines
Bug 546221 - Fix exception for nested namespaces
Bug 390324 - Fix cast operator containing func declarator

Formatter improvements
Bug 500000 - Added proper formatting for lambda expressions
Bug 461435 - Added options to format pointers in methods (ready to be merged @Jonah can you do it?)

Codan improvements
Bug 545954 - Added checker for functions/methods blacklist
Bug 545959 - Added checker for assignment operator
Bug 545702 - Added new checker to verify copyright information
Bug 545714 - Added a shallow copy checker
Bug 545956 - Added checker for virtual methods in ctor/dtor
Bug 546173 - Add a check for returning of local variable addresses
Bug 545977 - Added checker for variable initialization
Bug 545704 - Added checker for float comparison
Bug 343274 - Added checker for const and static methods check
Bug 545952 - Added checker to check for goto usage
Bug 355174 - Added cheker for missing case in a switch

New UI feature
Bug 546395 - Added "copy qualified name" feature

Refactoring
Bug 303870 - Add override virtual methods functionality (ready to be merged after review)

Codan fix
Bug 545877 - Don't take into account init var values in CFG


Back to the top