Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-08Bug 512932 - Name lookup for friend classNathan Ridge1-2/+19
Change-Id: I6550b2cdef4dfacf012fa736104b72794db8c0cc
2016-09-25Cosmetics.Sergey Prigogin1-13/+13
Change-Id: I78635ca74bffd3df7b51f87e70464e99dd699324
2014-12-08Cosmetics.Sergey Prigogin1-12/+10
2013-09-30Bug 418130 - Name resolution with anonymous namespaceSergey Prigogin1-18/+19
2013-09-30Cosmetics.Sergey Prigogin1-1/+1
2013-09-09Bug 416788 - [regression] "Member declaration not found" for member ofNathan Ridge1-1/+1
template specialization Change-Id: I388ea1f7dc6ff2bf315958960a113e9110acd9c8 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/16207 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge1-5/+16
Change-Id: Ie6113d44647a222e063ab2ab27f3dc9d994f98fc Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/15451 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-29Cosmetics.Sergey Prigogin1-2/+2
2012-05-02Cosmetics.Sergey Prigogin1-1/+0
2012-05-02Bug 377838. Moved the logic from CPPScope to CPPNamespaceScope inSergey Prigogin1-2/+46
accordance with Markus' suggestion.
2012-05-02Cosmetics.Sergey Prigogin1-17/+8
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-0/+6
2011-05-23Cosmetics.Sergey Prigogin1-2/+2
2011-03-09Use CPPVisitor.getQualifiedName instead of IIndexBinding.getQualifiedName.Sergey Prigogin1-4/+5
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-3/+2
2010-08-12Bug 305980: [C++0x] Inline namespacesMarkus Schorn1-9/+204
2009-05-26update copyrightsVivian Kong1-7/+7
2009-01-12Correct usage of scopes in name-resolution, bug 259544.Markus Schorn1-6/+3
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-1/+1
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-1/+1
2008-07-31Introduces a classification for scopes, bug 237026Markus Schorn1-0/+9
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn1-1/+2
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-3/+2
2008-02-08Fixes name-resolution with using-directives, related to bug 26110.Markus Schorn1-9/+13
2008-01-30Index based name resolution for classes in namespaces (bug 217102)Markus Schorn1-1/+47
2006-09-29Separates PDOM from IASTName and IASTTranslationUnit, see bug 149565.Markus Schorn1-3/+4
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-4/+4
2005-04-26add IScope.flushCache()Andrew Niefer1-2/+1
2005-03-22Interface for getting qualified names from bindings.Andrew Niefer1-0/+14
- new ICPPDelegate and ICPPUsingDeclaration, ICPPNamespaceAlias interfaces
2005-03-03Change scope caching to improve performanceAndrew Niefer1-100/+8
2005-03-02fix NPEsAndrew Niefer1-1/+1
2005-03-01IScope.find( name )Andrew Niefer1-19/+26
2005-02-28Performance and memory fixes for resolving bindingsAndrew Niefer1-22/+58
2005-02-25fix Bug 86371Andrew Niefer1-8/+19
- when a binding gets added to a scope, and it is the first binding of that name, then the scope will check to see if that name is overloaded and if there are any other bindings it needs to know about. - The IASTNode that bindings hold onto is now more generally an IASTName - The CPPASTName's binding will now be set upon construction of the binding instead of later
2005-02-16switching from lists to arrays in bindings.Andrew Niefer1-12/+7
2004-12-14- IArrayTypeAndrew Niefer1-3/+25
- function types and parameter bindings
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+63

    Back to the top