blob: a36210d7e1bd708f324ab5b7a0c44aa0c58de68a [file] [log] [blame]
Jean-Daniel Dupas2e4fd6d2012-05-04 08:08:37 +00001// RUN: %clang -### -Wlarge-by-value-copy %s 2>&1 | FileCheck -check-prefix=LARGE_VALUE_COPY_DEFAULT %s
2// LARGE_VALUE_COPY_DEFAULT: -Wlarge-by-value-copy=64
3// RUN: %clang -### -Wlarge-by-value-copy=128 %s 2>&1 | FileCheck -check-prefix=LARGE_VALUE_COPY_JOINED %s
4// LARGE_VALUE_COPY_JOINED: -Wlarge-by-value-copy=128