summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/semantic
Commit message (Collapse)AuthorAgeFilesLines
...
* Tests: Fix a crash bug.Bill King2011-02-171-1/+1
|
* tests: more test project cleanupBill King2010-10-211-3/+1
|
* Tests: Get autotests compiling again.Bill King2010-10-201-2/+0
|
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-2/+2
|
* Autotests: More cleanup of tests, and initial marking of components belonged to.Bill King2010-09-021-0/+1
|
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-2/+2
|
* Fixed the objc auto testsRoberto Raggi2010-08-131-1/+1
|
* CompileRoberto Raggi2010-08-131-6/+4
|
* Compile.Roberto Raggi2010-08-111-41/+44
|
* Get rid of the #warning directives.Roberto Raggi2010-08-111-1/+1
|
* Add "make check" support to testcase makefiles.Bill King2010-07-131-1/+1
|
* Fixed testcases after changing QualifiedNameId.Erik Verbruggen2010-07-121-74/+7
|
* Fixed auto tests.Erik Verbruggen2010-07-071-19/+9
|
* Fixed autotests.Erik Verbruggen2010-06-231-16/+27
|
* Deprecate the old template instantiation.Roberto Raggi2010-05-201-2/+2
|
* Compile.Roberto Raggi2010-05-181-9/+6
|
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-4/+3
|
* Added test for selector names.Erik Verbruggen2010-02-111-0/+80
|
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-3/+34
|
* Compile.Roberto Raggi2009-12-021-12/+12
|
* CompileRoberto Raggi2009-11-171-1/+1
|
* Changed ExpressionUnderCursor to handle Objective-C send-message operations.Erik Verbruggen2009-11-111-1/+138
|
* Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-7/+53
|
* Fixed the AST field names.Roberto Raggi2009-11-101-1/+1
|
* Removed DeclarationListAST node.Roberto Raggi2009-11-101-1/+1
| | | | Done with Erik Verbruggen
* Initial work on the `new' GenTemplateInstance.Roberto Raggi2009-10-261-2/+2
|
* Test ExpressionUnderCursorRoberto Raggi2009-10-261-0/+21
|
* Test GenTemplateInstance.Roberto Raggi2009-10-261-0/+28
|
* We expect failures in tst_Semantic::pointer_to_function_1Roberto Raggi2009-10-261-1/+3
|
* Link with cplusplus library.Roberto Raggi2009-10-261-1/+1
|
* Test the enclosing scope of pointer-to-function symbols.Roberto Raggi2009-10-261-0/+20
|
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-1/+1
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* Make tests follow Qt conventions by starting all unit tests with `tst_'.Rohan McGovern2009-09-221-0/+1
| | | | | | | Some scripts make use of this convention to differentiate unit tests from applications which happen to link to testlib. Reviewed-by: ossi
* Fixed the auto tests.Roberto Raggi2009-06-191-3/+3
|
* More testing.Roberto Raggi2009-02-121-2/+26
|
* Added test case for declarations of "pointer to const T".Roberto Raggi2009-02-111-0/+24
|
* Compile.Roberto Raggi2009-02-091-4/+4
|
* Fixes: remove use of qttest_p4.prfhjk2009-02-051-2/+3
| | | | Details: makes it compile now with Qt snapshots
* Test typedefs and pointers to anonymous structs.Roberto Raggi2008-12-311-0/+24
|
* oops! update errorCount after the semantic pass.Roberto Raggi2008-12-301-1/+1
|
* More testing of typedefs.Roberto Raggi2008-12-291-0/+31
|
* Added a simple test for anonymous structs and typedefs.Roberto Raggi2008-12-291-0/+29
|
* Added a simple DiagnosticClient to count the number of errors.Roberto Raggi2008-12-291-2/+29
|
* Test class specifiers with qualified names.Roberto Raggi2008-12-291-0/+47
|
* Check the argument's type in tst_Semantic::function_declaration_2.Roberto Raggi2008-12-221-0/+7
|
* More testingRoberto Raggi2008-12-221-2/+64
|
* Initial work on the test suite for the C++ front-end semantic pass.Roberto Raggi2008-12-222-0/+101