| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -1/+2 |
* | Fix missing includes for llvm_unreachable | David Blaikie | 2011-09-23 | 1 | -0/+1 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
* | ArrayRef-ifying MacroArgs::create's arguments argument. | David Blaikie | 2011-09-22 | 1 | -2/+1 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -1/+1 |
* | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor | 2011-09-15 | 1 | -1/+1 |
* | Allow C++0x enumerations with a fixed underlying type in | Douglas Gregor | 2011-09-08 | 1 | -0/+1 |
* | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor | 2011-09-08 | 1 | -0/+1 |