Commit Graph

172 Commits

Author SHA1 Message Date
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
Daniel Molkentin
70d6b50fc7 Bump copyright year everywhere. 2009-01-13 19:16:40 +01:00
hjk
45d9cca1d6 fakevim: make visual selections also visual in creator 2009-01-13 13:47:00 +01:00
hjk
1761acb391 fakvim: adjust .pro file of test application after file renaming 2009-01-13 11:37:07 +01:00
Martin Aumueller
b9a6f48151 fix source path of fakevim plugin 2009-01-13 11:14:02 +01:00
Roberto Raggi
8078053c99 Improved ObjC++ support. 2009-01-12 14:56:00 +01:00
hjk
c9b2dfc363 implement QLinkedList dumper 2009-01-08 11:50:20 +01:00
hjk
7b47bd48e1 add some test code for the yet-to-be-born QLinkedList dumper 2009-01-08 11:02:04 +01:00
hjk
a598aa12b6 add dumper for QMultiMap 2009-01-07 16:29:14 +01:00
hjk
16b2c83dc8 add a test case for multimaps 2009-01-07 15:31:58 +01:00
Roberto Raggi
8c21fa63ff oops! 2009-01-07 11:06:31 +01:00
Roberto Raggi
7fcf6cb255 Pretty printing of wide string literals. 2009-01-07 11:03:37 +01:00
Roberto Raggi
f4bf0a3a6d Checkpoint. Pretty printing of switch and case statements. 2009-01-07 10:59:36 +01:00
Roberto Raggi
8ec03e6bcd Pretty print char ltierals and wide char literals. 2009-01-07 10:49:08 +01:00
Roberto Raggi
f63d56a13b Nicer pretty printing of while statements. 2009-01-07 10:42:43 +01:00
Roberto Raggi
ffbc28cbbd Added a space before cv-qualifiers in a function declarator. 2009-01-07 10:38:24 +01:00
Roberto Raggi
0449c67f03 Fixed the pretty printing of class specifiers and base clauses. 2009-01-07 10:35:53 +01:00
Roberto Raggi
0030f87e9c Improved the pretty printing of enum specifiers and if-else statements. 2009-01-07 10:33:19 +01:00
Roberto Raggi
beee08de5a Test the pretty printer. 2009-01-07 10:06:10 +01:00
Roberto Raggi
8459fe70d6 Added a simple test for the rewriter. 2009-01-07 09:47:00 +01:00
Roberto Raggi
bbb570481b test the rewriter and the pretty printer. 2009-01-07 09:44:21 +01:00
Roberto Raggi
dce0855fc6 Show how to replace AST nodes. 2009-01-06 15:23:59 +01:00
Roberto Raggi
e43e09ee5f Test the pretty printer. 2009-01-06 15:15:53 +01:00
hjk
8a77bac457 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-06 13:04:58 +01:00
hjk
5a32af444c use textedit's overwrite modus for proper cursor display.
this works with proportional fonts, too.
2009-01-06 13:03:59 +01:00
Roberto Raggi
c70af84708 Added another simple refactoring operation. Comment enum definitions. 2009-01-06 12:39:38 +01:00
hjk
a0b4b8cd5c add tiny test application 2009-01-06 12:20:45 +01:00
hjk
75b7613203 Fixes: re-enable "Start External Application" in debug mode 2009-01-05 14:13:09 +01:00
Roberto Raggi
a886a63077 Playing with the AST rewriter. 2009-01-02 16:10:28 +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
hjk
15c89ea26a handle 'gJ' 2008-12-29 13:30:21 +01:00
hjk
eeffd9beb0 make <count> work for 'i' 2008-12-29 13:30:21 +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
hjk
5285379f18 make watchers persistent in the session 2008-12-17 17:43:01 +01:00
hjk
04c4a0ec72 make the std::map dumper work with keys that already have a const
qualification like 'const char *'
2008-12-17 15:46:27 +01:00
hjk
fff7acad55 fix parsing of gdb version 2008-12-17 15:19:22 +01:00
dt
3ba192af7e Merge branch '0.9.1-beta' 2008-12-17 14:21:03 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
a460e4bc10 add the license header to a few more files 2008-12-16 17:06:13 +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