Skip to content

Commit 634f851

Browse files
author
Erich Keane
committed
Remove stale documentation from InternalsManual.rst
The DuplicatesAllowedWhileMerging was removed a while ago, but the documentation remained. llvm-svn: 337835
1 parent 33b78c5 commit 634f851

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/docs/InternalsManual.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,11 +1891,6 @@ attribute classes. For instance, ``ParsedAttr`` is the shared
18911891
parsed attribute kind, but ARMInterruptAttr and MSP430InterruptAttr are the
18921892
semantic attributes generated.
18931893

1894-
By default, when declarations are merging attributes, an attribute will not be
1895-
duplicated. However, if an attribute can be duplicated during this merging
1896-
stage, set ``DuplicatesAllowedWhileMerging`` to ``1``, and the attribute will
1897-
be merged.
1898-
18991894
By default, attribute arguments are parsed in an evaluated context. If the
19001895
arguments for an attribute should be parsed in an unevaluated context (akin to
19011896
the way the argument to a ``sizeof`` expression is parsed), set

0 commit comments

Comments
 (0)