Index: include/llvm/Support/CommandLine.h =================================================================== --- include/llvm/Support/CommandLine.h +++ include/llvm/Support/CommandLine.h @@ -333,10 +333,7 @@ // void addArgument(); - /// Unregisters this option from the CommandLine system. - /// - /// This option must have been the last option registered. - /// For testing purposes only. + // Unregisters this option from the CommandLine system. void removeArgument(); // Return the width of the option tag for printing...