Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Cosmetics.Sergey Prigogin1-8/+8
2016-05-21Cosmetics.Sergey Prigogin1-1/+1
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge1-2/+1
2013-05-16Cosmetics.Sergey Prigogin1-17/+2
2013-04-24Cosmetics.Sergey Prigogin1-3/+1
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat1-3/+30
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-3/+10
2011-07-18Cosmetics.Sergey Prigogin1-26/+28
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-23/+0
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-0/+12
2010-08-30Bug 316308 - [C++0x] Explicit conversion operatorsMarkus Schorn1-0/+10
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-24/+16
2009-11-03Function declared by use of a typedef, bug 86495.Markus Schorn1-45/+39
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-13/+8
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-2/+2
2008-10-06Adds ICPPMethod.isPureVirtual(), bug 248865.Markus Schorn1-0/+26
2008-06-19Fixes semantics for functions with nested or nesting declarators, bug 216609.Markus Schorn1-35/+28
2008-04-28Partial fix for Bugzilla 210116 (CDT spelling errors)Chris Recoskie1-8/+8
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+1
2008-03-10Name resolution for qualified member declarations, bug 222026.Markus Schorn1-25/+6
2008-03-07Fix for potential NPEs, bug 221796.Markus Schorn1-0/+3
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-40/+7
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-6/+4
2008-01-25Access to local bindings, bug 215783.Markus Schorn1-1/+2
2007-07-26Fix and Testcases for 186123, information stored with bindings not updated.Markus Schorn1-7/+11
2006-12-06Fix for 164619, interaction between cpp name resolution and index.Markus Schorn1-14/+27
2006-10-12Introduces an API to access the PDOM, bug 149565.Markus Schorn1-2/+4
2005-12-21Pretty massive update to the PDOM. Made IBindings adaptable. Introducing the ...Doug Schaefer1-0/+11
2005-07-20bug 93191 - make sure isVirtual at least returns correct result, regardless o...Andrew Niefer1-10/+7
2005-07-07bug 102754Andrew Niefer1-3/+14
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-4/+4
2005-05-16Applied patch for Devin Steffler.John Camelon1-0/+33
2005-05-11fix:Andrew Niefer1-1/+4
2005-05-02Template BindingsAndrew Niefer1-1/+1
2005-04-28- fix NPE in CPPMethod.isInlineAndrew Niefer1-1/+3
2005-04-27fixing problems encountered when resolving bindings in some order other than ...Andrew Niefer1-2/+24
2005-04-15add binding interface methods to check storage class & function specifiers on...Andrew Niefer1-0/+34
2005-04-07fixing bugs:Andrew Niefer1-1/+2
2005-03-30bug 89389Andrew Niefer1-2/+3
2005-03-22Interface for getting qualified names from bindings.Andrew Niefer1-21/+17
2005-02-22IFunction.isStatic, IScope.getPhysicalNodeAndrew Niefer1-24/+21
2005-02-16switching from lists to arrays in bindings.Andrew Niefer1-0/+27
2005-02-14get declarations for C++Andrew Niefer1-0/+28
2005-01-31C/C++ Problems & ExceptionsAndrew Niefer1-2/+17
2004-12-24more CompleteParser2TestsAndrew Niefer1-2/+64
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+39

    Back to the top