aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-03-07Correct the documentation to give a legal example of a raw string literal.Richard Smith
2012-03-03Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith
2012-03-03Fix Typo in 'objc changes' anchor.Jean-Daniel Dupas
2012-03-01add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to...Kostya Serebryany
2012-03-01Implement double underscore names support in __has_attributeJean-Daniel Dupas
2012-03-01Correct an example of a feature name to actually use a feature name ratherRichard Smith
2012-02-26Update release notes and language extensions pages to note that support forRichard Smith
2012-02-25Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (andRichard Smith
2012-02-24Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor
2012-02-23Fix indentationDouglas Gregor
2012-02-23Note that lambda expressions are available in the release notes for 3.1Douglas Gregor
2012-02-23Clang supports lambdas.Douglas Gregor
2012-02-22Improve placement of clang crash diagnostics section.Chad Rosier
2012-02-22Add clang crash diagnostic info and associated flags to Clang user manual.Chad Rosier
2012-02-18Add -Wstrncat-size and -Wempty-body to release notes.Dmitri Gribenko
2012-02-16Add a few minor items to the 3.1 release notes.Nico Weber
2012-02-16Start off release notes for clang 3.1 with reference to C11 anonymous structsRichard Smith
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
2012-02-14Advertize support for constexpr.Richard Smith
2012-02-12Fix broken link. I believe this has been broken for at least 7 months.Michael J. Spencer
2012-02-05Fix a typo (builting -> builtin).Benjamin Kramer
2012-01-24The following patch adds __attribute__((no_address_safety_analysis)) which wi...Kostya Serebryany
2012-01-23[asan] document the need for -fno-optimize-sibling-callsKostya Serebryany
2012-01-15Tweak markup.Benjamin Kramer
2012-01-15added descriptions of vector extensions, info about vector literals and vecto...Anton Yartsev
2012-01-15Fix ALL the markup.Benjamin Kramer
2012-01-06[asan] mention -fno-omit-frame-pointer in the docsKostya Serebryany
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer
2011-12-19Fix typo 'typdefs', from Nikola SmiljanicDouglas Gregor
2011-12-19fix a broken linkChris Lattner
2011-12-15clarify that clang version number macros are marketing version #'s, not somet...Chris Lattner
2011-12-12[asan] update asan docsKostya Serebryany
2011-12-09Document the updated behaviour of __builtin_constant_p introduced in r146236.Richard Smith
2011-12-05we got badgered into supporting multi-alternative constraints.Chris Lattner
2011-12-03Implement support for the __is_final type trait, to determine whetherDouglas Gregor
2011-12-02[asan] update docs to allow, but discourage, -O0Kostya Serebryany
2011-11-29Add Clang release notes for OpenCL C support.Peter Collingbourne
2011-11-29Fix URL typo.Peter Collingbourne
2011-11-29Fix a spelling error pointed out by Sebastien, and tidy up theChandler Carruth
2011-11-29Remove the last of my notes. I don't think these really need to be inChandler Carruth
2011-11-29Last major chunk of features. This covers a couple of languageChandler Carruth
2011-11-29And sink the GNU runtime bit into this section as a stub.Chandler Carruth
2011-11-29Flesh out the Objective-C section a bit. This may well need some loveChandler Carruth
2011-11-28CFI is mentioned on the LLVM releases as the clang bits are relatively small.Rafael Espindola
2011-11-28Update release notes with 2 features now supported in -fms-extensions mode. Francois Pichet
2011-11-28Release notes: add link to ISO C++ 2011 standard from the C++11 section.Richard Smith
2011-11-28Update release notes with information on MSVC mode.Francois Pichet
2011-11-28Release notes: fix up formatting of diagnostic example.Richard Smith
2011-11-28Extract a Windows section in the release notes. Hopefully this is moreChandler Carruth
2011-11-28Create a stub for Nick to hack on, nuking another of my rough notes.Chandler Carruth