| 
							
							
								 Roberto Raggi | 68e856488b | More testing. | 2009-02-12 10:46:26 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 3170057843 | Added test case for declarations of "pointer to const T". | 2009-02-11 16:21:17 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 2d80acbe76 | Improved the implementation of new-expressions. | 2009-02-10 14:44:03 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 9d52a72534 | Made it possible to compile libCPlusPlus without `gui'. | 2009-02-10 10:48:19 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | d5c9141c50 | Compile. | 2009-02-09 17:56:17 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | ea981d5025 | More annotations. | 2009-02-09 12:19:17 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 34efcf3194 | More testing. | 2009-02-09 11:56:21 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 6672f89ff5 | Annotate the ClassSpecifierAST node with the class symbol. | 2009-02-09 11:35:57 +01:00 |  | 
			
				
					| 
							
							
								 con | 1dcabe5a3a | Merge branch '1.0.0' Conflicts:
	tests/auto/cplusplus/shared/shared.pri
	tests/auto/cplusplus/shared/shared.pro | 2009-02-09 10:54:36 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 1f9bcd86e0 | Added a simple auto test for the name lookup. | 2009-02-09 10:21:29 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 8321683694 | Fixes: Compile with msvc | 2009-02-05 14:39:53 +01:00 |  | 
			
				
					| 
							
							
								 hjk | bf7dae57de | Fixes:    remove use of qttest_p4.prf Details:  makes it compile now with Qt snapshots | 2009-02-05 12:35:37 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | d21a4f8406 | Fixes: Compile. | 2009-02-05 10:34:43 +01:00 |  | 
			
				
					| 
							
							
								 hjk | 7c1ebd6dc9 | Fixes:    compile fix for cplusplus autotests | 2009-02-05 10:22:51 +01:00 |  | 
			
				
					| 
							
							
								 hjk | 89c7c606ad | Fixes:    compile fix for cplusplus auto test | 2009-02-05 09:50:47 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 653b81427c | Accept gcc attributes in cv-qualifiers. | 2009-01-14 15:16:33 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 8078053c99 | Improved ObjC++ support. | 2009-01-12 14:56:00 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | c7ac64e7de | Test typedefs and pointers to anonymous structs. | 2008-12-31 10:47:02 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 702e078ace | oops! update errorCount after the semantic pass. | 2008-12-30 11:16:45 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 98cc3ec6c9 | More testing of typedefs. | 2008-12-29 09:44:49 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | ccd05bd87e | Added a simple test for anonymous structs and typedefs. | 2008-12-29 09:40:30 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | c9a5a2a26b | Added a simple DiagnosticClient to count the number of errors. | 2008-12-29 09:35:50 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 5a966f8dae | Test class specifiers with qualified names. | 2008-12-29 09:10:38 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | d8336257cb | Check the argument's type in tst_Semantic::function_declaration_2. | 2008-12-22 10:59:22 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 3050034c2b | Compile the semantic test suite. | 2008-12-22 10:56:47 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 50e4203b52 | More testing | 2008-12-22 10:56:29 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 864f07d438 | Initial work on the test suite for the C++ front-end semantic pass. | 2008-12-22 10:46:15 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | dffea478dc | Test simple names and template ids. | 2008-12-15 13:37:10 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 7f83755fb5 | Test the `for' statement. | 2008-12-15 13:29:59 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | b043d1d0d3 | More testing. | 2008-12-15 13:08:21 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | f5976d2b24 | Testing `while' statement. | 2008-12-15 13:05:02 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 893dd21ae3 | Testing C++ initializer of function declarations. | 2008-12-15 12:50:54 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | da6eb84456 | Fixes:    Parsing of simple id expressions (e.g. a;). AutoTest: included | 2008-12-15 12:25:32 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | 5dcd396254 | Compile. | 2008-12-15 11:41:01 +01:00 |  | 
			
				
					| 
							
							
								 Roberto Raggi | fc28553573 | Initial work on a test suite for our C++ engine. | 2008-12-15 11:35:38 +01:00 |  |