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 |
|
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 |
|
hjk
|
7898a499b6
|
add custom dumper for std::map
|
2008-12-12 12:55:05 +01:00 |
|
hjk
|
5ba9cbc565
|
nicer type display for std::map (not including an actual dumper yet)
|
2008-12-11 16:10:47 +01:00 |
|
hjk
|
540c6de108
|
work on std::list dumper
|
2008-12-10 16:48:12 +01:00 |
|
hjk
|
3b31b5c98c
|
work on std::list dumper; also a bit of refactoring
|
2008-12-10 16:31:50 +01:00 |
|
hjk
|
94c613c9fe
|
add custom dumpers for std::list
|
2008-12-10 14:37:15 +01:00 |
|
hjk
|
4a552ead9f
|
use QTC_ASSERT instead of Q_ASSERT
|
2008-12-09 15:25:01 +01:00 |
|
hjk
|
342caa2141
|
some more whitespace changes
|
2008-12-09 11:07:24 +01:00 |
|
hjk
|
e47967312e
|
compile fix
|
2008-12-08 11:58:36 +01:00 |
|
hjk
|
0d46571eb3
|
fix QSet custom dumper for namespaced Qt
|
2008-12-05 18:44:09 +01:00 |
|
Roberto Raggi
|
e2e4fcd95b
|
Added different parsing mode to TranslationUnit/CppDocument.
|
2008-12-03 14:01:58 +01:00 |
|
Roberto Raggi
|
3d9945238d
|
oops! added the cpy header.
|
2008-12-03 11:37:35 +01:00 |
|
Roberto Raggi
|
27f866687c
|
Added a simple auto test for our C++ front-end.
|
2008-12-03 11:35:15 +01:00 |
|
hjk
|
cf11b69643
|
more code cosmetics
|
2008-12-02 16:19:05 +01:00 |
|
Roberto Raggi
|
2ef79dca1c
|
Obsoleted.
|
2008-12-02 14:40:24 +01:00 |
|
hjk
|
ab83dcd87c
|
off-by-one in headers
|
2008-12-02 14:20:25 +01:00 |
|
hjk
|
8a43d9b9f3
|
end-of-line whitespace correction of the new headers
|
2008-12-02 14:17:16 +01:00 |
|
con
|
05c35356ab
|
Initial import
|
2008-12-02 12:01:29 +01:00 |
|