llvm-svn: 207653
This commit is contained in:
Alex McCarthy 2014-04-30 14:18:41 +00:00
parent fec08c72be
commit 8f877cbe5c
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
// RUN: clang-tidy -checks=clang-analyzer-core.NullDereference -disable-checks='' -analyze-temporary-dtors %s -- > %t.log // RUN: clang-tidy -checks=clang-analyzer-core.NullDereference -disable-checks='' -analyze-temporary-dtors %s -- | FileCheck %s
// FileCheck complains if the input file is empty, so add a dummy line.
// RUN: echo foo >> %t.log
// RUN: FileCheck %s < %t.log
struct NoReturnDtor { struct NoReturnDtor {
~NoReturnDtor() __attribute__((noreturn)); ~NoReturnDtor() __attribute__((noreturn));