aboutsummaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.html
AgeCommit message (Expand)Author
2010-05-062nd part of: Overhauled llvm/clang docs builds.mike-m
2010-04-30Add Clang version inspection macros. Fixes PR6681.Douglas Gregor
2010-04-23concepts is not a keyword here and fix copy-pasto.Nick Lewycky
2010-03-16update linkChris Lattner
2010-01-27Clarify the documentation of ext_vector, and add a small example. HopefullyOwen Anderson
2010-01-13Fix pasto in __has_feature(cxx_lambdas) docsDouglas Gregor
2010-01-13Add a bunch more feature-checking macros for C++0x features. Some of these areSean Hunt
2009-12-03Fix typo.Ted Kremenek
2009-12-03Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of con...Ted Kremenek
2009-12-03Add section on what language features __has_feature() supports for querying i...Ted Kremenek
2009-11-02Added __has_include and __has_include_next.John Thompson
2009-09-21Implement __builtin_unreachable(), a GCC 4.5 extension.Chris Lattner
2009-09-16grammaroChris Lattner
2009-06-14Fix "for all intensive purposes" to "for all intents and purposes".Nick Lewycky
2009-06-13implement and document a new __has_feature and __has_builtin magic Chris Lattner
2009-05-05257 -> FSChris Lattner
2009-04-13mention the non-standard builtin macros we support.Chris Lattner
2009-04-10typosChris Lattner
2009-04-10Wording changes.Ted Kremenek
2009-04-10Add blurb about attribute "analyzer_noreturn"Ted Kremenek
2009-04-09document the x86 address space extension for GS.Chris Lattner
2009-03-09link to blocks doxChris Lattner
2009-02-18fix typoChris Lattner
2009-02-18Allow "overloadable" functions in C to be declared as variadic withoutDouglas Gregor
2009-02-13wrap some crazy long lines.Chris Lattner
2009-02-13document __builtin_shufflevectorChris Lattner
2009-02-13Add documentation for overloaded functions in CDouglas Gregor
2009-02-09new document.Chris Lattner