mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 04:06:20 +00:00
![Alex Lorenz](/assets/img/avatar_default.png)
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:
|