Skip to content
Snippets Groups Projects
Commit f4cb5293 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Suppress GCC 8 warnings from LLVM in ClingUtils

include/llvm/ADT/SmallVector.h:296:13: warning:
‘void* memcpy(void*, const void*, size_t)’ writing to an object of type
‘struct std::pair<clang::CXXMethodDecl*, const clang::FunctionProtoType*>’
with no trivial copy-assignment; use copy-assignment or copy-initialization
instead [-Wclass-memaccess]

       memcpy(Dest, I, (E - I) * sizeof(T));
       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parent b2e8142d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment