aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2013-02-23 00:06:18 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2013-02-23 00:06:18 +0000
commit7728cddd7866fadd07f1191eee40985e3cdbc6bf (patch)
treef2172ec2dc07d771505b6693c88dc6f0b0cd67fd /docs
parentff971d7973aaa00c286b788d30f6919c7b1f4de2 (diff)
Revert r175912, "Add support for coldcc to clang" at John's request.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LanguageExtensions.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 40459a445a..014e2645d8 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -1970,12 +1970,3 @@ Clang implements two kinds of checks with this attribute.
In this case Clang does not warn because the format string ``s`` and
the corresponding arguments are annotated. If the arguments are
incorrect, the caller of ``foo`` will receive a warning.
-
-LLVM-Specific Calling Conventions
-=================================
-
-Clang supports `LLVM's coldcc calling convention
-<http://llvm.org/docs/LangRef.html#calling-conventions>`_ via the ``coldcc``
-GNU-style attribute, or the ``clang::coldcc`` C++11 attribute. However,
-this calling convention is not guaranteed to be ABI compatible between
-different versions of the compiler.