Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Bug 534420 - Add support for nodiscard attribute for class typesMarco Stornelli1-1/+18
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-37/+35
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2018-01-31Bug 530430 - Proper handling of class initially declared as a friendNathan Ridge1-1/+2
2017-10-02Bug 515417 - Improve handling of friend classes in PDOMNathan Ridge1-2/+19
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-7/+6
2017-01-03Bug 292236 - Consider using-declarations when determining accessibility for c...Nathan Ridge1-0/+13
2016-08-24Bug 424068 - [C++11] Inheriting constructorsSergey Prigogin1-1/+2
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2016-01-03Bug 484959 - Instantiate return expression of constexpr functionNathan Ridge1-2/+3
2015-11-30Bug 479528 - Make an indexer error message more informativeNathan Ridge1-1/+3
2014-11-25Cosmetics.Sergey Prigogin1-2/+2
2014-08-20Bug 442117 - Name resolution problem with namespace alias.Sergey Prigogin1-2/+2
2014-08-20Cosmetics.Sergey Prigogin1-9/+9
2013-05-18Cosmetics.Sergey Prigogin1-2/+3
2013-05-16Bug 402878 - Visibility information for nested typesThomas Corbat1-21/+43
2013-04-15Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"Thomas Corbat1-58/+26
2013-04-15Bug 402878 - Implementation of Member Accessibility on Type LevelThomas Corbat1-26/+58
2013-03-20Cosmetics.Sergey Prigogin1-6/+6
2012-10-08Bug 391284: Updating the list of the base classes did not work correctly.Markus Schorn1-12/+19
2012-10-02Bug 381824: Storing dependent bindings.Markus Schorn1-17/+30
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat1-2/+20
2012-08-09Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin1-3/+3
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-0/+15
2011-09-21Bug 358282 - Name resolution problem with mismatched 'class' andSergey Prigogin1-4/+9
2011-09-21Cosmetics.Sergey Prigogin1-15/+7
2011-04-01Bug 341440: Thread safety for PDOM objects.v201104010806Markus Schorn1-2/+2
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-39/+25
2009-10-27Improve performance for storing large classes in index, 287907.Markus Schorn1-2/+2
2009-10-11Filtering by visibility for content assist. Second attempt. Bug 172305.Sergey Prigogin1-1/+2
2009-10-10Rolled back fix for bug 172305 to reimplement it separately from name lookup.Sergey Prigogin1-2/+1
2009-10-06Filtering by visibility for content assist. Bug 172305.Sergey Prigogin1-1/+2
2009-07-02Support for PDOMs larger than 2GB, bug 279620.Markus Schorn1-10/+10
2009-02-16Name resolution problems, bug 264988.Markus Schorn1-2/+1
2009-02-10unified toString() methods for pdom-bindings.Markus Schorn1-5/+0
2009-01-30Store linkage rather than pdom in pdom nodes, bug 263022.Markus Schorn1-23/+22
2008-12-27Code formatting.Sergey Prigogin1-2/+4
2008-12-15Updating class template definitions in the index, bug 256122.Markus Schorn1-5/+10
2008-12-04Adds missing implementation of isGloballyQualified(), bug 257396.Markus Schorn1-9/+0
2008-11-09Code formatting.Sergey Prigogin1-4/+1
2008-10-24Implementation for ICPPClassType.getFriends() for PDOMCPPClassType, bug 250167.Markus Schorn1-5/+53
2008-08-06Complete implementation of ICPPClassType, bug 98171.Markus Schorn1-133/+92
2008-07-28Complete support for members of anonymous unions, bug 206450.Markus Schorn1-5/+26
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-187/+18
2008-07-14Proper implementation of ICPPClassType.getMethods() for all subclasses, bug 2...Markus Schorn1-9/+3
2008-04-18Indexing performance improvements.Markus Schorn1-107/+100
2008-04-18Performance improvement for indexing template based source code.Markus Schorn1-21/+116
2008-04-08224364: apply fixAndrew Ferguson1-13/+19
2008-04-01clean up warningsAndrew Ferguson1-4/+3
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-1/+1

Back to the top