Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Bug 534126 - Cache instantiations of alias template instancesNathan Ridge1-0/+11
2017-12-20Bug 525739 - Have Open Declaration find potentially-matching definitions for ...Nathan Ridge1-2/+7
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-3/+2
2017-05-01Bug 515453 - Clear all ProblemBindings stored during ambiguity resolutionNathan Ridge1-0/+19
2017-01-28Bug 509898 - IndexFileSet.containsDeclaration is slow and is causing UISergey Prigogin1-45/+2
2017-01-05Bug 509898 - CPPSemantics.isReachableFromAst is slow and is causing UISergey Prigogin1-2/+46
2016-12-11Bug 470726 - Avoid name resolution resulting in PDOM bindings for class templ...Nathan Ridge1-0/+10
2016-09-25Cosmetics.Sergey Prigogin1-16/+16
2016-01-22Bug 486149 - Name resolution problem with dependent conversion operatorSergey Prigogin1-4/+6
2015-07-25Bug 86654 - Cache final overrider maps in the ASTNathan Ridge1-0/+11
2015-07-10Minor API improvement.Sergey Prigogin1-3/+7
2015-03-20Bug 462348 - Perform ambiguity resolution on a method body sooner thanNathan Ridge1-1/+11
2015-01-16Bug 457503 - Argument-dependent lookup fails for index types in globalSergey Prigogin1-7/+1
2015-01-16Cosmetics.Sergey Prigogin1-9/+17
2014-11-25Cosmetics.Sergey Prigogin1-6/+9
2013-11-26Bug 421247 - ASTNode.copy() chaining inconsistentSergey Prigogin1-5/+1
2012-08-08Cosmetics.Sergey Prigogin1-4/+4
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-2/+3
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-1/+1
2011-11-03Bug 362464: Sizeof computation for plain C.Markus Schorn1-6/+21
2011-04-13Made fStructMapper final.Sergey Prigogin1-1/+1
2011-03-26Cosmetics.Sergey Prigogin1-3/+3
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-3/+10
2011-02-05Cosmetics.Sergey Prigogin1-1/+1
2010-10-13Bug 327328: Push concept of restrict up to IASTPointer and IPointerType.Markus Schorn1-1/+1
2010-09-20Support for overridden virtual methods in LinkedNamesFinder.Sergey Prigogin1-0/+1
2010-06-16 Bug 162806: Deprecate IASTTranslationUnit.getParserLanguage().Markus Schorn1-1/+2
2009-12-10Bug 297438: Parameter defaults get lost in index.Markus Schorn1-5/+5
2009-11-11Preprocessor and Indexer independent of CodeReader, bug 294430.Markus Schorn1-2/+2
2009-11-03Function declared by use of a typedef, bug 86495.Markus Schorn1-1/+0
2009-10-08Pushes commonalities of c and c++ into IBasicType, bug 231859.Markus Schorn1-4/+4
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-36/+7
2009-01-29Map index bindings for class types back to the AST, bug 262719.Markus Schorn1-0/+5
2009-01-16Make ambiguity resolution part of ASTTranslationUnit, bug 259373.Markus Schorn1-0/+6
2009-01-16Removes the need to flush the cache of c++-scopes, bug 259373.Markus Schorn1-1/+5
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+6
2008-12-15Updating class template definitions in the index, bug 256122.Markus Schorn1-3/+3
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-2/+3
2008-02-29Combine CFindNodeForOffsetAction and CPPFindNodeForOffsetAction.Markus Schorn1-179/+1
2008-02-28Abstract base class for the implementations of IASTTranslationUnit.Markus Schorn1-272/+39
2008-02-21replaced constants in ICPPASTOperatorName with new OverloadableOperator enumMike Kucera1-5/+4
2008-02-15More tracing options for the indexer, combined 3 parallel IASTProblem impleme...Markus Schorn1-12/+37
2008-02-12Using directives for fast indexer (including namespace composition), bug 2006...Markus Schorn1-16/+32
2008-02-08Fixes name-resolution with using-directives, related to bug 26110.Markus Schorn1-1/+1
2008-02-07Makes relevant methods/options of AbstractLanguage available in ILanguage + c...Markus Schorn1-2/+5
2008-01-30Index based name resolution for classes in namespaces (bug 217102)Markus Schorn1-3/+23
2008-01-25Access to local bindings, bug 215783.Markus Schorn1-0/+8
2008-01-16Engine for exploring macro expansions step by step, bug 23540.Markus Schorn1-9/+2
2008-01-08214335: apply fix and add regression testAndrew Ferguson1-1/+1
2007-12-21Removes DOMScanner and related classes, cleans up interfaces IScanner and IIn...Markus Schorn1-77/+18

Back to the top