Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2008-01-14change to CPPASTCatchHandler constructorMike Kucera1-2/+1
2008-01-14Fixes a NPE.Markus Schorn1-2/+6
2008-01-14added constructor to CPPASTNamespaceAliasMike Kucera1-1/+10
2008-01-14Mark occurrences doc updateAnton Leherbauer1-1/+1
2008-01-14Fix mark occurrences for destructors and template typesAnton Leherbauer4-8/+77
2008-01-11Fix some warningsAnton Leherbauer1-14/+16
2008-01-11159812: Mark OccurrencesAnton Leherbauer47-492/+2379
2008-01-11Fix for 214870: SemanticHighlighting filters template-id ProblemBindingsAnton Leherbauer1-2/+2
2008-01-11Fix for 199598: [content assist] enumeration missing from proposals in qualif...Anton Leherbauer3-5/+19
2008-01-10update copyrightVivian Kong2-2/+2
2008-01-10Follow up for bug 209614.Markus Schorn5-37/+41
2008-01-10Follow up for bug 209614.Markus Schorn1-22/+48
2008-01-09Proposal for AST-rewriter API, bug 214334.Markus Schorn7-1/+518
2008-01-09Follow up for bug 209614.Markus Schorn2-3/+4
2008-01-08removed static modifiers from parse() methodsMike Kucera1-5/+5
2008-01-08updating source level to Java 5.0Vivian Kong1-3/+3
2008-01-08214335: apply fix and add regression testAndrew Ferguson4-9/+121
2008-01-08Cleanup for the interface between fast indexer and preprocessor, bug 209614.Markus Schorn27-284/+382
2008-01-08Cleanup obsolete extension pointsAnton Leherbauer9-530/+12
2008-01-07updating source level to Java 5.0Vivian Kong1-3/+3
2008-01-07updating source level to Java 5.0Vivian Kong1-3/+3
2008-01-07improved API doc for ICharArrayMapMike Kucera2-25/+38
2008-01-07Added two AST node constructors.Mike Kucera2-1/+12
2008-01-07Bug 214127: merge AbstractCLanguage and AbstractCPPLanguage into one classMike Kucera5-423/+248
2008-01-07Fix for 214354: [code formatter] whitespace removed when declaring a variable...Anton Leherbauer3-11/+49
2008-01-07Added AST2TemplateTests._testRebindPattern_214447.Sergey Prigogin2-402/+447
2008-01-05Fix for bug 207320.Sergey Prigogin2-6/+6
2008-01-05Fix for bug 201174.Sergey Prigogin2-5/+39
2008-01-02added parameters to constructor of CPPASTCastExpressionMike Kucera1-1/+2
2008-01-02upgraded CharArrayMap to support generics, also enabled Java 5 in cdt.core.testsMike Kucera5-134/+174
2008-01-01Test case for bug 214017.Sergey Prigogin1-0/+39
2007-12-31Flexible File System. Get project creation working by replacing the use of IP...Doug Schaefer10-452/+62
2007-12-28Get more of the FFS working. Also turned on Java 5 for cdt.core.Doug Schaefer9-17/+268
2007-12-27Fixed bug 213861.Sergey Prigogin3-84/+95
2007-12-26Added a test case for bug 213861.Sergey Prigogin1-0/+16
2007-12-24Added _testTemplateClassMethod_207320Sergey Prigogin1-2/+28
2007-12-21Fix for 213456: Misuse of IMarker.LOCATION attribute breaks API and leads to ...Anton Leherbauer1-2/+2
2007-12-21Removes DOMScanner and related classes, cleans up interfaces IScanner and IIn...Markus Schorn96-15542/+482
2007-12-20Fix formatter and highlighting issues with function-try-blockAnton Leherbauer4-40/+279
2007-12-2023540: Macro-expansion hoverAnton Leherbauer14-213/+1484
2007-12-19Speeding up content assist tests.Markus Schorn1-1/+4
2007-12-19Consider polymorphic method calls in call hierarchy, bug 156689.Markus Schorn4-18/+271
2007-12-18adding a bunch of tests for CPreprocessor, bug 213239Mike Kucera3-30/+785
2007-12-18Fixes exceptions parsing c-files, bug 213287Markus Schorn4-39/+47
2007-12-18Fix highlighting of macro argumentsAnton Leherbauer1-3/+6
2007-12-17Shows read and write access of variables in call-hierarchy, bug 156692.Markus Schorn9-6/+64
2007-12-17Logging errors in addition to the error dialogs shown.Markus Schorn1-0/+4
2007-12-17Added toString() method to type classes to make debugging easier.Sergey Prigogin9-25/+72
2007-12-14Fix cv-conversion, bug 213029.Markus Schorn2-6/+44
2007-12-14Store information about read/write access of variables in index, bug 156692.Markus Schorn9-7/+667

Back to the top