mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[sanitizer] Suppress lint warning conflicting with clang-format
llvm-svn: 348673
This commit is contained in:
parent
aaa95cbeea
commit
4e23840e30
@ -7890,7 +7890,8 @@ INTERCEPTOR(int, cap_ioctls_get, int fd, uptr *cmds, SIZE_T maxcmds) {
|
||||
|
||||
static void InitializeCommonInterceptors() {
|
||||
static u64 metadata_mem[sizeof(MetadataHashMap) / sizeof(u64) + 1];
|
||||
interceptor_metadata_map = new((void *)&metadata_mem) MetadataHashMap();
|
||||
interceptor_metadata_map =
|
||||
new ((void *)&metadata_mem) MetadataHashMap(); // NOLINT
|
||||
|
||||
INIT_MMAP;
|
||||
INIT_MMAP64;
|
||||
|
Loading…
Reference in New Issue
Block a user