qt6-bb10/tests/auto/tools/moc
Olivier Goffart 2b0f02aa5c moc: Fix parsing of operator<
moc would skip the 'operator' keyword as unknown and try to parse a type again
but as it sees the '<' it looks for the corresponding '>' which does not exist
types can't start with '<' anyway, so return an invalid type and continue
parsing as usual

Task-number: QTBUG-36834

Change-Id: If3d27076ef9947abf8c57c594713eece9334d0b0
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2014-02-14 14:33:17 +01:00
..
Test.framework/Headers
task71021
testproject
.gitattributes
.gitignore
Header
assign-namespace.h
backslash-newlines.h
c-comments.h
cstyle-enums.h
cxx11-enums.h
cxx11-explicit-override-control.h
cxx11-final-classes.h
dir-in-include-path.h
dollars.h moc: Support the '$' character as an identifier 2013-03-02 12:58:18 +01:00
error-on-wrong-notify.h
escapes-in-string-literals.h
extraqualification.h
forgotten-qinterface.h
forward-declared-param.h
function-with-attributes.h moc: Don't stumble over MSVC __declspec. 2013-09-24 10:09:14 +02:00
gadgetwithnoenums.h Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
interface-from-framework.h
interface-from-include.h moc: add unittest for --ignore-option-clashes 2013-07-30 09:36:25 +02:00
macro-on-cmdline.h
moc.pro moc: Fix parsing of complex defines defined via command line 2014-01-17 01:36:37 +01:00
namespaced-flags.h
no-keywords.h use qtconcurrent instead of qtgui in test code 2013-06-10 21:12:01 +02:00
oldstyle-casts.h
os9-newlines.h
parse-boost.h
parse-defines.h moc: Fix parsing of complex defines defined via command line 2014-01-17 01:36:37 +01:00
plugin_metadata.h moc: add -M<key=value> to ease static qml plugin linking 2013-09-13 11:48:08 +02:00
pp-dollar-signs.h
pure-virtual-signals.h
qinvokable.h
qprivateslots.h
single-quote-digit-separator-n3781.h Test that Qt tools can handle ' as a digit separator. 2013-10-30 09:44:07 +01:00
single_function_keyword.h
slots-with-void-template.h
task87883.h
task189996.h Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
task192552.h
task234909.h
task240368.h
template-gtgt.h Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
trigraphs.h
tst_moc.cpp moc: Fix parsing of operator< 2014-02-14 14:33:17 +01:00
unterminated-function-macro.h
using-namespaces.h
warn-on-multiple-qobject-subclasses.h
warn-on-property-without-read.h
win-newlines.h