diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-19 07:06:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-19 07:06:44 +0000 |
commit | 480bb91b18b8c40c44b69418e2b9c342599cbe28 (patch) | |
tree | 476ee94b6775c1b7cd99a7aaea7786666414df5e /clang/www/features.html | |
parent | 2b7dbf4d0aa2c6d7ecd97a22192beffb3123e897 (diff) | |
download | bcm5719-llvm-480bb91b18b8c40c44b69418e2b9c342599cbe28.tar.gz bcm5719-llvm-480bb91b18b8c40c44b69418e2b9c342599cbe28.zip |
add a note
llvm-svn: 67290
Diffstat (limited to 'clang/www/features.html')
-rw-r--r-- | clang/www/features.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/www/features.html b/clang/www/features.html index 21f6ebcc8d3..f3b76f8c63c 100644 --- a/clang/www/features.html +++ b/clang/www/features.html @@ -311,6 +311,9 @@ implements the "wwopen" class of APIs):</p> <p>In practice, we've found that this is actually more useful in multiply nested macros that in simple ones.</p> +<h4>Fix-it Hints</h4> + +<p>simple example + template<> example</p> <h4>C++ Fun Examples</h4> |