aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/InternalsManual.rst
diff options
context:
space:
mode:
authorJan Svoboda <jan_svoboda@apple.com>2021-03-02 11:53:40 +0100
committerJan Svoboda <jan_svoboda@apple.com>2021-03-02 11:53:40 +0100
commit4545813b17e3079af424764a7aa44b629e04b7c1 (patch)
tree6ac0ab6d7663619dd67057c95a9a7b80d65c34a1 /clang/docs/InternalsManual.rst
parent0cb9d8acbccb0f3ef3659d0efa1845845f1fc982 (diff)
downloadllvm-4545813b17e3079af424764a7aa44b629e04b7c1.zip
llvm-4545813b17e3079af424764a7aa44b629e04b7c1.tar.gz
llvm-4545813b17e3079af424764a7aa44b629e04b7c1.tar.bz2
[clang][cli] NFC: Rename marshalling multiclass
The new name drops `String` from `MarshallingInfoStringInt`, which follows the naming convention of other marshalling multiclasses.
Diffstat (limited to 'clang/docs/InternalsManual.rst')
-rw-r--r--clang/docs/InternalsManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.rst b/clang/docs/InternalsManual.rst
index bc574f4..4bae842 100644
--- a/clang/docs/InternalsManual.rst
+++ b/clang/docs/InternalsManual.rst
@@ -936,7 +936,7 @@ and the result is assigned to the key path on success.
.. code-block:: text
def mstack_probe_size : Joined<["-"], "mstack-probe-size=">, Flags<[CC1Option]>,
- MarshallingInfoStringInt<CodeGenOpts<"StackProbeSize">, "4096">;
+ MarshallingInfoInt<CodeGenOpts<"StackProbeSize">, "4096">;
**Enumeration**