forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user