Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: tools/clang/plugins/tests/base_passed.txt

Issue 520283002: . Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: notjustcalls Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/clang/plugins/tests/base_passed.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 base_passed.cpp:50:27: warning: reference might be destroyed here
2 f_bad(base::Passed(&s), s.get());
3 ^
4 base_passed.cpp:50:23: note: invalidated here
5 f_bad(base::Passed(&s), s.get());
6 ^
7 base_passed.cpp:51:33: warning: reference might be destroyed here
8 f_bad(base::Passed(s.Pass()), s.get());
9 ^
10 base_passed.cpp:51:22: note: invalidated here
11 f_bad(base::Passed(s.Pass()), s.get());
12 ^
13 base_passed.cpp:57:12: warning: reference might be destroyed here
14 h_bad2(s.get()));
15 ^
16 base_passed.cpp:56:26: note: invalidated here
17 h(h_bad1(base::Passed(&s)),
18 ^
19 3 warnings generated.
OLDNEW
« no previous file with comments | « tools/clang/plugins/tests/base_passed.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698