summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/ast
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* C++: Support __thread and thread_localOrgad Shaneh2013-11-261-0/+11
* C++: Safe accessing of elements of TranslationUnit::_tokensNikolai Kosjar2013-10-231-0/+9
* CPlusPlus: Make (sub-)languague selection more generichjk2013-10-151-3/+6
* C++: Parse MEMBER in Q_PROPERTY()Nikolai Kosjar2013-10-091-0/+37
* Add qbs project files for autotests.Christian Kandeler2013-09-091-0/+7
* C++: Tests: Reset diagnostic messagesNikolai Kosjar2013-08-221-0/+6
* C++: Add parser support for @throw statements.Erik Verbruggen2013-08-211-0/+17
* C++: handle @try statements in the parser.Erik Verbruggen2013-07-191-0/+57
* C++: add test for TranslationUnit::getPosition bugErik Verbruggen2013-07-151-0/+18
* CPlusPlus: fixed parsing function-try-catch with ctor-initializerSergey Shambir2013-04-091-0/+22
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-4/+4
* include qttest.pri centrallyOswald Buddenhagen2013-04-021-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++: fix constructor definition parsing.Francois Ferrand2013-01-081-0/+154
|/
* Adjust license headershjk2012-10-051-21/+20
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Fix invalid decltype error recovery which resulted in crashes.Erik Verbruggen2012-03-281-0/+8
* [C++] Add error recovery for namespace declarations.Erik Verbruggen2012-02-281-1/+51
* C++: handle destructor names with template parameters.Erik Verbruggen2012-02-231-0/+228
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-061-1/+1
* Update license.hjk2011-04-131-14/+13
* tests: add licence headersBill King2011-02-181-0/+32
* Tests: cleanup output so that it appears inline with associated test.Bill King2011-02-171-0/+28
* tests: more test project cleanupBill King2010-10-211-3/+1
* tests: remove unnecessary TARGET = tst_$$TARGETBill King2010-10-201-1/+0
* C++: fixed translatable quick-fix strings.Erik Verbruggen2010-10-081-10/+0
* C++ Parser: fix infinite loop when recovering from incorrect @selector expres...Erik Verbruggen2010-10-081-0/+41
* C++: Added unittest for 5a1924f1a06e31105b5f7823cb6a5f5f20513f49.Erik Verbruggen2010-09-161-0/+44
* Autotests: More cleanup of tests, and initial marking of components belonged to.Bill King2010-09-021-0/+1
* Some cleanup in the C++ AST.Roberto Raggi2010-08-261-3/+3
* Get rid of the #warning directives.Roberto Raggi2010-08-111-1/+1
* Introduced IdExpressionAST.Roberto Raggi2010-08-021-31/+31
* Add "make check" support to testcase makefiles.Bill King2010-07-131-1/+1
* Fixed test after changing the AST representation of the postfix expression.Erik Verbruggen2010-06-251-18/+14
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-7/+12
* Revert "Added Objective-C @try block parsing."Erik Verbruggen2010-02-151-18/+2
* Added Objective-C @try block parsing.Erik Verbruggen2010-02-151-2/+18
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-3/+40
* Fixed throw expression parsing.Erik Verbruggen2010-02-021-0/+9
* Extended operator precedence parsing.Erik Verbruggen2010-02-021-0/+93
* Added AST building for __attribute__ constructs.Erik Verbruggen2010-02-021-0/+79
* Changed binary expression parsing to use precedence parsing.Erik Verbruggen2010-01-281-1/+46
* Compile.Roberto Raggi2009-12-021-1/+1
* Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-0/+15
* Fixed the AST field names.Roberto Raggi2009-11-101-52/+52