]> granicus.if.org Git - clang/commitdiff
Remove stale documentation from InternalsManual.rst
authorErich Keane <erich.keane@intel.com>
Tue, 24 Jul 2018 16:11:30 +0000 (16:11 +0000)
committerErich Keane <erich.keane@intel.com>
Tue, 24 Jul 2018 16:11:30 +0000 (16:11 +0000)
The DuplicatesAllowedWhileMerging was removed a while ago,
but the documentation remained.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337835 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InternalsManual.rst

index 7d85d2be286cceb25aa827bc8363b841a89f4f6b..af15b2e51e1c2ea73133eee3bebfc3ad1cc6b544 100644 (file)
@@ -1891,11 +1891,6 @@ attribute classes. For instance, ``ParsedAttr`` is the shared
 parsed attribute kind, but ARMInterruptAttr and MSP430InterruptAttr are the
 semantic attributes generated.
 
-By default, when declarations are merging attributes, an attribute will not be
-duplicated. However, if an attribute can be duplicated during this merging
-stage, set ``DuplicatesAllowedWhileMerging`` to ``1``, and the attribute will
-be merged.
-
 By default, attribute arguments are parsed in an evaluated context. If the
 arguments for an attribute should be parsed in an unevaluated context (akin to
 the way the argument to a ``sizeof`` expression is parsed), set