r177551 - [docs] Prominently note that modules are expemental.
Sean Silva
silvas at purdue.edu
Wed Mar 20 11:37:43 PDT 2013
Author: silvas
Date: Wed Mar 20 13:37:42 2013
New Revision: 177551
URL: http://llvm.org/viewvc/llvm-project?rev=177551&view=rev
Log:
[docs] Prominently note that modules are expemental.
And ask for people to try it out and send us bug reports!
Modified:
cfe/trunk/docs/Modules.rst
Modified: cfe/trunk/docs/Modules.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Modules.rst?rev=177551&r1=177550&r2=177551&view=diff
==============================================================================
--- cfe/trunk/docs/Modules.rst (original)
+++ cfe/trunk/docs/Modules.rst Wed Mar 20 13:37:42 2013
@@ -5,6 +5,10 @@ Modules
.. contents::
:local:
+.. warning::
+ The functionality described on this page is still experimental! Please
+ try it out and send us bug reports!
+
Introduction
============
Most software is built using a number of software libraries, including libraries supplied by the platform, internal libraries built as part of the software itself to provide structure, and third-party libraries. For each library, one needs to access both its interface (API) and its implementation. In the C family of languages, the interface to a library is accessed by including the appropriate header files(s):
More information about the cfe-commits
mailing list