Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Cosmetics.Sergey Prigogin1-5/+6
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-2/+2
2011-12-09toString methods and @Overide annotations.Sergey Prigogin1-68/+45
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-7/+0
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-42/+4
2010-03-11Bug 302412: Overload resolution for list-initializers.Markus Schorn1-1/+9
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn1-14/+20
2009-11-13Consider all declarations of a variable for determining its type, bug 294144.Markus Schorn1-36/+76
2009-10-23Navigation of fields, bug 292635.Markus Schorn1-27/+4
2009-05-02Cosmetics.Sergey Prigogin1-5/+5
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-9/+1
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-18/+3
2008-10-16Safe guards against infinite recursions for value computation, bug 250788.Markus Schorn1-6/+11
2008-10-16Initial implementation of values for variables and enumerators, bug 250788.Markus Schorn1-0/+52
2008-10-02Support for __func__, bug 247747.Markus Schorn1-1/+7
2008-08-25toString method.Sergey Prigogin1-70/+74
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-0/+6
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+1
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-35/+0
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-3/+4
2008-01-25Access to local bindings, bug 215783.Markus Schorn1-22/+8
2007-11-27Modeling extern "C" in the index (part of bug 191989).Markus Schorn1-0/+24
2007-11-22Static variables/functions declared in headers, bug 180305.Markus Schorn1-36/+30
2007-02-21Fix for 174791, in cooperation with Ed Swartz, ClassCastException in CPPVaria...Markus Schorn1-20/+29
2006-10-31Fix for 162755, cleanup in ArrayUtilMarkus Schorn1-10/+1
2006-10-12Introduces an API to access the PDOM, bug 149565.Markus Schorn1-1/+8
2005-12-21Pretty massive update to the PDOM. Made IBindings adaptable. Introducing the ...Doug Schaefer1-1/+2
2005-07-05fix bug 102149 : [CCE] caused by simple C++ codeAndrew Niefer1-2/+13
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-3/+3
2005-06-06fix class cast exceptionAndrew Niefer1-1/+1
2005-04-27fixing problems encountered when resolving bindings in some order other than ...Andrew Niefer1-5/+21
2005-04-19bug 91878: ArrayIndexOutOfBoundsException & ClassCastExceptionAndrew Niefer1-1/+1
2005-04-15add binding interface methods to check storage class & function specifiers on...Andrew Niefer1-0/+78
2005-04-15fix up CPPSemantics.declaredBefore & resolving typedefsAndrew Niefer1-3/+12
2005-04-06TemplatesAndrew Niefer1-2/+13
2005-03-30bug 89389Andrew Niefer1-2/+2
2005-03-23Initial basic template support:Andrew Niefer1-1/+1
2005-03-22Interface for getting qualified names from bindings.Andrew Niefer1-3/+60
2005-03-01Fix NPE's && CCE's during resolution of bindingsAndrew Niefer1-1/+9
2005-02-25fix Bug 86371Andrew Niefer1-0/+6
2005-02-18- add isStatic to IVariableAndrew Niefer1-17/+95
2005-01-31C/C++ Problems & ExceptionsAndrew Niefer1-0/+12
2005-01-24- remove IBinding.getPhysicalNode, add private interfaces ICBinding & ICPPBin...Andrew Niefer1-1/+15
2004-12-15C++: enumerations, enumerators and pointers to functionsAndrew Niefer1-16/+4
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+82

    Back to the top