| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -5/+5 |
| * | Remove obsolete comment missed by r162937 | Andy Gibbs | 2012-11-28 | 1 | -4/+0 |
| * | Clean up code according to coding standards | Andy Gibbs | 2012-11-17 | 1 | -3/+2 |
| * | Prevent premature macro expansion in __has_builtin, __has_feature, | Andy Gibbs | 2012-11-17 | 1 | -3/+3 |
| * | Made the "expected string literal" diagnostic more expressive | Andy Gibbs | 2012-11-17 | 1 | -1/+2 |
| * | Refactored duplicate string literal lexing code within Preprocessor, into a | Andy Gibbs | 2012-11-17 | 1 | -60/+36 |
| * | Fix handling of invalid uses of the __has_warning builtin macro | Andy Gibbs | 2012-11-17 | 1 | -2/+6 |
| * | Suppress elided variadic macro argument extension diagnostic for macros using | Eli Friedman | 2012-11-14 | 1 | -3/+8 |
| * | Rename LangOptions members for address sanitizer and thread sanitizer from | Richard Smith | 2012-11-05 | 1 | -1/+1 |
| * | Fix for PR13334. This prevents crashes that result from badly formed | Richard Trieu | 2012-10-22 | 1 | -12/+27 |
| * | Track which particular submodule #undef's a macro, so that the actual | Douglas Gregor | 2012-10-12 | 1 | -6/+12 |
| * | Diagnose the expansion of ambiguous macro definitions. This can happen | Douglas Gregor | 2012-10-11 | 1 | -5/+31 |
| * | Introduce a simple "hint" scheme to eliminate the quadratic behavior | Douglas Gregor | 2012-10-11 | 1 | -3/+3 |
| * | Remove an unused bit from the serialized IdentifierInfo | Douglas Gregor | 2012-10-11 | 1 | -1/+1 |
| * | Deserialize macro history when we deserialize an identifier that has | Douglas Gregor | 2012-10-11 | 1 | -12/+89 |
| * | Revert r163022, it caused PR13924. | Nico Weber | 2012-09-26 | 1 | -5/+1 |
| * | Macro history (de-)serialization. Deserialization currently reads only the la... | Alexander Kornienko | 2012-09-25 | 1 | -4/+5 |
| * | Introduce builtin macros to determine whether we're building a | Douglas Gregor | 2012-09-25 | 1 | -0/+67 |
| * | StringRef'ize Preprocessor::CreateString(). | Dmitri Gribenko | 2012-09-24 | 1 | -6/+3 |
| * | Replace raw call to snprintf() by llvm streams. | Dmitri Gribenko | 2012-09-24 | 1 | -21/+24 |
| * | Normalize line endings of r163022. | Joao Matos | 2012-08-31 | 1 | -1177/+1177 |
| * | Emulate MSVC's preprocessor macro argument separator behavior by not consider... | Joao Matos | 2012-08-31 | 1 | -1173/+1177 |
| * | Extend the "__is_pod" hack, which demotes various type trait keywords | Douglas Gregor | 2012-08-30 | 1 | -12/+2 |
| * | Make preprocessor act in a GCC-compatible fashion when a macro is redefined | Richard Smith | 2012-08-30 | 1 | -1/+1 |
| * | Fixed a problem with #pragma push_macro/pop_macro implementation. | Alexander Kornienko | 2012-08-29 | 1 | -0/+9 |
| * | 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 |