Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-14Bug 323780: "Generate Getters and Setters..." crashesEmanuel Graf1-5/+18
2010-09-06Bug 324384: Content assist in invalid K&R parameter decl.Markus Schorn1-1/+1
2010-09-06Bug 324384: Content assist within K&R style function definition.Markus Schorn1-2/+5
2010-08-26Bug 323659: Resource lookup with overlapping content types.Markus Schorn1-21/+23
2010-08-25Bug 323599: Type of id-expression denoting a field access.Markus Schorn2-12/+35
2010-08-25Bug 323596: Type representation for references of typedefs.Markus Schorn1-1/+9
2010-08-25Bug 320157: Endless loop decoding large file.Markus Schorn2-129/+167
2010-08-23bug 307365: Fixed the problem of ignoring external locations altogetherAndrew Gvozdev1-11/+7
2010-08-13Bug 314958 - Editor does not format array initializers correctlyAnton Leherbauer1-3/+45
2010-08-11Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class f...Vivian Kong1-1/+15
2010-08-10Bug 322269 StandaloneIndexerTask creates status with a wrong status codeVivian Kong1-3/+3
2010-08-10Bug 322268 CPPSemantics should check null for op2 in function findOverloadedO...Vivian Kong1-0/+3
2010-08-06Bug 313982: Content assist in placement new.Markus Schorn1-7/+19
2010-08-05Bug 321856: Stack overflow for recursive function type.Markus Schorn3-20/+27
2010-08-04Bug 321617: Virtual overriders and covariant types.Markus Schorn1-10/+39
2010-08-02Bug 321069 ASTWriter fails on IASTDeclarators with nested declarators, patch ...Alena Laskavaia1-0/+1
2010-07-21Bug 320426: Index grows when updating files.Markus Schorn3-2/+11
2010-07-21Bug 319749: Fix previous check-in.Markus Schorn1-3/+8
2010-07-20Bug 319749: NPE during content assist.Markus Schorn1-9/+6
2010-07-20Bug 319498: Comparison of unknown bindings.Markus Schorn3-5/+11
2010-07-19Bug 319186: Marshalling char16_t and char32_t.Markus Schorn3-34/+37
2010-07-14Bug 318600 - referenced configuration settings can disappear as a result of ...James Blackburn2-11/+28
2010-07-13Bug 319245 - Thread safety issue reading .cproject XMLJames Blackburn3-17/+75
2010-07-08Bug 319258: Functions with 255 parameters.Markus Schorn5-14/+16
2010-07-07Bug 319107: [c++0x] DeclSpecWriter add support for decltype and typeofEmanuel Graf1-8/+24
2010-07-07Bug 319033: Exception in stand-alone indexer.Markus Schorn4-3/+17
2010-07-07Bug 318784: DeclarationGenerator fails for some casesEmanuel Graf1-98/+138
2010-07-05Bug 312736 patch without public API change.Emanuel Graf1-0/+258
2010-07-01Bug 318588: Add support for C++0x to DeclSpecWriterEmanuel Graf1-3/+6
2010-07-01Bug 318565: Indistinct parameter name in INodeFactory.newConditionalExpession()Emanuel Graf3-5/+5
2010-07-01Bug 318552: NPE in ExpressionWriter for unary expression without an operandEmanuel Graf1-1/+1
2010-06-27bug 318093: GCCErrorParser treats instantiation warnings as errorsAndrew Gvozdev1-1/+1
2010-06-24Bug 317783 Resource filters don't appear to work -- work-around for platform ...James Blackburn1-1/+2
2010-06-24Bug 283080: Updating headers in non-src folders.Markus Schorn4-30/+60
2010-06-23Bug 317146: Problem binding in composite factory.Markus Schorn2-15/+19
2010-06-23Bug 317004: Recursive definition of size_t.Markus Schorn2-13/+16
2010-06-22Bug 316931: IASTTranslationUnit.getDeclarations() for parameters.Markus Schorn1-1/+4
2010-06-18Bug 316704: Exponential complexity resolving template argument ambiguity.Markus Schorn3-26/+67
2010-06-17Compiler warnings.Markus Schorn2-8/+7
2010-06-16 Bug 162806: Deprecate IASTTranslationUnit.getParserLanguage().Markus Schorn5-6/+12
2010-06-16bug 316816: Project build doesn't print anything on Console if no error parse...Andrew Gvozdev1-3/+0
2010-06-04Bug 315810 CModelManager.getSharedWorkingCopy() always create a new WorkingCopyVivian Kong1-1/+1
2010-06-03Bug 315435 Fix the regression test failures in cdt70 for John LiuVivian Kong1-2/+5
2010-06-03Bug 315439 Fix up copyrightVivian Kong127-127/+127
2010-06-03Bug 315439 Fix up copyrightVivian Kong280-280/+280
2010-05-28Bug 303750: FileCharArray needs to skip UTF-8 byte order mark.Markus Schorn1-3/+21
2010-05-28Updated javadoc.Markus Schorn1-2/+2
2010-05-28Bug 314551 - [patch] Avoid creating children of IncludeReference when editor ...Anton Leherbauer1-32/+46
2010-05-28Bug 103857: Content assist for fields declared below point of completion.Markus Schorn7-9/+64
2010-05-27further changes for Bug 291815 - fix test failure on UNIX/LinuxChris Recoskie1-1/+4

Back to the top