Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-19/+19
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-1/+1
2016-09-25Cosmetics.Sergey Prigogin1-10/+10
2016-01-22Bug 486149 - Name resolution problem with dependent conversion operatorSergey Prigogin1-2/+4
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2014-04-21Fixed compiler warnings.Sergey Prigogin1-7/+8
2013-05-16Cosmetics.Sergey Prigogin1-8/+9
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat1-1/+12
2012-08-09Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin1-1/+1
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-2/+9
2010-08-30Bug 316308 - [C++0x] Explicit conversion operatorsMarkus Schorn1-0/+4
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-10/+5
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-5/+2
2009-12-10Bug 297438: Parameter defaults get lost in index.Markus Schorn1-2/+2
2009-11-03Function declared by use of a typedef, bug 86495.Markus Schorn1-1/+1
2009-10-08Pushes commonalities of c and c++ into IBasicType, bug 231859.Markus Schorn1-1/+2
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-2/+2
2009-01-29Map index bindings for class types back to the AST, bug 262719.Markus Schorn1-79/+86
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-12-15Updating class template definitions in the index, bug 256122.Markus Schorn1-3/+4
2008-11-10Support for exception specifications by Sebastian Moss, bug 252697Markus Schorn1-2/+6
2008-10-06Adds ICPPMethod.isPureVirtual(), bug 248865.Markus Schorn1-0/+5
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-1/+7
2008-06-19Fixes semantics for functions with nested or nesting declarators, bug 216609.Markus Schorn1-6/+6
2008-05-28Fixes return types of built-in functions, bug 234309.Markus Schorn1-6/+2
2008-04-29Fix warnings.Markus Schorn1-44/+42
2008-04-28Partial fix for Bugzilla 210116 (CDT spelling errors)Chris Recoskie1-7/+7
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+1
2008-01-16Fix 2 NPEsAnton Leherbauer1-1/+4
2007-06-14Fix up copyrights.Doug Schaefer1-1/+1
2007-02-07Fix for 156671, adding anonymous types to the index.Markus Schorn1-13/+19
2006-12-06Fix for 164619, interaction between cpp name resolution and index.Markus Schorn1-8/+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/+6
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-4/+4
2005-05-17GCC builtin functions via implicit bindings stored on translation unit scope.Andrew Niefer1-116/+33
2005-04-26bug 77024 : handle implicit object parametersAndrew Niefer1-5/+12
2005-04-19bug 91577. Do a IType.isSameType instead of IType.equalsAndrew Niefer1-1/+1
2005-04-08fix ArrayIndex && NullPointer exceptions.Andrew Niefer1-0/+17
2005-04-07Removed yet another warning.John Camelon1-1/+1
2005-03-23Initial basic template support:Andrew Niefer1-5/+5
2005-03-01Fix NPE's && CCE's during resolution of bindingsAndrew Niefer1-1/+1
2005-02-09fix 84250, 84705, 84710,Andrew Niefer1-3/+77
2005-01-25C++ bindings:Andrew Niefer1-0/+1
2005-01-21Bindings in the new Parser:Andrew Niefer1-0/+125

    Back to the top