Age | Commit message (Expand) | Author |
2011-11-07 | [arcmt] Fix handling NSMakeCollectable inside an objc method. | Argyrios Kyrtzidis |
2011-11-07 | [arcmt] In GC, handle (assign) @properties. | Argyrios Kyrtzidis |
2011-11-07 | [arcmt] Map property decls to their GC attributes. | Argyrios Kyrtzidis |
2011-11-07 | Add support for printing integer literals of type short, unsigned short, | Richard Trieu |
2011-11-07 | [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied | Argyrios Kyrtzidis |
2011-11-07 | When applying ARC __weak to a non-objc pointer, do not give error that | Argyrios Kyrtzidis |
2011-11-07 | Better fix for -Wnon-virtual-dtor | Matt Beaumont-Gay |
2011-11-07 | Remove duplicate listings for core.DivideZero | Matt Beaumont-Gay |
2011-11-07 | Drastically simplify the mapping from the declaration corresponding to | Douglas Gregor |
2011-11-07 | Tighten up the conditions under which we consider ourselves to be | Douglas Gregor |
2011-11-07 | Appease -Wnon-virtual-dtor | Matt Beaumont-Gay |
2011-11-07 | Fix an unsafe use of Twine. | Benjamin Kramer |
2011-11-07 | Constant expression evaluation: support for arrays. | Richard Smith |
2011-11-07 | Rip out one of the features I added for the driver-include-management. | Chandler Carruth |
2011-11-07 | Fix Linux libc++ usage. Somehow this slipped through during the port. | Chandler Carruth |
2011-11-07 | Fix 32-bit build bots and remove some casting-away-const warnings. | Richard Smith |
2011-11-07 | Colorize. (this is consistent with the coloring in diagnostics.html, but perh... | David Blaikie |
2011-11-07 | [analyzer] Add the Checker Developer Manual to the menu. | Anna Zaks |
2011-11-07 | [analyzer] Add overview and checker registration to the checker developer man... | Anna Zaks |
2011-11-07 | Rip out CK_GetObjCProperty. | John McCall |
2011-11-07 | Constant expression evaluation: preserve subobject designator when flattening a | Richard Smith |
2011-11-07 | Rip the ObjCPropertyRef l-value kind out of IR-generation. | John McCall |
2011-11-07 | Remove duplicate word & unnecessary conditional. | David Blaikie |
2011-11-07 | Move tests to the appropriate directory to match the spec hierarchy. | David Blaikie |
2011-11-07 | Allow constexpr variables' initializers to be folded in C++11 mode. This | Richard Smith |
2011-11-06 | Begin lifting some of the one-off checking logic into generic helper | Chandler Carruth |
2011-11-06 | Move the GCC installation detection logic down into the Generic_GCC | Chandler Carruth |
2011-11-06 | Remove an old OpenSUSE hack that is no longer needed -- it is exactly | Chandler Carruth |
2011-11-06 | Remove the HasMultilib check. It was essentially useless. The driver now | Chandler Carruth |
2011-11-06 | Correcting grammar. | David Blaikie |
2011-11-06 | Use StringRef's case transformation methods. | Benjamin Kramer |
2011-11-06 | [arcmt] In GC, error for __strong/__weak on non-objc pointers. | Argyrios Kyrtzidis |
2011-11-06 | [arcmt] In GC, clear redundant __strong's. | Argyrios Kyrtzidis |
2011-11-06 | Make sure when setting AttributesAsWritten of a property that they do not | Argyrios Kyrtzidis |
2011-11-06 | [arcmt] Make PropertiesRewriter::getPropertyType return the unqualified type. | Argyrios Kyrtzidis |
2011-11-06 | [arcmt] Collect all the places where GC attributes __strong/__weak occur. | Argyrios Kyrtzidis |
2011-11-06 | [arcmt] Refactor PropertiesRewriter to use MigrationContext. | Argyrios Kyrtzidis |
2011-11-06 | test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876. | NAKAMURA Takumi |
2011-11-06 | The version objects need to actually store the version strings; they | Chandler Carruth |
2011-11-06 | Throw the switch and move all Linux header search over to the GCC | Chandler Carruth |
2011-11-06 | Add a missing triple spotted by inspecting and testing of the include | Chandler Carruth |
2011-11-06 | Unbreak gcc build. | Benjamin Kramer |
2011-11-06 | Lift the GCCVersion type into the header file and start persisting it in | Chandler Carruth |
2011-11-06 | Make format string 64 bit safe. | Benjamin Kramer |
2011-11-06 | Switch some of these interfaces from std::string to StringRef and Twine. | Chandler Carruth |
2011-11-06 | test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating. | NAKAMURA Takumi |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall |
2011-11-06 | Take a better approach to detecting and selecting multiarch include | Chandler Carruth |
2011-11-06 | Revert r143864, as the problem I was actually looking at can be solved | Chandler Carruth |
2011-11-06 | Start pruning down the set of flags passed to CC1 for header search. | Chandler Carruth |