summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-20 22:40:43 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-20 22:40:43 +0000
commitf2eb9368390398b9cac6caa604ae788e40e101a2 (patch)
treef75ce9e5ff70e822dbd50f5d431f4b176632cf34 /include
parent7117d739d630f523aff1338e69019856bbf0d66b (diff)
downloadllvm-f2eb9368390398b9cac6caa604ae788e40e101a2.tar.gz
llvm-f2eb9368390398b9cac6caa604ae788e40e101a2.tar.bz2
llvm-f2eb9368390398b9cac6caa604ae788e40e101a2.tar.xz
Remove comment that hasn't been true for 5 years
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Option/Arg.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/llvm/Option/Arg.h b/include/llvm/Option/Arg.h
index eee4014a41..d1e1aa1ce7 100644
--- a/include/llvm/Option/Arg.h
+++ b/include/llvm/Option/Arg.h
@@ -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;