Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Cosmetics.Sergey Prigogin1-1/+0
2012-05-02Bug 377838. Moved the logic from CPPScope to CPPNamespaceScope inSergey Prigogin1-2/+46
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
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
2005-02-16switching from lists to arrays in bindings.Andrew Niefer1-12/+7
2004-12-14- IArrayTypeAndrew Niefer1-3/+25
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+63

    Back to the top