clang-change-namespace-4.0 --version (return code: 0)
LLVM (http://llvm.org/):
LLVM version 4.0.1
Optimized build with assertions.
Default target: x86_64-pc-linux-gnu
Host CPU: ivybridge
clang-change-namespace-4.0 --help (return code: -15)
USAGE: clang-change-namespace-4.0 [options] <source0> [... <sourceN>]
OPTIONS:
Generic Options:
-help - Display available options (-help-hidden for more)
-help-list - Display list of available options (-help-list-hidden for more)
-version - Display the version of this program
Change namespace.:
-extra-arg=<string> - Additional argument to append to the compiler command line
-extra-arg-before=<string> - Additional argument to prepend to the compiler command line
-file_pattern=<string> - Only rename namespaces in files that match the given pattern.
-i - Inplace edit <file>s, if specified.
-new_namespace=<string> - New namespace.
-old_namespace=<string> - Old namespace.
-p=<string> - Build path
-style=<string> - The style name used for reformatting.