.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH CLANG-RENAME "1" "June 2017" "clang-rename 3.9" "User Commands" .SH NAME clang-rename \- manual page for clang-rename 3.9 .SH DESCRIPTION ERROR: ld.so: object 'libfakeroot\-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. OVERVIEW: A tool to rename symbols in C/C++ code. clang\-rename renames every occurrence of a symbol found at in . If \fB\-i\fR is specified, the edited files are overwritten to disk. Otherwise, the results are written to stdout. .PP USAGE: clang\-rename [subcommand] [options] [... ] .PP OPTIONS: .PP Clang\-rename options: .HP \fB\-export\-fixes=\fR \- YAML file to store suggested fixes in. .HP \fB\-extra\-arg=\fR \- Additional argument to append to the compiler command line .HP \fB\-extra\-arg\-before=\fR \- Additional argument to prepend to the compiler command line .HP \fB\-i\fR \- Overwrite edited s. .HP \fB\-new\-name=\fR \- The new name to change the symbol to. .HP \fB\-offset=\fR \- Locates the symbol by offset as opposed to :. .HP \fB\-old\-name=\fR \- The fully qualified name of the symbol, if \fB\-offset\fR is not used. .HP \fB\-p=\fR \- Build path .HP \fB\-pl\fR \- Print the locations affected by renaming to stderr. .HP \fB\-pn\fR \- Print the found symbol's name prior to renaming to stderr. .PP Generic Options: .HP \fB\-help\fR \- Display available options (\fB\-help\-hidden\fR for more) .HP \fB\-help\-list\fR \- Display list of available options (\fB\-help\-list\-hidden\fR for more) .HP \fB\-version\fR \- Display the version of this program