Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Bug 505832 - Add ICPPVariable.isConstexpr() methodSergey Prigogin1-0/+4
2016-09-25Cosmetics.Sergey Prigogin1-1/+1
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-0/+6
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2015-06-09Improved robustness of global scope handling.Sergey Prigogin1-0/+5
2014-08-28Code streamlining.Sergey Prigogin1-50/+30
2014-05-15Bug 432701 - Expose the default value of a function parameter in the ASTNathan Ridge1-0/+3
2012-08-15Improved error reporting.Sergey Prigogin1-17/+43
2012-08-10Bug 305974. Fixed AST2TemplateTests.testSFINAE_bSergey Prigogin1-7/+8
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-1/+13
2011-10-31Bug 360541: Ambiguity resolution for declaration statements.Markus Schorn1-16/+42
2011-05-03Bug 344521: ClassCastException during content assist.Markus Schorn1-1/+9
2010-10-12Bug 312423: Unifies ids for problem bindings and problem types.Markus Schorn1-34/+4
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-2/+2
2010-10-11Bug 312423: Concept of IProblemType, cleanup of IProblem.Markus Schorn1-20/+32
2010-08-30Bug 316308 - [C++0x] Explicit conversion operatorsMarkus Schorn1-0/+3
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-18/+85
2010-03-19Bug 305975: Strongly typed enums, forward declarations for enum.Markus Schorn1-1/+3
2009-12-11Compiler warnings.Markus Schorn1-3/+3
2009-10-11Comment adjustments.Sergey Prigogin1-0/+1
2009-10-10Rolled back fix for bug 172305 to reimplement it separately from name lookup.Sergey Prigogin1-1/+0
2009-10-06Filtering by visibility for content assist. Bug 172305.Sergey Prigogin1-0/+1
2009-09-24The removed cast is not superficial.Emanuel Graf1-3/+3
2009-09-23Removed a superficial cast.Sergey Prigogin1-1/+1
2009-07-22Hidden virtual bases, bug 282993.Markus Schorn1-1/+5
2009-05-31Bug 278337.Sergey Prigogin1-4/+19
2009-05-04Extensive rewrite of Add Include. Bugs 236530 and 255952.Sergey Prigogin1-1/+2
2009-04-29Return a meaningful name if we can.Sergey Prigogin1-2/+2
2009-03-13bug 254200 - use ICU4JVivian Kong1-1/+1
2009-01-21Removes the need to flush the cache of c-scopes, bug 259373.Markus Schorn1-0/+3
2009-01-16Removes the need to flush the cache of c++-scopes, bug 259373.Markus Schorn1-3/+0
2009-01-15Fixes order of ambiguity resolution, bug 259373.Markus Schorn1-13/+13
2009-01-12Correct usage of scopes in name-resolution, bug 259544.Markus Schorn1-13/+0
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-3/+4
2008-12-09Cleanup parsing of qualified names, fixes bug 256840.Markus Schorn1-4/+13
2008-07-31Introduces a classification for scopes, bug 237026Markus Schorn1-0/+5
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-0/+4
2008-05-23Fix broken NLS strings in core-plugin, bug 233308.Markus Schorn1-5/+0
2008-04-14toString method.Sergey Prigogin1-31/+37
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-1/+1
2008-01-25Access to local bindings, bug 215783.Markus Schorn1-3/+15
2007-05-03Bug 184500 - Patch for Bryan cleaning up uses of IScope.Doug Schaefer1-7/+7
2007-01-29Fix for 169860, port content assist to use index, by Bryan Wilkinson.Markus Schorn1-2/+9
2006-12-06Fix for 164619, interaction between cpp name resolution and index.Markus Schorn1-0/+1
2006-10-12Introduces an API to access the PDOM, bug 149565.Markus Schorn1-1/+7
2006-09-29Separates PDOM from IASTName and IASTTranslationUnit, see bug 149565.Markus Schorn1-2/+4
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-4/+4
2005-06-08Fixing ClassCastExceptions, NPE's && ArrayIndexOutOfBounds, includes bug 98704Andrew Niefer1-3/+3

Back to the top