Commit 1abc192f authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

clang: Update plugin test expectations after clang e7f3e2103c

Bug: 1148367
Change-Id: Ibab803adbe500108754b1d697d5a8a5ec869bc55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535810
Commit-Queue: Nico Weber <thakis@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826941}
parent e4c847f7
...@@ -212,7 +212,7 @@ ipc.cpp:332:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted ...@@ -212,7 +212,7 @@ ipc.cpp:332:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
ipc.cpp:336:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long'. ipc.cpp:336:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long'.
IPC::WriteParam(nullptr, p.get<uint64_t>()); // ERROR IPC::WriteParam(nullptr, p.get<uint64_t>()); // ERROR
^ ^
ipc.cpp:341:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long' via 'struct std::vector<unsigned long, struct std::allocator<unsigned long> >'. ipc.cpp:341:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long' via 'struct std::vector<unsigned long>'.
IPC::WriteParam(nullptr, p.get<std::vector<uint64_t>>()); // ERROR IPC::WriteParam(nullptr, p.get<std::vector<uint64_t>>()); // ERROR
^ ^
ipc.cpp:348:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via 'std::vector<size_t>'. ipc.cpp:348:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via 'std::vector<size_t>'.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment