Browse Source
Makes clang (and GCC) consider item.Clear() a reinitialisation of a moved variable - see https://clang.llvm.org/extra/clang-tidy/checks/bugprone-use-after-move.html#reinitializationpull/4494/head
3 changed files with 16 additions and 1 deletions
@ -0,0 +1,7 @@
|
||||
// Hint files help the Visual Studio IDE interpret Visual C++ identifiers |
||||
// such as names of functions and macros. |
||||
// For more information see https://go.microsoft.com/fwlink/?linkid=865984 |
||||
#define DVL_ALWAYS_INLINE |
||||
#define DVL_ATTRIBUTE_HOT |
||||
#define DVL_API_FOR_TEST |
||||
#define DVL_REINITIALIZES |
||||
Loading…
Reference in new issue