Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2004-10-20don't expand function-like macros is they aren't followed by a (Andrew Niefer2-6/+20
2004-10-20Patch for Devin Steffler.John Camelon8-35/+377
2004-10-2039677, 74190 - fix problem with statements in expressionsAndrew Niefer4-17/+48
2004-10-20get rid of warningsAndrew Niefer1-89/+89
2004-10-20Partial fix for 76480 - [Content assist] shouldn't work on scope operator in...John Camelon1-1/+1
2004-10-20Updated visibility of particular parser components.John Camelon3-4/+4
2004-10-19tests for the expression evaluator problemsAndrew Niefer2-18/+74
2004-10-18fix problem reporting from the ExpressionEvaluatorAndrew Niefer3-45/+87
2004-10-18remove unused import warningDavid Inglis2-6/+4
2004-10-14patch from Tanya Wolff, search regression testsAndrew Niefer2-4/+724
2004-10-14improved binaryconfig useDavid Inglis7-179/+197
2004-10-142004-10-14 Alain MagloireAlain Magloire2-0/+16
2004-10-13Patch for Devin StefflerJohn Camelon8-56/+321
2004-10-13move the content assist regression tests over the the ui.tests pluginAndrew Niefer2-3/+3
2004-10-13Fixed 39701 [Parser] Extended syntax for template instantiation is not suppor...John Camelon7-27/+65
2004-10-12Fix for PR 69604 [Templates] Instantiating template with deferred template in...Vladimir Hirsl4-1/+68
2004-10-11Patch for Devin StefflerJohn Camelon7-272/+488
2004-10-0875956 [Scanner] Inifinite loop parsing system include <ext/rope>Andrew Niefer1-1/+0
2004-10-08bug 74847- [Parser] In ASTBaseSpecifier.getParentClassSpecifier, the "symbol"...Andrew Niefer2-2/+15
2004-10-08Added binaries for ia64 for Linux provided by Intel.Doug Schaefer2-0/+0
2004-10-07Patch from Devin Steffler: [Scanner] Wrong compare if the two declarations a...Andrew Niefer2-2/+24
2004-10-0775482: Friendship erroneously grantedAndrew Niefer2-3/+21
2004-10-07Patch by Devin StefflerJohn Camelon2-0/+22
2004-10-06remove unused importAndrew Niefer1-1/+0
2004-10-06add line and offset info to problems during a lookupAndrew Niefer1-0/+8
2004-10-06use the canonical path when creating code readers so that the nameAndrew Niefer1-1/+4
2004-10-06Fix for PR 75728 [ParserSymbolTable] NPE in TypeInfoProvider.newTypeInfo.Vladimir Hirsl3-4/+34
2004-10-06bug 73954: [Parser] GCC built_in symbolsAndrew Niefer10-36/+190
2004-10-062004-09-06 Alex ChapiroAlain Magloire3-1/+8
2004-10-06added missing strings for content typeDavid Inglis1-1/+7
2004-10-05fix bogus message about change in project path which switching between includ...David Inglis9-16/+25
2004-10-05Fixed 75338 - [Parser] complete.ASTExceptionSpecification#getTypeIds() yields...John Camelon2-1/+18
2004-10-05Bug 75401: [Scanner][Parser] problem w/using va_arg macroAndrew Niefer2-0/+20
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-10-04Removed IASTTypeId.getSymbol() as it was exposing an internal interface.John Camelon4-40/+14
2004-10-01removed the displaying of the parents path segments for CFolder elementsDavid Inglis1-3/+3
2004-10-01added getSize()David Inglis3-6/+22
2004-09-30bug 72814: [Parser] Open Declaration fails on std::vector<int> referenceAndrew Niefer3-1/+31
2004-09-30bug 73652: [Scanner] Macro replacement confusionAndrew Niefer2-6/+113
2004-09-30Fix for PR 60307 [Templates] Template parameter qualified types not supportedVladimir Hirsl14-115/+1007
2004-09-29fix typo in icon file name chierch_pers.gifChris Wiebe1-1/+1
2004-09-29Removed warning.John Camelon1-4/+4
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-29added createAddress(BigInteger)David Inglis3-65/+132
2004-09-28Removed warning.John Camelon1-2/+1
2004-09-28fix bug 72712: [Parser] Selection Search fails upon new expressionAndrew Niefer3-37/+99
2004-09-28update error parser page to handle restore defaults correctlyDavid Inglis1-51/+103
2004-09-28Removed EXPRESSION_PARSE as it is now an unused ParserMode.John Camelon18-938/+15

Back to the top