Age | Commit message (Expand) | Author |
2012-12-12 | docs: Convert some docs to reST. | Sean Silva |
2012-09-25 | Add the Microsoft __is_interface_class type trait. | John McCall |
2012-09-17 | Added an example of an empty case label to avoid confusion. | Alexander Kornienko |
2012-08-31 | Documentation: correct a typo introduced in r162971. | Dmitri Gribenko |
2012-08-31 | Documentation: add missing word "accepts". | Dmitri Gribenko |
2012-08-17 | Add support for "type safety" attributes that allow checking that 'void *' | Dmitri Gribenko |
2012-08-05 | Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr... | Hal Finkel |
2012-06-18 | document _has_feature(objc_default_synthesize_properties). | Fariborz Jahanian |
2012-05-27 | Close HTML tag properly. | Dmitri Gribenko |
2012-05-03 | Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts. | Richard Smith |
2012-05-03 | Minor copy-edits to clang::fallthrough attribute documentation. | Richard Smith |
2012-05-03 | Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between | Richard Smith |
2012-04-19 | Formatting fix. | Richard Smith |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-11 | Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's | Richard Smith |
2012-04-10 | Add a query macro for C++11 N3276, decltype does not require complete | Douglas Gregor |
2012-04-05 | [Lex] Add support for 'user specified system frameworks' (see test case). | Daniel Dunbar |
2012-04-04 | Add feature check "cxx_local_type_template_args" describing support | Douglas Gregor |
2012-03-21 | Removed repeated word (of of). | Patrick Beard |
2012-03-20 | Fixed typo. | Patrick Beard |
2012-03-20 | Added summary section for Object Literals and Subscripting, which contains th... | Patrick Beard |
2012-03-20 | Link to Objective-C literals documentation. | Patrick Beard |
2012-03-19 | LanguageExtensions: Manually word wrap a line to reduce horizontal scrolling. | Benjamin Kramer |
2012-03-11 | Document the weak-linking behavior of the availability attribute | Douglas Gregor |
2012-03-11 | Document the availability attribute | Douglas Gregor |
2012-03-10 | Clarify even further that the lambda-to-block-pointer conversion is only avai... | Douglas Gregor |
2012-03-09 | Document the conversion from a lambda closure type to a block pointer | Douglas Gregor |
2012-03-09 | User-defined literals are done. | Richard Smith |
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-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 | Clang supports lambdas. | Douglas Gregor |
2012-02-14 | Advertize support for constexpr. | Richard Smith |
2012-01-24 | The following patch adds __attribute__((no_address_safety_analysis)) which wi... | 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 |
2011-12-23 | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer |
2011-12-15 | clarify that clang version number macros are marketing version #'s, not somet... | Chris Lattner |
2011-12-03 | Implement support for the __is_final type trait, to determine whether | Douglas Gregor |
2011-11-28 | First version of AddressSanitizer docs; documentation for __has_feature(addre... | Kostya Serebryany |
2011-11-03 | Fix grammaro | Douglas Gregor |
2011-11-01 | Add __has_feature(cxx_defaulted_functions) for querying "defaulted | Douglas Gregor |
2011-10-18 | Update documentation to use "C++11" instead of "C++0x" | David Blaikie |
2011-10-14 | Add c_alignas and cxx_alignas features | Peter Collingbourne |
2011-10-12 | Implement built-in macro '__has_warning', which allows one to query if a warn... | Ted Kremenek |