Skip to main content
summaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2011-02-23added example grep checker and updated some commentsAlena Laskavaia4-1/+202
2011-02-23On behalf of Alex Ruiz.Sergey Prigogin5-99/+13
2011-02-22make CIndex checker extened AbtractCheckerWithParamters because it shouldAlena Laskavaia2-9/+9
2011-02-22fixed problem that run from menu did not work on c filesAlena Laskavaia1-2/+4
2011-02-22fixed default value for LaunchTypeProblemPrefrenceAlena Laskavaia1-2/+5
2011-02-20Bug 337625 - Support for example parameters for message pattern to be used in...Sergey Prigogin5-154/+231
2011-02-20Javadoc adjustments.Sergey Prigogin1-23/+18
2011-02-20Fixed compiler warnings.Sergey Prigogin10-58/+50
2011-02-10added support of specifing launch mode per problemAlena Laskavaia16-35/+563
2011-02-09Bug 335909 - adjusted cfg generation for switch and dead codeAlena Laskavaia4-7/+89
2011-02-09Bug 335909 - Exception in switch statementAlena Laskavaia2-4/+21
2011-02-09Bug 336554 - Codan shouldn't bother if the file is not under C/C++ projectAlena Laskavaia1-2/+17
2011-02-08Slightly improved layout of problems dialogAlena Laskavaia1-17/+17
2011-02-08Bug 320187 - A codan checker for detecting format string vulnerabilitiesAlena Laskavaia9-1/+744
2011-02-08Bug 336396: fixed double processing of files on buildAlena Laskavaia1-6/+12
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

Back to the top