Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-23Bug 320575 incorrect type inference for add field, patch from Tomasz WesolowskiAlena Laskavaia4-13/+11
2010-07-22generator will set problem arguments based on pattern groups for non codan pr...Alena Laskavaia2-2/+49
2010-07-22added document field to have access to it if neededAlena Laskavaia1-0/+9
2010-07-22extract getProblem methodAlena Laskavaia1-6/+17
2010-07-22added utility methods to access marker dataAlena Laskavaia1-4/+46
2010-07-22location should support placing markers on any resource not only fileAlena Laskavaia3-3/+70
2010-07-22fixed clone methodAlena Laskavaia1-7/+12
2010-07-22added utility method to simplify creationAlena Laskavaia1-0/+15
2010-07-22convinience methods to manipulate marker attributesAlena Laskavaia1-0/+26
2010-07-22allow to define quick fixes for gcc problems (not codan) as wellAlena Laskavaia4-11/+27
2010-07-22added comment about problems with marker dissaperingAlena Laskavaia1-1/+3
2010-07-22Bug 320575 - fallback for add variable should use int not voidAlena Laskavaia1-1/+1

Back to the top