Clang Project

clang_source_code/test/Refactor/tool-common-options.c
1// RUN: not clang-refactor 2>&1 | FileCheck --check-prefix=MISSING_ACTION %s
2// MISSING_ACTION: error: no refactoring action given
3// MISSING_ACTION-NEXT: note: the following actions are supported:
4