Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-11-16fix failures in content assist testsAndrew Niefer1-0/+16
2004-11-16- patch from Tanya Wolff for open declaration testsCDT_2_1_RC2Andrew Niefer4-17/+674
2004-11-15patch from Devin Steffler for 77805Andrew Niefer1-0/+7
2004-11-12Fix for Bug 78414: IProblem count increased through indexing header files sta...Bogdan Gheorghe2-52/+66
2004-11-05Patch from Tanya Wolff - content assist testsAndrew Niefer1-0/+3
2004-11-02Partial Fix for Bug 74427: Indexer needs to store more infoCDT_2_1_RC0Bogdan Gheorghe2-40/+180
2004-11-01framework for selection tests (open declaration)Andrew Niefer2-0/+127
2004-11-01create failing test wrapper for regression testsAndrew Niefer2-8/+61
2004-10-27Fix recovery after not expanding a function macroAndrew Niefer1-1/+14
2004-10-2674190 - [Scanner][IProblem] glib.h macro usage errorAndrew Niefer1-0/+11
2004-10-2677010: IASTClassSpecifier#getDeclarations() returns incomplete informationAndrew Niefer2-0/+86
2004-10-2576947: [Parser] Declaration parsed as ExpressionAndrew Niefer1-1/+2
2004-10-2275956: 16.3.1 don't rescan macro args if used in a ## operatorAndrew Niefer1-0/+31
2004-10-22remove decprecated callsDavid Inglis1-8/+8
2004-10-21fix expansion of macros used as parameters to function-like macrosAndrew Niefer1-0/+31
2004-10-21fix bug 74069: [Parser][IProblem] if (…) if (…) else if (…) causes unneces...Andrew Niefer1-0/+24
2004-10-2076696 - [Parser] Problem in if condition causes problems in elseAndrew Niefer1-94/+109
2004-10-20don't expand function-like macros is they aren't followed by a (Andrew Niefer1-0/+11
2004-10-20Patch for Devin Steffler.John Camelon1-0/+178
2004-10-2039677, 74190 - fix problem with statements in expressionsAndrew Niefer1-4/+23
2004-10-20get rid of warningsAndrew Niefer1-89/+89
2004-10-19tests for the expression evaluator problemsAndrew Niefer2-18/+74
2004-10-14patch from Tanya Wolff, search regression testsAndrew Niefer2-4/+724
2004-10-13Patch for Devin StefflerJohn Camelon2-4/+60
2004-10-13move the content assist regression tests over the the ui.tests pluginAndrew Niefer2-99/+1
2004-10-13Fixed 39701 [Parser] Extended syntax for template instantiation is not suppor...John Camelon4-25/+25
2004-10-12Fix for PR 69604 [Templates] Instantiating template with deferred template in...Vladimir Hirsl1-0/+45
2004-10-11Patch for Devin StefflerJohn Camelon4-269/+471
2004-10-08bug 74847- [Parser] In ASTBaseSpecifier.getParentClassSpecifier, the "symbol"...Andrew Niefer1-0/+12
2004-10-07Patch from Devin Steffler: [Scanner] Wrong compare if the two declarations a...Andrew Niefer1-0/+22
2004-10-0775482: Friendship erroneously grantedAndrew Niefer1-0/+18
2004-10-07Patch by Devin StefflerJohn Camelon1-0/+18
2004-10-06bug 73954: [Parser] GCC built_in symbolsAndrew Niefer3-0/+34
2004-10-05Fixed 75338 - [Parser] complete.ASTExceptionSpecification#getTypeIds() yields...John Camelon1-0/+17
2004-10-05Bug 75401: [Scanner][Parser] problem w/using va_arg macroAndrew Niefer1-0/+14
2004-10-04update regression test frameworkAndrew Niefer3-14/+30
2004-10-04new test framework that QE people will be adding tests toAndrew Niefer6-0/+435
2004-09-30bug 72814: [Parser] Open Declaration fails on std::vector<int> referenceAndrew Niefer1-0/+20
2004-09-30bug 73652: [Scanner] Macro replacement confusionAndrew Niefer1-4/+38
2004-09-30Fix for PR 60307 [Templates] Template parameter qualified types not supportedVladimir Hirsl3-39/+119
2004-09-29don't check for extra symbolsDavid Inglis1-1/+1
2004-09-29fixed binary test to not look for dynamic symbols in binaryDavid Inglis1-2/+1
2004-09-28fix bug 72712: [Parser] Selection Search fails upon new expressionAndrew Niefer1-0/+26
2004-09-28Fixed Bug 39677 - Statements in expressions are not supported (GCC)John Camelon3-6/+43
2004-09-27bug 75083: [Scanner] IProblem offsets wrong for macro expansionsAndrew Niefer1-0/+23
2004-09-24fix bug 72713: [Open Declaration] F3 on a method definition goes nowhereAndrew Niefer1-0/+13
2004-09-24Patch for Devin Steffler.John Camelon2-5/+62
2004-09-24fix bug 72372 : [Parser] ContextSearch declarations on a function defn: op un...Andrew Niefer1-0/+34
2004-09-23fix bug 72537: [Parser] environment macros with pararmeters are not respected...Andrew Niefer1-0/+11
2004-09-23fix bug 72721: [Parser] new expression Constructor call with expression argAndrew Niefer1-0/+16

Back to the top