[llvm] r206725 - Remove comment that hasn't been true for 5 years
David Blaikie
dblaikie at gmail.com
Sun Apr 20 15:40:43 PDT 2014
Author: dblaikie
Date: Sun Apr 20 17:40:43 2014
New Revision: 206725
URL: http://llvm.org/viewvc/llvm-project?rev=206725&view=rev
Log:
Remove comment that hasn't been true for 5 years
Modified:
llvm/trunk/include/llvm/Option/Arg.h
Modified: llvm/trunk/include/llvm/Option/Arg.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Option/Arg.h?rev=206725&r1=206724&r2=206725&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Option/Arg.h (original)
+++ llvm/trunk/include/llvm/Option/Arg.h Sun Apr 20 17:40:43 2014
@@ -27,10 +27,7 @@ class ArgList;
/// \brief A concrete instance of a particular driver option.
///
/// The Arg class encodes just enough information to be able to
-/// derive the argument values efficiently. In addition, Arg
-/// instances have an intrusive double linked list which is used by
-/// ArgList to provide efficient iteration over all instances of a
-/// particular option.
+/// derive the argument values efficiently.
class Arg {
Arg(const Arg &) LLVM_DELETED_FUNCTION;
void operator=(const Arg &) LLVM_DELETED_FUNCTION;
More information about the llvm-commits
mailing list