OSDN Git Service

It's 2011 now.
[qt-creator-jp/qt-creator-jp.git] / src / shared / cplusplus / Parser.cpp
2011-01-12 conIt's 2011 now.
2011-01-06 Christian KammC++ parser: Fix bug with conditional expressions.
2011-01-06 conMerge remote branch 'origin/2.1'
2011-01-05 conMerge remote branch 'origin/2.1'
2011-01-04 Christian KammC++: Add parsing of Q_PRIVATE_PROPERTY.
2010-12-17 conMerge branch '2.1'
2010-12-17 conLicense headers.
2010-12-16 Roberto RaggiAdded semantic checks for stray semicolons and topldeve...
2010-10-11 Bill KingMerge branch 'master' of scm.dev.nokia.troll.no:creator...
2010-10-11 Christian KammMerge remote branch 'origin/2.1'
2010-10-08 Erik VerbruggenC++ Parser: fix infinite loop when recovering from...
2010-09-15 Erik VerbruggenC++: fixed invalid parsing of 'call()->call()'.
2010-09-15 Erik VerbruggenC++: Fix: disallow empty nested declarators, it's invalid.
2010-09-09 Roberto RaggiFixed parsing of sizeof expressions.
2010-09-09 Roberto RaggiImproved parsing of expression-or-declaration statements.
2010-08-27 Roberto RaggiFixed warning when passing the declaringClass.
2010-08-26 Roberto RaggiReduced the number of ambiguous C++ initializers.
2010-08-26 Roberto RaggiSome cleanup in the C++ AST.
2010-08-26 Roberto RaggiPrefer declaration statements.
2010-08-26 Roberto RaggiGet rid of the old Parser::parseExpressionOrDeclaration...
2010-08-26 Roberto RaggiPass the enclosing ClassSpecifierAST node.
2010-08-26 Roberto RaggiReduced the number of ambiguous ExpressionOrDeclaration...
2010-08-23 Kai KoehneMerge branch '2.0' of scm.dev.nokia.troll.no:creator...
2010-08-18 hjkMerge remote branch 'origin/2.0'
2010-08-16 Roberto RaggiRenamed DeclaratorAST::equals_token
2010-08-13 hjkMerge remote branch 'origin/2.0'
2010-08-12 Roberto RaggiGenerate AST nodes for the bit fields.
2010-08-12 Roberto RaggiRemember the T_TEMPLATE token we use to force the parse...
2010-08-12 hjkMerge remote branch 'origin/2.0'
2010-08-11 Thiago MacieiraCompile with Intel CC: va_copy isn't defined.
2010-08-11 Tobias HungerReally fix compile now.
2010-08-11 Tobias HungerBuild fix on windows
2010-08-11 Roberto RaggiRemoved TemplateArgumentList
2010-08-11 Roberto RaggiAdded warning(), error, and fatal() to Parser.cpp
2010-08-06 Friedemann KleintMerge remote branch 'origin/2.0'
2010-08-06 Friedemann KleintMerge remote branch 'origin/2.0'
2010-08-02 Roberto RaggiIntroduced IdExpressionAST.
2010-07-29 Erik VerbruggenRemoved debug output.
2010-07-29 Erik VerbruggenChanged parser debug output to include token ahead.
2010-07-28 Christian KammMerge branch '2.0'
2010-07-26 conMerge remote branch 'origin/2.0'
2010-07-26 conMerge commit origin/2.0 '6bd790bd0fa85ddebc680ca4af4878...
2010-07-26 conMerge commit origin/2.0 '1a985148340ff3b29c752036857446...
2010-07-16 conMerge remote branch 'origin/2.0'
2010-07-13 conMerge remote branch 'origin/2.0'
2010-07-13 Friedemann KleintMerge branch '2.0'
2010-07-13 conMerge remote branch 'origin/2.0'
2010-07-13 conMerge commit '52b9fcca2ddd5d5e95c6e13cbded018699c7dd68...
2010-07-06 conMerge remote branch 'origin/2.0'
2010-07-05 conMerge remote branch 'origin/2.0'
2010-07-01 conMerge remote branch 'origin/2.0'
2010-06-30 conMerge remote branch 'origin/2.0'
2010-06-24 Oswald BuddenhagenMerge remote branch 'origin/2.0'
2010-06-24 conMerge remote branch 'origin/2.0'
2010-06-23 Roberto RaggiRenamed LambdaCapture::default_capture.
2010-06-23 Roberto RaggiGet rid of PostfixExpressionAST and store the base...
2010-06-18 conMerge remote branch 'origin/2.0'
2010-06-15 Christian KammMerge branch '2.0'
2010-06-15 Thorbjørn LindeijerMerge branch '2.0'
2010-06-15 Erik VerbruggenMerge remote branch 'origin/2.0'
2010-06-15 Erik VerbruggenMerge branch 'origin/2.0' (early part)
2010-06-11 conMerge remote branch 'origin/2.0'
2010-06-11 conMerge remote branch 'origin/2.0'
2010-06-10 conMerge remote branch 'origin/2.0'
2010-06-08 conMerge remote branch 'origin/2.0'
2010-06-04 Erik VerbruggenSuppress false positives generated by some code-checkin...
2010-06-02 hjkMerge remote branch 'origin/2.0'
2010-06-02 hjkMerge remote branch 'origin/2.0'
2010-05-31 Roberto RaggiFixed possible crash when parsing template declarations...
2010-05-28 Oswald BuddenhagenMerge remote branch 'origin/2.0'
2010-05-27 Erik VerbruggenFixed __attribute__ parsing after struct declarations.
2010-05-27 hjkMerge remote branch 'origin/2.0'
2010-05-25 David BoddieMerge branch 'master' of scm.dev.nokia.troll.no:creator...
2010-05-25 Roberto RaggiImproved recovering from errors inside template declara...
2010-05-21 maeMerge commit 'origin/2.0'
2010-05-21 conMerge remote branch 'origin/2.0'
2010-05-21 Roberto RaggiDisabled parsing of C++0x initializer-list.
2010-04-23 Erik VerbruggenFix left-overs from merging icheck code.
2010-04-12 Erik VerbruggenHandle fully qualified types in the root namespace...
2010-04-12 Roberto RaggiFixed parsing of anonymous template parameters.
2010-03-30 dtMerge branch 'master' of scm.dev.nokia.troll.no:creator...
2010-03-30 Roberto RaggiClone the TemplateArguments before caching the result.
2010-03-29 Roberto RaggiFixed parsing ambiguity when parsing dependant template...
2010-03-26 Roberto RaggiUse the start of the template-argument as to key for...
2010-03-25 Roberto RaggiParse C++ 0x argument packs.
2010-03-25 Roberto RaggiRecognize C++0x sizeof... expressions.
2010-03-25 Roberto RaggiAccepts `...' when parsing declarator-ids in C++0x.
2010-03-24 Thomas HartmannMerge branch 'refactoring'
2010-03-24 Roberto RaggiIn C++ 0x auto is a type specifier.
2010-03-24 Roberto RaggiAccepts trailing return types.
2010-03-24 Roberto RaggiRequire a T_EQUAL when parsing conditions.
2010-03-24 Roberto RaggiRecognize C++0x lambda expressions.
2010-03-23 Thomas HartmannMerge branch 'master' into refactoring
2010-03-23 Roberto RaggiAccept C++0x initializers.
2010-03-23 Erik VerbruggenAdded attribute parsing for elaborate-type-specifiers.
2010-03-23 Roberto RaggiRecognize C++0x type-id-list.
2010-03-23 Roberto RaggiRenamed Parser::isCxxOxEnabled().
2010-03-23 Roberto RaggiRecognize C++0x template arguments.
2010-03-23 Roberto RaggiParse C++0x type-parameters.
2010-03-23 Roberto RaggiParse C++0x base-specifier-list.
next