mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 14:28:54 -04:00

This commit ensures that CommonOptionsParser works with subcommands. This allows clang-refactor to use the CommonOptionsParser. Differential Revision: https://reviews.llvm.org/D37618 llvm-svn: 313260
4 lines
198 B
C
4 lines
198 B
C
// RUN: not clang-refactor 2>&1 | FileCheck --check-prefix=MISSING_ACTION %s
|
|
// MISSING_ACTION: error: no refactoring action given
|
|
// MISSING_ACTION-NEXT: note: the following actions are supported:
|