diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-13 02:45:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-13 02:45:46 +0000 |
commit | 7de645659306909d6051f2ef3c34346756b139b6 (patch) | |
tree | 7e10b4d2b3af28c50d9758b5a0d71725ebd59348 /clang/docs/LanguageExtensions.html | |
parent | 04adcf153d62cee82c9b338f21525c1e09fb25c2 (diff) | |
download | bcm5719-llvm-7de645659306909d6051f2ef3c34346756b139b6.tar.gz bcm5719-llvm-7de645659306909d6051f2ef3c34346756b139b6.zip |
mention the non-standard builtin macros we support.
llvm-svn: 68935
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index d298a5622df..070fdc2e082 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -19,6 +19,7 @@ td { <ul> <li><a href="#intro">Introduction</a></li> +<li><a href="#builtinmacros">Builtin Macros</a></li> <li><a href="#vectors">Vectors and Extended Vectors</a></li> <li><a href="#blocks">Blocks</a></li> <li><a href="#overloading-in-c">Function Overloading in C</a></li> @@ -50,6 +51,12 @@ href="http://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html">GCC manual</a> for more information on these extensions.</p> <!-- ======================================================================= --> +<h2 id="builtinmacros">Builtin Macros</h2> +<!-- ======================================================================= --> + +<p>__BASE_FILE__, __INCLUDE_LEVEL__, __TIMESTAMP__, __COUNTER__</p> + +<!-- ======================================================================= --> <h2 id="vectors">Vectors and Extended Vectors</h2> <!-- ======================================================================= --> |