Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-25Bug 424068 - [C++11] Inheriting constructors.Sergey Prigogin1-5/+9
2013-07-17Bug 400073. Avoid premature removal from recusion protection sets.Sergey Prigogin1-3/+3
2013-07-15Bug 400073 - Indexer runs out of memory. An attempt to fix a memorySergey Prigogin1-11/+18
2013-06-13Cosmetics.Sergey Prigogin1-27/+27
2013-05-24Bug 408314 - Failure of dependent base lookupDanny Ferreira1-1/+2
2013-05-19Cosmetics.Sergey Prigogin1-3/+3
2013-05-16Bug 402878 - Visibility information for nested typesThomas Corbat1-0/+5
2013-04-15Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"Thomas Corbat1-15/+0
2013-04-15Bug 402878 - Implementation of Member Accessibility on Type LevelThomas Corbat1-0/+15
2012-12-04Bug 395238. Evaluation of constexpr functions. Also few fixes related toSergey Prigogin1-0/+5
2012-12-03Revert "Bug 395238. Evaluation of constexpr functions. Also few fixesSergey Prigogin1-5/+0
2012-12-03Bug 395238. Evaluation of constexpr functions. Also few fixes related toSergey Prigogin1-0/+5
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat1-0/+20
2012-08-28Fixed ArrayStoreException, ClassCastException and NPE.Sergey Prigogin1-3/+75
2012-08-15Improved error reporting.Sergey Prigogin1-2/+2
2012-08-09Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin1-9/+34
2012-08-07Cosmetics.Sergey Prigogin1-2/+2
2012-08-03Bug 299911. Improved propagation of name lookup context.Sergey Prigogin1-6/+31
2012-08-01Bug 299911. Added ICPPClassSpecialization.getBases(IASTNode point)Sergey Prigogin1-1/+6
2012-07-10Cosmetics.Sergey Prigogin1-8/+4
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-2/+30
2012-02-23Cosmetics.Sergey Prigogin1-2/+3
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-0/+17
2011-09-30Bug 359364: Prevent premature access to ambiguous nodes.Markus Schorn1-86/+1
2011-09-21Cosmetics.Sergey Prigogin1-7/+4
2011-09-08Bug 356818: Explicit instance, which would be illegal as implicit one.Markus Schorn1-31/+33
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-37/+32
2009-11-09Safe type representation for index, bug 294306Markus Schorn1-2/+1
2009-10-28Cleanup: unify isSameType for index and ast, create AST bindings for definiti...Markus Schorn1-4/+41
2009-01-27Implementation of specializations of partial specializations, bug 259872.Markus Schorn1-5/+4
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-11/+9
2008-12-02Name resolution for names declared within a template, bug 257186Markus Schorn1-3/+3
2008-10-24Removes references to deprecated API related to template arguments, bug 242668.Markus Schorn1-4/+4
2008-10-22API and data-structures for proper support of template non-type arguments, bu...Markus Schorn1-2/+3
2008-10-14Concurrent usage of specializations, bug 245460.Markus Schorn1-4/+12
2008-08-06Complete implementation of ICPPClassType, bug 98171.Markus Schorn1-187/+161
2008-07-28Complete support for members of anonymous unions, bug 206450.Markus Schorn1-0/+19
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-14/+27
2008-07-14Proper implementation of ICPPClassType.getMethods() for all subclasses, bug 2...Markus Schorn1-2/+1
2008-06-19Fixes semantics for functions with nested or nesting declarators, bug 216609.Markus Schorn1-1/+3
2008-05-29Correct scope provided by class-specializations for instantiating its base-cl...Markus Schorn1-2/+2
2008-05-19232809: apply fix, add regression testAndrew Ferguson1-1/+2
2008-05-09Rework fix for 213861 and defer even more instantiations, related to bug 229218.Markus Schorn1-19/+18
2008-04-09226231: apply fixAndrew Ferguson1-4/+8
2008-04-08224364: apply fixAndrew Ferguson1-61/+43
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-1/+4
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-9/+1
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-6/+4
2007-05-25prework: refactor clones, add further template composite bindings (currently ...Andrew Ferguson1-1/+7
2007-04-26Bug 184083 - Patch for Bryan - Add base classes to for class instances and sp...Doug Schaefer1-4/+7

Back to the top