Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham1-1/+1
2020-04-08Bug 561631 - Fix isFinal check for template specializationMarco Stornelli1-0/+4
2020-04-01Bug 534420 - Add support for nodiscard attribute for class typesMarco Stornelli1-0/+14
2020-03-23Bug 534420 - Add initial support for [[nodiscard]] attributeMarco Stornelli1-0/+5
2019-06-24Bug 548482 - Add CPPClassSpecialization.RecursionResolvingConstructorNathan Ridge1-2/+23
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-29/+29
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-56/+57
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge1-0/+5
2017-01-03Bug 292236 - Consider using-declarations when determining accessibility for c...Nathan Ridge1-0/+16
2016-09-16Bug 501616 - ArrayIndexOutOfBoundsException in CPPField.getFieldPositionSergey Prigogin1-1/+1
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-0/+5
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2015-05-25Cosmetics.Sergey Prigogin1-6/+0
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

Back to the top