Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Bug 383706. Restored accidentally commented out code.Sergey Prigogin1-2/+2
2012-06-28Bug 383706 - Class member initialization checker produces falseSergey Prigogin1-0/+2
2012-06-27Cosmetics.Sergey Prigogin1-9/+9
2012-05-17Fixed an NPE.Sergey Prigogin1-4/+8
2012-05-13Bug 368611 - Bogus warning in template partial specializationMarc-Andre Laperle1-2/+35
2012-04-29Cosmetics.Sergey Prigogin1-5/+5
2012-04-16Cosmetics.Sergey Prigogin1-7/+3
2012-04-13Fixed EmptyStackException.Sergey Prigogin1-1/+1
2012-04-13Cosmetics.Sergey Prigogin1-8/+4
2012-04-13Bug 376790 - Codan should not issue warnings for unused variables andSergey Prigogin1-5/+10
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin1-83/+0
2012-03-08Bug 368420 - FP in members not initialized in in copy constructorMarc-Andre Laperle1-6/+18
2012-03-07Bug 368419 - FP in members not initialized in constructorMarc-Andre Laperle1-2/+3
2012-03-05Bug 372009 - Wrong class name in NonVirtualDestructor warningMarc-Andre Laperle1-1/+2
2012-02-23Adjustments to Alex's contribution.Sergey Prigogin1-3/+4
2012-02-23Minor code cleanup.Alex Ruiz1-2/+1
2012-02-23Code cleanup:Alex Ruiz2-80/+10
2012-02-23Minor code cleanup.Alex Ruiz1-1/+1
2012-02-23* Enabled correct API baseline (3.7) and fixed related API-check errors.Alex Ruiz3-44/+16
2012-02-23Initial take on external-tool-based checkers.Alex Ruiz3-0/+181
2012-02-11Java 1.5-style loops, etc.Sergey Prigogin1-13/+10
2012-01-20Fixed a typo.Sergey Prigogin1-16/+4
2012-01-14Bug 368446 - NonVirtualDestructor checker: stack overflow when classMarc-Andre Laperle1-3/+12
2012-01-09Declare utility methods static.Sergey Prigogin6-19/+17
2012-01-08@Override annotations.Sergey Prigogin17-12/+49
2011-12-06Fixed typos.Sergey Prigogin1-7/+7
2011-08-30Bug 356239 - ClassCastException in ClassTypeHelper.getOwnMethods.Sergey Prigogin1-13/+16
2011-08-30Added ability to suppress unused variable and function warnings for codeSergey Prigogin3-39/+53
2011-08-29Bug 356040 - Invalid "Unused declaration of variable" warning.Sergey Prigogin1-13/+18
2011-08-29Bug 356037 - "No break at the end of case" warning for a case statementSergey Prigogin1-17/+15
2011-08-23Bug 352221 - Quick Fix for "case break" checkerAlena Laskavaia2-24/+41
2011-07-31Bug 353360 - Bogus "type must implement the inherited pure virtualSergey Prigogin1-4/+2
2011-07-31Cosmetics.Sergey Prigogin1-17/+15
2011-07-25Bug 352983 - internal error in switch isFallThroughStatementMarc-Andre Laperle1-1/+5
2011-07-18Removed an invalid exemption for abstract classes.Sergey Prigogin1-5/+2
2011-07-18Bug 315528 - [fp] Non-virtual destructor diagnostics doesn't takeSergey Prigogin1-156/+60
2011-07-16Bug 333599 - [C++0x] Initializer lists & return without typeTomasz Wesolowski1-1/+1
2011-07-06Bug 339795 - [checker] Checker that finds class members that are notAnton Gorenkov3-2/+226
2011-06-28Bug 332283 - Parser gives warning if main does not return anythingAlena Laskavaia1-3/+14
2011-06-28Bug 345687 - [fp] "No return, in function returning non-void" forTomasz Wesolowski1-1/+1
2011-06-26Bug 346559 - [fp] undeserved "no return in function returning non-void"Tomasz Wesolowski1-0/+5
2011-05-28Bug 315528 - [fp] Non-virtual destructor diagnostics doesn't take superclass ...Sergey Prigogin1-24/+19
2011-05-25Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into ...Sergey Prigogin1-15/+40
2011-05-23Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into ...Sergey Prigogin1-1/+1
2011-05-20Comment adjustment.Sergey Prigogin1-1/+1
2011-05-20Code streamlining.Sergey Prigogin1-67/+65
2011-05-20Fixed misleading names and made few other readability improvements.Sergey Prigogin1-30/+27
2011-05-20Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into ...Sergey Prigogin1-7/+15
2011-05-19Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into ...Sergey Prigogin1-15/+33
2011-05-19Restricted visibility of methods.Sergey Prigogin1-3/+3

Back to the top