From: Daniel Dunbar Date: Thu, 5 Apr 2012 17:10:06 +0000 (+0000) Subject: [Lex] Add support for 'user specified system frameworks' (see test case). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85ff9693b178658f9d8af7be30a086fb1ab81fdd;p=clang [Lex] Add support for 'user specified system frameworks' (see test case). - Developers of system frameworks need a way for their framework to be treated as a "system framework" during development. Otherwise, they are unable to properly test how their framework behaves when installed because of the semantic changes (in warning behavior) applied to system frameworks. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154105 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index d6053b90fb..40145a4739 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -30,6 +30,7 @@
  • Vectors and Extended Vectors
  • Messages on deprecated and unavailable attributes
  • Attributes on enumerators
  • +
  • 'User-Specified' System Frameworks
  • Availability attribute
  • Checks for Standard Language Features