summaryrefslogtreecommitdiffstats
path: root/clang/docs/InternalsManual.rst
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2018-07-24 16:11:30 +0000
committerErich Keane <erich.keane@intel.com>2018-07-24 16:11:30 +0000
commit634f851766eeead719dbf971b8d449921f3a0bdb (patch)
tree02f10d2778b6f474be875453b8c9390b6bcf7da3 /clang/docs/InternalsManual.rst
parent33b78c5d24ecafeff93d9345e7dc21c9005985d6 (diff)
downloadbcm5719-llvm-634f851766eeead719dbf971b8d449921f3a0bdb.tar.gz
bcm5719-llvm-634f851766eeead719dbf971b8d449921f3a0bdb.zip
Remove stale documentation from InternalsManual.rst
The DuplicatesAllowedWhileMerging was removed a while ago, but the documentation remained. llvm-svn: 337835
Diffstat (limited to 'clang/docs/InternalsManual.rst')
-rw-r--r--clang/docs/InternalsManual.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/docs/InternalsManual.rst b/clang/docs/InternalsManual.rst
index 7d85d2be286..af15b2e51e1 100644
--- a/clang/docs/InternalsManual.rst
+++ b/clang/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
OpenPOWER on IntegriCloud