r337835 - Remove stale documentation from InternalsManual.rst
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 24 09:11:31 PDT 2018
Author: erichkeane
Date: Tue Jul 24 09:11:30 2018
New Revision: 337835
URL: http://llvm.org/viewvc/llvm-project?rev=337835&view=rev
Log:
Remove stale documentation from InternalsManual.rst
The DuplicatesAllowedWhileMerging was removed a while ago,
but the documentation remained.
Modified:
cfe/trunk/docs/InternalsManual.rst
Modified: cfe/trunk/docs/InternalsManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.rst?rev=337835&r1=337834&r2=337835&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.rst (original)
+++ cfe/trunk/docs/InternalsManual.rst Tue Jul 24 09:11:30 2018
@@ -1891,11 +1891,6 @@ attribute classes. For instance, ``Parse
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
More information about the cfe-commits
mailing list