Age | Commit message (Expand) | Author |
2011-11-06 | Make sure when setting AttributesAsWritten of a property that they do not | Argyrios Kyrtzidis |
2011-11-03 | Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather t... | Douglas Gregor |
2011-11-01 | Enable function call and some overload resolution with parameters of aggregat... | Sebastian Redl |
2011-11-01 | Rework the AST for the initializer of a delegating constructor, so | Douglas Gregor |
2011-10-29 | Fixed FriendDecl source locations. | Abramo Bagnara |
2011-10-28 | Fix for PR9751 to change the behavior of -Wformat warnings. If the format | Richard Trieu |
2011-10-27 | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor |
2011-10-27 | Fix crash on an @interface nested inside @implementation, rdar://10336158 | Argyrios Kyrtzidis |
2011-10-26 | Pull out conversion on LHS of -> and . into its own function. This happens | Richard Smith |
2011-10-25 | Restore r142914 and r142915, now with missing file and apparent | John McCall |
2011-10-25 | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi |
2011-10-25 | Introduce a placeholder type for "pseudo object" | John McCall |
2011-10-25 | Check for unexpanded parameter packs in the name that guards a | Douglas Gregor |
2011-10-25 | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor |
2011-10-24 | Rework Microsoft __if_exists/__if_not_exists parsing and semantic | Douglas Gregor |
2011-10-20 | There's no point in marking a declaration invalid just because it | Douglas Gregor |
2011-10-19 | Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! | Douglas Gregor |
2011-10-19 | Move static array parameter checks to SemaExpr, per Doug's request | Peter Collingbourne |
2011-10-18 | Make it possible to compute the type of 'this' without capturing | Douglas Gregor |
2011-10-17 | Code completion chunks are pod-like. | Benjamin Kramer |
2011-10-17 | Teach the ARC compiler to not require __bridge casts when | John McCall |
2011-10-16 | Add sema checks for calls to functions taking static array parameters | Peter Collingbourne |
2011-10-16 | Drop the Diagnose parameter from Sema::PerformImplicitConversion again and in... | Sebastian Redl |
2011-10-14 | Provide half floating point support as a storage only type. | Anton Korobeynikov |
2011-10-14 | When declaring an out-of-line template, attempt to rebuild any types | Douglas Gregor |
2011-10-14 | Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to | Erik Verbruggen |
2011-10-13 | Extend -Wno-sizeof-array-argument to strncpy and friends. | Nico Weber |
2011-10-13 | Allow for annotate attributes after access specifiers. When such | Erik Verbruggen |
2011-10-11 | Catch placeholder types in DefaultLvalueConversion | John McCall |
2011-10-11 | Get rid of ShouldDeleteMoveConstructor. | Sean Hunt |
2011-10-11 | Consolidate copy constructor deletion into ShouldDeleteSpecialMember. | Sean Hunt |
2011-10-11 | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman |
2011-10-11 | [Microsoft] If -fms-compatibility, then downgrade missing typename error to w... | Francois Pichet |
2011-10-11 | Add typo correction for type names. | Kaelyn Uhrain |
2011-10-11 | Move some bool flags out of function parameter lists. | Kaelyn Uhrain |
2011-10-10 | objc: Some refactoring of overriding method decl. code | Fariborz Jahanian |
2011-10-10 | Parse the initializer for a class member after handling its | Douglas Gregor |
2011-10-10 | Begin work consolidating ShouldDelete* functions. | Sean Hunt |
2011-10-06 | Move type-checking for C-style casts in C into the now-misnamed | John McCall |
2011-10-06 | Implicitly assume that a ObjC category to an unavailable interface is also un... | Argyrios Kyrtzidis |
2011-10-06 | When using an unavailable/deprecated interface Foo inside Foo's interface/imp... | Argyrios Kyrtzidis |
2011-10-06 | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman |
2011-10-06 | Added CXAvailability_NotAccessible to indicate that a declaration is availabl... | Erik Verbruggen |
2011-10-06 | OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers, | Peter Collingbourne |
2011-10-05 | Added a flag to identify resolved overloaded function references. | Abramo Bagnara |
2011-10-05 | Refactor the analysis of C++ cast expressions so that even | John McCall |
2011-10-03 | Propagate __attribute__((returns_twice)) from C to IL. | Rafael Espindola |
2011-10-03 | Pass from the parser the locations of selector identifiers when creating | Argyrios Kyrtzidis |
2011-10-03 | Pass all the locations of the selector identifiers for a message expression f... | Argyrios Kyrtzidis |
2011-10-02 | CUDA: diagnose invalid calls across targets | Peter Collingbourne |