From 3c9bc4dbdb8878d3bd3e2ad9034a25e2e50b53cd Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 5 Apr 2012 17:10:06 +0000 Subject: [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. llvm-svn: 154105 --- clang/docs/LanguageExtensions.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'clang/docs/LanguageExtensions.html') diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index d6053b90fbf..40145a47396 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/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