Introduce methods to get the source location of the AST nodes.
authorRoberto Raggi <roberto.raggi@nokia.com>
Fri, 2 Dec 2011 15:53:32 +0000 (16:53 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 6 Dec 2011 07:58:39 +0000 (08:58 +0100)
commit37b42a135cb9c5c7ea10756b4b6896272c490ced
tree6e5d97ef7ea238ba102effa6bcc68269bf8f6139
parente9a0aa7dd30566b1da6fd9e56e638aa4846a132b
Introduce methods to get the source location of the AST nodes.

Also removed deprecate AST nodes.

Change-Id: I9221e81b15b18530bb2ab8b09da2482df543bace
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
12 files changed:
src/declarative/qml/parser/qdeclarativejs.g
src/declarative/qml/parser/qdeclarativejsast.cpp
src/declarative/qml/parser/qdeclarativejsast_p.h
src/declarative/qml/parser/qdeclarativejsastfwd_p.h
src/declarative/qml/parser/qdeclarativejsastvisitor_p.h
src/declarative/qml/parser/qdeclarativejsparser.cpp
src/declarative/qml/parser/qdeclarativejsparser_p.h
src/declarative/qml/v4/qv4irbuilder.cpp
src/declarative/qml/v4/qv4irbuilder_p.h
tests/auto/declarative/declarative.pro
tests/auto/declarative/qdeclarativeparser/qdeclarativeparser.pro [new file with mode: 0644]
tests/auto/declarative/qdeclarativeparser/tst_qdeclarativeparser.cpp [new file with mode: 0644]