Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn17-570/+474
2010-08-27Cosmetics.Sergey Prigogin6-98/+110
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn3-44/+33
2010-08-05Bug 321856: Stack overflow for recursive function type.Markus Schorn2-19/+26
2010-07-19Bug 319186: Marshalling char16_t and char32_t.Markus Schorn1-15/+16
2010-07-08Bug 319258: Functions with 255 parameters.Markus Schorn1-2/+2
2010-07-01Bug 318565: Indistinct parameter name in INodeFactory.newConditionalExpession()Emanuel Graf1-2/+2
2010-06-23Bug 317004: Recursive definition of size_t.Markus Schorn1-12/+15
2010-06-23Bug 314593: Handling of missing semicolon after statement.Markus Schorn1-4/+9
2010-06-16 Bug 162806: Deprecate IASTTranslationUnit.getParserLanguage().Markus Schorn1-0/+1
2010-06-03Bug 315439 Fix up copyrightVivian Kong6-6/+6
2010-05-28Bug 103857: Content assist for fields declared below point of completion.Markus Schorn1-1/+5
2010-05-17Types of binary expressions involving arrays. Bug 313037.Sergey Prigogin2-22/+41
2010-05-17Cosmetics.Sergey Prigogin2-44/+46
2010-05-12Cosmetics.Sergey Prigogin1-2/+2
2010-05-12Cosmetics.Sergey Prigogin1-22/+22
2010-05-03Deprecation of IASTArraySubscriptExpression.getSubscriptExpression().Markus Schorn1-1/+0
2010-04-07Bug 305976: New character types.Markus Schorn2-1/+5
2010-03-19Bug 305975: Strongly typed enums, forward declarations for enum.Markus Schorn1-9/+7
2010-03-16Bug 305972: [C++0x] New function declarator syntax.Markus Schorn1-12/+8
2010-03-16Cosmetics.Sergey Prigogin1-4/+4
2010-03-16Cosmetics.Sergey Prigogin1-2/+2
2010-03-15Support for C++0x 'auto' keyword and a test case. Bug 289542.Sergey Prigogin1-8/+8
2010-03-09Follow up 253690: Creating problem node.Markus Schorn1-17/+3
2010-03-09Bug 302412: Use new API for creating function call expressions.Markus Schorn1-12/+34
2010-02-23Compiler warnings.Markus Schorn1-1/+1
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn11-299/+478
2010-01-15Bug 294730: Declared type of an expression.Markus Schorn6-83/+68
2010-01-13Bug 299495: Visiting if-statements.Markus Schorn1-5/+6
2010-01-12Bug 231859: Optimization for computing int type of enum.Markus Schorn1-1/+48
2010-01-04Bug 298455: Stack overflow with deeply nested else if statements.Markus Schorn1-19/+51
2010-01-04Bug 294969: Stack overflow with deeply nested binary expressions.Markus Schorn1-11/+72
2009-12-11Bug 297550: NPE skipping trivial initializers.Markus Schorn1-1/+1
2009-11-24RValue References: Implementation and testcases, bug 294730.Markus Schorn13-5/+93
2009-11-17C++0x: Right angle brackets, bug 261268.Markus Schorn1-49/+46
2009-11-12Simplification of binary expression parsing, bug 294029.Markus Schorn1-57/+138
2009-11-11Binding resolution with nested declarators, bug 294845.Markus Schorn1-1/+2
2009-11-09Safe type representation for index, bug 294306Markus Schorn8-91/+241
2009-11-04Array size determined by initializer expression, bug 294144.Markus Schorn2-15/+24
2009-11-03Function declared by use of a typedef, bug 86495.Markus Schorn3-17/+110
2009-11-02Function declarations with typedefs in C, bug 86495.Markus Schorn3-182/+183
2009-10-27cv-qualifiers in parameter declarations, bug 293322.Markus Schorn1-12/+4
2009-10-11Comment adjustments.Sergey Prigogin1-1/+1
2009-10-10Rolled back fix for bug 172305 to reimplement it separately from name lookup.Sergey Prigogin1-1/+1
2009-10-09Arithmetic conversions for unary and binary expressions, bug 231859.Markus Schorn5-51/+97
2009-10-08Pushes commonalities of c and c++ into IBasicType, bug 231859.Markus Schorn5-97/+125
2009-10-07Type of subscript expression, bug 291595.Markus Schorn3-33/+29
2009-10-06Filtering by visibility for content assist. Bug 172305.Sergey Prigogin1-1/+1
2009-10-06Cosmetics.Sergey Prigogin1-27/+24
2009-08-21Checking for compatible arrays in plain C, follow up to bug 269926.Markus Schorn1-1/+2

Back to the top