-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.6.0-rc
-
None
-
009d6b1e2ffd9fc617c2bfe135daf2eb107fc5b6
#define FOO(x, y) { (void)x; (void)y; } void foo() { FOO(42, // comment 45); } void bar() { // unexpected token `{' } void baz(int goo) // expected token `;' got `int' { }
Happens only for single-line comments (//)