diff options
author | Chris Lattner <sabre@nondot.org> | 2011-03-21 16:25:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-03-21 16:25:11 +0000 |
commit | 04fe64f899a854a0ca3a0f09fd1ddb2b8c3225c4 (patch) | |
tree | 936aa206776943251fa5e488f7b4bcc4c5d568c5 /clang/docs/LanguageExtensions.html | |
parent | 4dd420f19371715c1efb39b3a11853ccc07293cd (diff) | |
download | bcm5719-llvm-04fe64f899a854a0ca3a0f09fd1ddb2b8c3225c4.tar.gz bcm5719-llvm-04fe64f899a854a0ca3a0f09fd1ddb2b8c3225c4.zip |
and now there are 3!
llvm-svn: 128001
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 99c7d013ca2..30aa0e121e7 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -80,7 +80,7 @@ more information on these extensions.</p> <!-- ======================================================================= --> <p>Language extensions can be very useful, but only if you know you can depend -on them. In order to allow fine-grain features checks, we support two builtin +on them. In order to allow fine-grain features checks, we support three builtin function-like macros. This allows you to directly test for a feature in your code without having to resort to something like autoconf or fragile "compiler version checks".</p> |