forked from qt-creator/qt-creator
Clang: Fix comment
Change-Id: Ib69d0696ed7cc810990e61c62a1af236f54f09ca Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -36,7 +36,7 @@ enum class PreferredTranslationUnit
|
|||||||
LastUninitialized,
|
LastUninitialized,
|
||||||
};
|
};
|
||||||
|
|
||||||
// CLANG-UPGRADE-CHECK: Remove IS_SUSPEND_SUPPORTED once we require clang >= 7.0
|
// CLANG-UPGRADE-CHECK: Remove IS_PRETTY_DECL_SUPPORTED once we require clang >= 7.0
|
||||||
#if defined(CINDEX_VERSION_HAS_PRETTYDECL_BACKPORTED) || CINDEX_VERSION_MINOR >= 47
|
#if defined(CINDEX_VERSION_HAS_PRETTYDECL_BACKPORTED) || CINDEX_VERSION_MINOR >= 47
|
||||||
# define IS_PRETTY_DECL_SUPPORTED
|
# define IS_PRETTY_DECL_SUPPORTED
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user