Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2011-01-31typo fixedAndrew Gvozdev1-1/+1
2011-01-18Bug 331794 - NLS: Strings on Code Analysis - Customize Problem dialog not ext...Alena Laskavaia3-3/+9
2011-01-18updated text for problem binding errorsAlena Laskavaia1-5/+5
2011-01-18Bug 331790 Externalize Problem Binding checkerAlena Laskavaia2-44/+87
2011-01-18Bug 332285 - fixed lambda expressionsAlena Laskavaia2-0/+29
2011-01-18Bug 333813 - fixed fp, default settings and descriptionAlena Laskavaia5-54/+113
2011-01-18Bug 334447 - exception on closed project - patch committedAlena Laskavaia1-1/+1
2010-12-01Bug 329497 - checker for no break at the end of caseAlena Laskavaia1-0/+13
2010-12-01Bug 329497 - checker for no break at the end of caseAlena Laskavaia9-5/+800
2010-11-17Bug 329858: fixing exception with header files outside of workspaceAlena Laskavaia1-3/+12
2010-11-17fixed NPEAlena Laskavaia1-1/+4
2010-10-24Bug 328532 - added parameter to suppress the error in case if has elseAlena Laskavaia3-1/+21
2010-10-21Bug 328403 Update CDT feature/plugin versions for Indigo releaseVivian Kong1-1/+1
2010-10-18Bug 322119 - [checker] Suspicious semicolon (i.e. ";" after "if")Alena Laskavaia5-3/+233
2010-10-18Bug 327779 - fixed cash items leakageAlena Laskavaia2-1/+15
2010-10-18small refactoringAlena Laskavaia1-16/+3
2010-10-18Bug 327710 added support for C++ methods, fixed f.p for constructor, descr an...Alena Laskavaia1-3/+41
2010-10-18Bug 327710 convinience methodAlena Laskavaia1-0/+19
2010-10-15Remove access to parser internals.Markus Schorn1-12/+11
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-9/+4
2010-09-25Moved Codan to CDT platform.Sergey Prigogin1-1/+1
2010-09-20Bug 321692: Remove dependencies to plugins from featuresMarc Khouzam1-15/+0
2010-09-20Bug 321471 Return statement style patch from Marc-Andre LaperleAlena Laskavaia5-1/+197
2010-09-19Marker resolution generator has to be register for specific marker type not s...Alena Laskavaia1-0/+4
2010-09-18PR: 325669 - run on folder, patch from Marc-Andre LaperleAlena Laskavaia1-0/+6
2010-08-27Bug 323602: fixed f.p. in constructors/destructors for return checkerAlena Laskavaia3-7/+68
2010-08-27make semantic error to have their own marker typeAlena Laskavaia2-0/+26
2010-08-22Fixed @since tagAndrew Gvozdev1-1/+1
2010-08-18 Bug 321437 - passing a null index as the effect of not skipping any headers...Alena Laskavaia2-2/+2
2010-08-17added general problem attributes in customize pageAlena Laskavaia3-4/+120
2010-08-17fixed too long link in the problem detailsAlena Laskavaia2-3/+24
2010-08-17opening links from Problem Details was not working properlyAlena Laskavaia1-1/+4
2010-08-17externalized stringsAlena Laskavaia3-10/+15
2010-08-16Bug 309603 - Improve quick fixes to be more like JDT in the editor UIAlena Laskavaia3-5/+23
2010-08-13fixed usage of improper attribute for problem id, added marker groupping supportAlena Laskavaia10-29/+150
2010-08-07Bug 321933 fixed f.p. in assignment to itself checker when assignment is in m...Alena Laskavaia2-1/+16
2010-08-05Bug 175646 - applying patch for slow inClass context calculationAlena Laskavaia1-88/+120
2010-08-05Bug 309607 lots of refactoring and changes to support better marker managemen...Alena Laskavaia13-78/+533
2010-08-04added comment to checkers schemaAlena Laskavaia1-11/+26
2010-08-04got rid of concept of problem reference. Each problem should belong to one an...Alena Laskavaia1-19/+1
2010-08-04Bug 321383 - fixed performance issue for ProblemBindingCheckerAlena Laskavaia1-10/+1
2010-07-30- fixed bug in openInEditor methodAlena Laskavaia1-13/+18
2010-07-29Bug 314576: added assignment to itself checker, contribution from Severin Ge...Alena Laskavaia5-1/+132
2010-07-29Bug 316309: fixing void return typedef in C++ (patch from Marc-Andre Laperle)Alena Laskavaia1-3/+3
2010-07-29PR:317067 - typo in commentAlena Laskavaia1-1/+1
2010-07-29- removed commented out codeAlena Laskavaia1-15/+0
2010-07-29- fixed layout problems in problems configuration dialogAlena Laskavaia1-5/+25
2010-07-29- added category and did some renaming for problem binding checkerAlena Laskavaia3-25/+31
2010-07-29fixed markerResolutions which I brokeAlena Laskavaia1-0/+7
2010-07-23Added quick for to create local variable for gcc error messageAlena Laskavaia4-6/+68

Back to the top