Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-31Bug 528457 - Store lambda parameters in indexNathan Ridge1-3/+10
2016-10-13Bug 505832 - Add ICPPVariable.isConstexpr() methodSergey Prigogin1-1/+6
2016-09-25Cosmetics.Sergey Prigogin1-10/+10
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-08Move findAncestorWithType() from CPPVisitor to ASTQueriesNathan Ridge1-1/+1
2014-12-08Bug 452325 - Protect against IVariable.getInitialValue() calling itselfNathan Ridge1-2/+1
2014-05-15Bug 432701 - Expose the default value of a function parameter in the ASTNathan Ridge1-0/+10
2014-05-14Bug 432701 - Move code that determines the value of an initializer to Semanti...Nathan Ridge1-3/+5
2014-05-07Cosmetics.Sergey Prigogin1-3/+3
2012-12-07Bug 395875 - An alternative fix that preserves semantics ofSergey Prigogin1-1/+6
2012-05-31Cosmetics.Sergey Prigogin1-56/+9
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-13/+36
2011-03-31Testcase and fix for a parameter name resolution problem.Markus Schorn1-3/+10
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn1-1/+1
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-41/+1
2010-02-08Bug 301779: Re-declaration of parameter as variable.Markus Schorn1-6/+8
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-27/+41
2009-07-17Modeling array sizes, bug 269926.Markus Schorn1-3/+32
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-5/+1
2009-02-09Rework of standard conversion sequence, bug 263159.Markus Schorn1-1/+3
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-2/+2
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-5/+2
2008-11-11Support for parameter annotations by Sebastian Moss, bug 254520.Markus Schorn1-17/+14
2008-10-16Initial implementation of values for variables and enumerators, bug 250788.Markus Schorn1-2/+10
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-0/+5
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+2
2008-03-08Added toString methods.Sergey Prigogin1-48/+54
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-40/+0
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-7/+5
2007-11-27Modeling extern "C" in the index (part of bug 191989).Markus Schorn1-0/+10
2007-06-14Fix for 192636, ClassCastException in name resolution.Markus Schorn1-1/+38
2006-12-06Fix for 164619, interaction between cpp name resolution and index.Markus Schorn1-2/+6
2006-10-31Fix for 162755, cleanup in ArrayUtilMarkus Schorn1-10/+2
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-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-3/+3
2005-04-27fixing problems encountered when resolving bindings in some order other than ...Andrew Niefer1-6/+23
2005-04-22Templates.Andrew Niefer1-3/+21
2005-04-15add binding interface methods to check storage class & function specifiers on...Andrew Niefer1-0/+63
2005-04-15fix up CPPSemantics.declaredBefore & resolving typedefsAndrew Niefer1-12/+4
2005-04-06TemplatesAndrew Niefer1-2/+12
2005-03-22Interface for getting qualified names from bindings.Andrew Niefer1-1/+44
2005-02-28CPPParameter.getScope() for bug 86121Andrew Niefer1-2/+1
2005-02-23tests for bug 86267 & 86269Andrew Niefer1-4/+23
2005-02-18- add isStatic to IVariableAndrew Niefer1-0/+7
2005-01-24- remove IBinding.getPhysicalNode, add private interfaces ICBinding & ICPPBin...Andrew Niefer1-1/+15
2005-01-21Bindings in the new Parser:Andrew Niefer1-8/+39
2004-12-11- initial pass at function resolution for bindingsAndrew Niefer1-0/+69

    Back to the top