Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham1-6/+3
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-27/+28
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-5/+3
2017-01-10Bug 509833 - Fix unsafe method call in ClassTypeHelper.findOverriders()Nathan Ridge1-1/+1
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2015-07-13Bug 405678 - fix "show references" not showing all references of aWei Li1-1/+1
2014-11-04Bug 450009 - NPE in CPPSemantics.getContainingNamespaceScope called fromSergey Prigogin1-1/+3
2014-02-14Bug 427958 - Extension mechanisms for Find References and Call HierarchySergey Prigogin1-1/+20
2014-02-11Cosmetics.Sergey Prigogin1-8/+8
2013-11-26Cosmetics.Sergey Prigogin1-2/+2
2012-08-09Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin1-1/+1
2011-11-28Bug 363731: Call Hierarchy for address of overridden method.Markus Schorn1-1/+1
2011-11-02Bug 361999: Call Hierarchy for instance of template-specialization.Markus Schorn1-1/+1
2011-06-30Cosmetics.Sergey Prigogin1-4/+3
2011-06-30Cosmetics.Sergey Prigogin1-3/+3
2011-03-28Bug 339501: NPE in Call Hierarchy.Markus Schorn1-1/+6
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-19/+10
2010-08-31Bug 316317: [C++ 0x] Local and unnamed types as template arguments.Markus Schorn1-9/+17
2010-06-02Bug 315439 Fix up copyrightVivian Kong1-1/+1
2010-04-05Cosmetics.Sergey Prigogin1-1/+1
2009-10-21Proper template support in search for references, bug 268726.Markus Schorn1-46/+1
2009-10-19Proper template support in call hierarchy, bug 240589.Markus Schorn1-4/+60
2009-10-16In call hierarchy, show virtual overriders for the input method, bug 246064.Markus Schorn1-13/+21
2009-01-13Distinction of c- and c++ functions in call hierarchy, bug 260262.Markus Schorn1-2/+22
2008-10-09Utility methods to work with virtual methods, bug 248846.Markus Schorn1-142/+26
2008-04-28Partial fix for Bugzilla 210116 (CDT spelling errors)Chris Recoskie1-1/+1
2008-04-16Fixes a CCE, bug 203967.Markus Schorn1-40/+38
2008-04-08Use generics.Markus Schorn1-12/+12
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-1/+1
2007-12-19Consider polymorphic method calls in call hierarchy, bug 156689.Markus Schorn1-9/+163
2007-11-28Navigation and CallHierarchy for 'extern "C"' declarations (bug 191989).Markus Schorn1-1/+1
2007-05-24Avoid logging of problem bindings using CallHierarchy or TypeHierarchy.Markus Schorn1-7/+6
2007-01-16Type Hierarchy: initial version as work in progressMarkus Schorn1-145/+6
2006-12-05apply patch for 162172: make PDOM relocatableAndrew Ferguson1-1/+3
2006-11-22Call Hierarchy: Avoid generating ASTMarkus Schorn1-0/+230

    Back to the top