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

Side by Side Diff: tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.txt

Issue 1385193002: Bisect clang Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 246985 Created 5 years, 2 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
OLDNEW
(Empty)
1 In file included from class_does_not_require_finalization.cpp:5:
2 ./class_does_not_require_finalization.h:18:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer' may not require finalization.
3 class DoesNotNeedFinalizer
4 ^
5 ./class_does_not_require_finalization.h:24:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer2' may not require finalization.
6 class DoesNotNeedFinalizer2
7 ^
8 ./class_does_not_require_finalization.h:36:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer3' may not require finalization.
9 class DoesNotNeedFinalizer3
10 ^
11 3 warnings generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698