Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-27Cosmetics.Sergey Prigogin6-98/+110
2010-08-26Bug 322750: Expanding selection with macro expansion.Markus Schorn2-11/+24
2010-08-25Bug 323599: Type of id-expression denoting a field access.Markus Schorn2-12/+35
2010-08-24Bug 316307: [C++0x] Semantics for lamda expressions.Markus Schorn11-131/+763
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn14-151/+476
2010-08-13Bug 305978: [C++ 0x] Deleted functions, additional testcase and a fix.Markus Schorn1-2/+6
2010-08-13Bug 319175: Parser adds proposals for preferred namespaces.Markus Schorn10-72/+161
2010-08-12Bug 305980: [C++0x] Inline namespacesMarkus Schorn12-128/+519
2010-08-11Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class f...Vivian Kong1-1/+15
2010-08-11Bug 321972 - DeclarationGenerator discards basic type qualifiers ( Tomasz Wes...Alena Laskavaia1-308/+315
2010-08-10Bug 322268 CPPSemantics should check null for op2 in function findOverloadedO...Vivian Kong1-0/+3
2010-08-09Bug 305978: [C++0x] Defaulted and deleted functions.Markus Schorn8-40/+133
2010-08-06Bug 313982: Content assist in placement new.Markus Schorn1-7/+19
2010-08-05Bug 321856: Stack overflow for recursive function type.Markus Schorn2-19/+26
2010-08-04Bug 321617: Virtual overriders and covariant types.Markus Schorn1-10/+39
2010-08-01Bug 321069 ASTWriter fails on IASTDeclarators with nested declarators, patch ...Alena Laskavaia1-0/+1
2010-08-01Bug 319044 DeclaratorWriter unable to write a rvalue reference (patch from T...Alena Laskavaia1-2/+7
2010-07-20Bug 319749: NPE during content assist.Markus Schorn1-1/+3
2010-07-20Bug 319498: Comparison of unknown bindings.Markus Schorn1-1/+3
2010-07-19Bug 319186: Marshalling char16_t and char32_t.Markus Schorn2-30/+32
2010-07-08Bug 319258: Functions with 255 parameters.Markus Schorn2-5/+5
2010-07-07Bug 319107: [c++0x] DeclSpecWriter add support for decltype and typeofEmanuel Graf1-8/+24
2010-07-07Bug 318784: DeclarationGenerator fails for some casesEmanuel Graf1-124/+178
2010-07-02Bug 86837: Destructor via typedef.Markus Schorn1-1/+81
2010-07-02Bug 188115: Fix AST Visitor for problem type-ids.Markus Schorn1-39/+31
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 Graf2-4/+4
2010-07-01Bug 318552: NPE in ExpressionWriter for unary expression without an operandEmanuel Graf1-1/+1
2010-07-01Bug 312736: extract variable refactoring does not infer type or replace expre...Emanuel Graf1-0/+255
2010-06-23Bug 317146: Problem binding in composite factory.Markus Schorn1-14/+17
2010-06-23Bug 317004: Recursive definition of size_t.Markus Schorn2-13/+16
2010-06-23Bug 314593: Handling of missing semicolon after statement.Markus Schorn3-31/+67
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-18Bug 294543: Built-in candidates for overloaded operators: Additional testcase...Markus Schorn2-48/+53
2010-06-17Bug 316747: Fix mistyped 'getTemplateParameter'.Markus Schorn2-7/+12
2010-06-17Bug 294543: Built-in candidates for overloaded operators.Markus Schorn11-66/+715
2010-06-16 Bug 162806: Deprecate IASTTranslationUnit.getParserLanguage().Markus Schorn2-1/+3
2010-06-03Bug 315435 Fix the regression test failures in cdt70 for John LiuVivian Kong1-2/+5
2010-06-03Bug 315439 Fix up copyrightVivian Kong37-37/+37
2010-05-28Bug 103857: Content assist for fields declared below point of completion.Markus Schorn4-7/+47
2010-05-26Bug 313270: Local variables of type va_arg.Markus Schorn1-5/+5
2010-05-25Bug 314113: False syntax error.Markus Schorn1-1/+2
2010-05-25Bug 314067: CCE in CPPEnumerator.getType().Markus Schorn1-4/+2
2010-05-19Bug 311164: Correct getDefinitions() for specializations.Markus Schorn1-2/+1
2010-05-17Minor code simplification.Sergey Prigogin1-3/+3
2010-05-17Types of binary expressions involving arrays. Bug 313037.Sergey Prigogin3-25/+53
2010-05-17Cosmetics.Sergey Prigogin2-44/+46
2010-05-17Cosmetics.Sergey Prigogin1-7/+7
2010-05-12Cosmetics.Sergey Prigogin1-2/+2

Back to the top