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