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