Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-08Remove Function Bodies and Remove Unused Declarations refactorings.Sergey Prigogin12-0/+1073
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt6-19/+19
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-3/+3
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt1-2/+2
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt1-3/+3
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt1-2/+2
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam30-30/+30
2015-01-09Fixed deprecation warnings.Sergey Prigogin1-27/+13
2013-07-30Cosmetics.Sergey Prigogin1-117/+56
2013-07-28Fix TestSharedDefaults test that was failing due to test order (Junit4)Marc-Andre Laperle1-54/+54
2013-05-26Combined classes CPPNameCollector and CNameCollector into a singleSergey Prigogin1-157/+23
2013-05-26Generics.Sergey Prigogin1-41/+12
2012-01-09Tightened up type constraints in ArrayUtil.Sergey Prigogin2-4/+4
2012-01-08Cosmetics.Sergey Prigogin1-49/+49
2012-01-08@Override annotations and redundant casts.Sergey Prigogin29-47/+180
2011-12-24Cosmetics.Sergey Prigogin1-11/+6
2011-12-24Generics.Sergey Prigogin4-62/+42
2011-12-23Moved template engine tests to org.eclipse.cdt.ui.tests plug-in sinceSergey Prigogin9-3/+796
2011-07-04Bug 349534: Mark inactive preprocessor statements as such.Markus Schorn1-0/+1
2010-10-13Bug 327328: Push concept of restrict up to IASTPointer and IPointerType.Markus Schorn3-54/+46
2010-08-31Replace usage of ASTSignatureUtil by ASTStringUtil.Markus Schorn2-53/+85
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn2-230/+26
2010-06-23Bug 314593: Handling of missing semicolon after statement.Markus Schorn1-12/+10
2010-03-28Convenience methodsAndrew Gvozdev1-0/+36
2010-02-18Cleanup test helper classesAnton Leherbauer5-0/+2027
2009-05-27update copyrightsVivian Kong1-8/+8
2009-05-24Cosmetics.Sergey Prigogin1-3/+0
2009-05-15Renaming a virtual method, bug 63290.Markus Schorn1-17/+37
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-2/+34
2008-12-01Improve labels in DOMASTViewer.Markus Schorn1-24/+40
2008-10-29fixed NPE when no editor is open.Warren Paul1-1/+5
2008-08-12Implementation of "Rename in File"Sergey Prigogin1-0/+192
2008-08-05ASTviewer must not call set.. methods.Markus Schorn1-0/+7
2008-08-04AST representation for member-initializers and function try block, bug 237253.Markus Schorn2-34/+30
2008-06-11copyrightsChris Recoskie2-2/+2
2008-05-13add template parameters to DOM viewAndrew Ferguson1-0/+16
2008-03-19Fix warnings about CUIPlugin.getDefault().log()Anton Leherbauer1-1/+1
2008-03-03Combines IASTTranslationUnit.selectNodeForLocation() and ILanguage.getSelecte...Markus Schorn1-4/+4
2008-02-28Introduce interfaces for c- and c++ specific visitors to allow for visitors t...Markus Schorn1-6/+5
2008-02-21Removed class Problem, a duplicate of ASTProblem, related to bug 212864.Markus Schorn1-7/+7
2007-12-21Removes DOMScanner and related classes, cleans up interfaces IScanner and IIn...Markus Schorn2-32/+24
2007-11-28Removes unnecessary code.Markus Schorn1-6/+6
2007-11-20Removal of old parser (bug 209772).Markus Schorn1-1/+1
2007-10-26remove annotationAndrew Ferguson1-1/+0
2007-10-25205182: apply fix and add example templateAndrew Ferguson1-0/+73
2007-06-21Fix for 193559, NPE in DOMAST View.Markus Schorn1-5/+1
2007-06-21Fix for 193512, ArrayIndexOutOfBoundsException in DOMAST View.Markus Schorn1-5/+0
2007-06-14Fix up copyrights.Doug Schaefer4-5/+5
2007-06-07fix bug #191498, [DOMAST] can't open external file by clicking on AST nodeMike Kucera1-3/+1
2007-05-21Code cleanupAnton Leherbauer1-24/+51

Back to the top