Skip to content
Snippets Groups Projects
Commit 4449ec09 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

'&&' clang commands together so that the test status reflects the results of...

'&&' clang commands together so that the test status reflects the results of all three clang executions.

llvm-svn: 53132
parent e83e69e7
No related branches found
No related tags found
No related merge requests found
// RUN: clang -warn-dead-stores -verify %s // RUN: clang -warn-dead-stores -verify %s &&
// RUN: clang -checker-simple -warn-dead-stores -verify %s // RUN: clang -checker-simple -warn-dead-stores -verify %s &&
// RUN: clang -warn-dead-stores -checker-simple -verify %s // RUN: clang -warn-dead-stores -checker-simple -verify %s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment