Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-28Fixed Bug 39677 - Statements in expressions are not supported (GCC)John Camelon9-10/+133
2004-09-28Patch from Devin Steffler : 71669 [Scanner] Scanner2 should use Keywords classAndrew Niefer2-89/+101
2004-09-27bug 75083: [Scanner] IProblem offsets wrong for macro expansionsAndrew Niefer3-12/+90
2004-09-24fix bug 72713: [Open Declaration] F3 on a method definition goes nowhereAndrew Niefer2-2/+24
2004-09-24fixed console selection problemDavid Inglis1-11/+14
2004-09-242004-09-24 Chris WiebeChris Wiebe6-1/+9
2004-09-242004-09-24 Chris WiebeChris Wiebe6-1534/+9
2004-09-242004-09-24 Chris WiebeChris Wiebe21-53/+878
2004-09-24Patch for Devin Steffler.John Camelon6-10/+83
2004-09-24fix bug 72372 : [Parser] ContextSearch declarations on a function defn: op un...Andrew Niefer3-6/+36
2004-09-23fix bug 72537: [Parser] environment macros with pararmeters are not respected...Andrew Niefer2-40/+82
2004-09-23update IAddress as per 69908David Inglis14-216/+230
2004-09-23fix bug 72721: [Parser] new expression Constructor call with expression argAndrew Niefer2-2/+24
2004-09-23Fixed 69439 - [Content Assist] confusion when completing after "123."John Camelon3-7/+18
2004-09-222004-09-22 Chris WiebeChris Wiebe5-3/+5
2004-09-22test for bug 69454 - C/C++ Indexer Problem: Macro usage error for macro: ...Andrew Niefer1-0/+18
2004-09-22*** empty log message ***Chris Wiebe1-2/+2
2004-09-222004-09-22 Chris WiebeChris Wiebe3-29/+37
2004-09-222004-09-22 Chris WiebeChris Wiebe3-1/+13
2004-09-222004-09-22 Chris WiebeChris Wiebe36-304/+1836
2004-09-222004-09-22 Chris WiebeChris Wiebe14-427/+59
2004-09-222004-09-22 Chris WiebeChris Wiebe3-1/+119
2004-09-22Validated 39681 - Nested functions are not supported (GCC, C)John Camelon3-18/+26
2004-09-21Fixed Bug 39686 - GCC complex numbers are not supported (GCC)John Camelon6-20/+54
2004-09-21move tests for bug 71588Andrew Niefer2-26/+26
2004-09-21some GCC builtins : 73954 [Parser] GCC built_in symbolsAndrew Niefer3-6/+567

Back to the top