Clang: Fix parsing for files which include qobjectdefs.h

For some reason did not work properly with include guards
before #include_next.

Change-Id: I4a314c0e4ff29487904e2daa64362c3e2a3e1859
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Ivan Donchevskii
2018-02-20 14:29:21 +01:00
parent dacfc611c5
commit c39f28d5e0
@@ -23,12 +23,12 @@
**
****************************************************************************/
#ifndef WRAPPED_QOBJECT_DEFS_H
#define WRAPPED_QOBJECT_DEFS_H
// Include qobjectdefs.h from Qt ...
#include_next <qobjectdefs.h>
#ifndef WRAPPED_QOBJECT_DEFS_H
#define WRAPPED_QOBJECT_DEFS_H
#include <utility>
#pragma clang diagnostic push