| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Keep history of macro definitions and #undefs | Alexander Kornienko | 2012-08-29 | 1 | -14/+9 |
| * | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -2/+1 |
| * | c: small refactoring of checking for __attribute__(const)) | Fariborz Jahanian | 2012-08-13 | 1 | -8/+1 |
| * | c: make __has_attribute(const) work for const | Fariborz Jahanian | 2012-08-13 | 1 | -0/+7 |
| * | Add __has_feature(attribute_availability_with_message). | Jordan Rose | 2012-07-24 | 1 | -0/+1 |
| * | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
| * | Introduce __has_feature(attribute_unused_on_fields) to determine whether | Daniel Jasper | 2012-06-27 | 1 | -0/+1 |
| * | Minor improvements to some C99 variadic-macro-related diagnostics. | Richard Smith | 2012-06-22 | 1 | -3/+5 |
| * | Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriate | John McCall | 2012-06-20 | 1 | -1/+1 |
| * | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -3/+3 |
| * | Reapply r158700 and fixup patches, minus one hunk that slipped through and | Alexis Hunt | 2012-06-19 | 1 | -0/+1 |
| * | Revert r158700 and dependent patches r158716, r158717, and r158731. | Jakob Stoklund Olesen | 2012-06-19 | 1 | -1/+0 |
| * | Improve the specification of spellings in Attr.td. | Alexis Hunt | 2012-06-19 | 1 | -0/+1 |
| * | [preprocessor] Make sure that MacroExpands callbacks are always in source order. | Argyrios Kyrtzidis | 2012-05-10 | 1 | -3/+21 |
| * | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -0/+1 |
| * | Add a query macro for C++11 N3276, decltype does not require complete | Douglas Gregor | 2012-04-10 | 1 | -0/+1 |
| * | Add feature check "cxx_local_type_template_args" describing support | Douglas Gregor | 2012-04-04 | 1 | -0/+2 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -5/+5 |
| * | User-defined literals are done. | Richard Smith | 2012-03-09 | 1 | -2/+2 |
| * | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+4 |
| * | User-defined literals: reject string and character UDLs in all places where the | Richard Smith | 2012-03-06 | 1 | -14/+15 |
| * | 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 | -1/+6 |
| * | Initializer lists are now supported. | Sebastian Redl | 2012-02-25 | 1 | -1/+1 |
| * | Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and | Richard Smith | 2012-02-25 | 1 | -2/+13 |
| * | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor | 2012-02-24 | 1 | -0/+1 |
| * | Provide the __is_trivially_assignable type trait, which provides | Douglas Gregor | 2012-02-23 | 1 | -0/+1 |
| * | Clang now supports lambda expressions. | Douglas Gregor | 2012-02-23 | 1 | -1/+1 |
| * | Advertize support for constexpr. | Richard Smith | 2012-02-14 | 1 | -1/+1 |
| * | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -3/+3 |
| * | objc2: add __has_feature(objc_default_synthesize_properties). | Fariborz Jahanian | 2012-02-02 | 1 | -0/+1 |
| * | fix a crash on: | Chris Lattner | 2012-01-31 | 1 | -1/+2 |
| * | Only mark an IdentifierInfo as having changed since deserialization | Douglas Gregor | 2012-01-24 | 1 | -3/+4 |
| * | Some improvements to the handling of C11 atomic types: | David Chisnall | 2012-01-16 | 1 | -0/+4 |
| * | Add __has_feature(modules) to indicate when modules are available (in | Douglas Gregor | 2012-01-04 | 1 | -1/+2 |
| * | Add __has_feature(objc_modules) | Douglas Gregor | 2012-01-03 | 1 | -0/+1 |
| * | Added a missing case for -Wdisabled-macro-expansion. | Abramo Bagnara | 2012-01-02 | 1 | -1/+3 |
| * | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -5/+5 |
| * | remove unneeded config.h includes | Dylan Noblesmith | 2011-12-22 | 1 | -1/+1 |
| * | [PCH] Fix bug where we failed to update an identifier for a single token | Argyrios Kyrtzidis | 2011-12-17 | 1 | -0/+5 |
| * | Implement support for the __is_final type trait, to determine whether | Douglas Gregor | 2011-12-03 | 1 | -0/+1 |
| * | implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize... | Kostya Serebryany | 2011-11-22 | 1 | -0/+1 |
| * | Add __has_feature(cxx_raw_string_literals) and | Douglas Gregor | 2011-11-01 | 1 | -2/+2 |
| * | Add __has_feature(cxx_defaulted_functions) for querying "defaulted | Douglas Gregor | 2011-11-01 | 1 | -0/+1 |
| * | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor | 2011-10-27 | 1 | -0/+4 |
| * | Add a __has_feature check for arc_cf_code_audited. | John McCall | 2011-10-18 | 1 | -0/+1 |
| * | -Wc++98-compat warnings for the lexer. | Richard Smith | 2011-10-15 | 1 | -2/+4 |
| * | Add c_alignas and cxx_alignas features | Peter Collingbourne | 2011-10-14 | 1 | -0/+3 |
| * | Implement built-in macro '__has_warning', which allows one to query if a warn... | Ted Kremenek | 2011-10-12 | 1 | -0/+69 |
| * | Fixed exapnsion range for # and ##. | Abramo Bagnara | 2011-10-03 | 1 | -1/+2 |