[llvm] r255779 - Add RAII wrapper for gold plugin file management
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 16 13:14:46 PST 2015
> +/// RAII wrapper to manage opening and releasing of a ld_plugin_input_file.
> +struct PluginInputFile {
> + void *handle;
Please use LLVM style for new code: Handle.
Cheers,
Rafael
More information about the llvm-commits
mailing list