Files
qt-creator/tests
Francois Ferrand 4d18710f46 C++: fix handling of empty va_args macro arguments.
Preprocessor did not correctly handle when variadic macro arguments were not
provided at all, if there were other arguments: macro was not expanded
in case only the non variadic arguments were given.

 #define MACRO(...)       used to work fine for 0 or more arguments.
 #define MACRO(ARG0, ...) used to work only for 2 or more arguments, now fixed.

Change-Id: I64e9199ceccae05618a49931c2adad8e4f9471ba
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
2013-04-29 10:09:43 +02:00
..
2013-03-26 16:41:54 +01:00
2008-12-02 12:01:29 +01:00
2013-03-05 09:01:18 +01:00
2013-03-11 11:29:14 +01:00
2011-03-04 12:33:30 +01:00