CPlusPlus: Fix several issues in the TypePrettyPrinter.

* Fix cv qualifiers being placed incorrectly.
* Fix nested pointer to array to pointer being printed incorrectly.
* Add autotest.

Task-number: QTCREATORBUG-1037
This commit is contained in:
Christian Kamm
2010-04-19 09:55:35 +02:00
parent 2252e4b8c9
commit 59778cafd5
5 changed files with 317 additions and 128 deletions

View File

@@ -1,3 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = shared ast semantic lookup preprocessor findusages
SUBDIRS = shared ast semantic lookup preprocessor findusages typeprettyprinter
CONFIG += ordered