From: Erich Keane Date: Tue, 24 Jul 2018 16:11:30 +0000 (+0000) Subject: Remove stale documentation from InternalsManual.rst X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a29954b0aaca902131992cce6cfbf211769f550;p=clang Remove stale documentation from InternalsManual.rst 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 --- diff --git a/docs/InternalsManual.rst b/docs/InternalsManual.rst index 7d85d2be28..af15b2e51e 100644 --- a/docs/InternalsManual.rst +++ b/docs/InternalsManual.rst @@ -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