Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2010-05-31Bug 306627 - Fix license inconsistenciesVivian Kong2-61/+119
2010-05-31 Bug 314212 - CDT Feature copyright dates are outdatedVivian Kong1-1/+1
2010-05-31Bug 279740: Javadoc for APIsAlena Laskavaia21-185/+344
2010-05-31Externalized strings in manifestAlena Laskavaia25-60/+139
2010-05-27Added parameters for Catch by Reference checkerAlena Laskavaia5-3/+73
2010-05-27Generalized messagesAlena Laskavaia3-6/+6
2010-05-25Added try block support in control flow graphAlena Laskavaia2-0/+58
2010-05-25Clean up interfaces for control flow graphAlena Laskavaia16-121/+114
2010-05-25Clean up and javadocAlena Laskavaia12-130/+211
2010-05-24Added arguments, description and externalized stringsAlena Laskavaia6-8/+12
2010-05-24Added test for problem argumentAlena Laskavaia3-95/+47
2010-05-24Renamed a test case to match the checkerAlena Laskavaia2-2/+91
2010-05-24Test for macro parametersAlena Laskavaia1-19/+2
2010-05-24Bug 313622 Make checking for !a && b optional and off by defaultAlena Laskavaia1-9/+19
2010-05-24Added scope preference for checkersAlena Laskavaia21-59/+4069
2010-05-24Bug 313622 Tests for "Make checking for !a && b optional and off by default"Alena Laskavaia2-31/+44
2010-05-24Fixed interface to return resource instead of file because in general problem...Alena Laskavaia3-14/+16
2010-05-23Bug 313622 Make checking for !a && b optional and off by defaultAlena Laskavaia1-1/+15
2010-05-23Added preference for list of exceptions in Statement has no effect checkerAlena Laskavaia3-4/+30
2010-05-23Fixed preferences of type ListAlena Laskavaia11-87/+362
2010-05-21Bug 313817 Fixed f.p. when assignment is overloaded operatorAlena Laskavaia1-13/+15
2010-05-20Added preference about macro expansionAlena Laskavaia5-26/+112
2010-05-20removed debug printlnAlena Laskavaia1-1/+1
2010-05-19Corrected validationAlena Laskavaia1-0/+2
2010-05-19test for CxxAstUtilsAlena Laskavaia1-0/+113
2010-05-19Added test framework for fast testsAlena Laskavaia4-7/+196
2010-05-19Added method to check that node belongs to macro expansionAlena Laskavaia1-4/+23
2010-05-18Fixed refactoring left-oversAlena Laskavaia1-3/+4
2010-05-18 open APIAlena Laskavaia1-6/+1
2010-05-18Clean-up javadoc, method names and open APIAlena Laskavaia10-81/+131
2010-05-17Restore the code that makes it work in CDT 6.0Alena Laskavaia1-8/+13
2010-05-17Implemented isLValue function inside the checker to make backward compatible ...Alena Laskavaia1-9/+36
2010-05-17Removed @Test annotation to make it backward compatible with 6.0Alena Laskavaia3-20/+0
2010-05-17FIx to make it backward compatible with CDT 6.0Alena Laskavaia1-10/+15
2010-05-17Fix usage of progress monitorAlena Laskavaia1-3/+2
2010-05-17Fix compile errorAlena Laskavaia1-13/+12
2010-05-16Fixed spelling in a class nameAlena Laskavaia6-14/+14
2010-05-16Cleaned up problem preferences interfaces and fixed persistenceAlena Laskavaia39-623/+1613
2010-05-15Moved parameter control upAlena Laskavaia3-26/+27
2010-05-14Refactored adding parameter and renamed hash to mapAlena Laskavaia7-22/+64
2010-05-14Added parameters for checker - to check for implict returnAlena Laskavaia1-5/+34
2010-05-14Externalized stringsAlena Laskavaia3-12/+35
2010-05-14Refactored ProblemParameterInfoAlena Laskavaia13-40/+296
2010-05-13Externalized stringsAlena Laskavaia6-27/+19
2010-05-13Refactored common function to utility classAlena Laskavaia2-22/+71
2010-05-13no need to run indexer for these testsAlena Laskavaia2-9/+5
2010-05-13Added tests for CatchByReferenceAlena Laskavaia2-0/+115
2010-05-13Have to include src folder in binary build because it has test source codeAlena Laskavaia1-1/+2
2010-05-12Simplified code by using different API and get rid of warningsAlena Laskavaia2-42/+24
2010-05-12Interface class should have been in public packageAlena Laskavaia7-9/+12

Back to the top