From: Peter Collingbourne Date: Fri, 15 Apr 2011 00:35:48 +0000 (+0000) Subject: C1X: implement generic selections X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f111d935722ed488144600cea5ed03a6b5069e8f;p=clang C1X: implement generic selections As an extension, generic selection support has been added for all supported languages. The syntax is the same as for C1X. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129554 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index b16c38c768..70c0ff2834 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -52,6 +52,7 @@ td {
  • Checks for Type Traits
  • Blocks
  • Function Overloading in C
  • +
  • Generic Selections
  • Builtin Functions