aboutsummaryrefslogtreecommitdiff
AgeCommit 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-07Add support for printing integer literals of type short, unsigned short,Richard Trieu
2011-11-07[arcmt] In GC, change '__weak' -> '__unsafe_unretained' when appliedArgyrios Kyrtzidis
2011-11-07When applying ARC __weak to a non-objc pointer, do not give error thatArgyrios Kyrtzidis
2011-11-07Better fix for -Wnon-virtual-dtorMatt Beaumont-Gay
2011-11-07Remove duplicate listings for core.DivideZeroMatt Beaumont-Gay
2011-11-07Drastically simplify the mapping from the declaration corresponding toDouglas Gregor
2011-11-07Tighten up the conditions under which we consider ourselves to beDouglas Gregor
2011-11-07Appease -Wnon-virtual-dtorMatt Beaumont-Gay
2011-11-07Fix an unsafe use of Twine.Benjamin Kramer
2011-11-07Constant expression evaluation: support for arrays.Richard Smith
2011-11-07Rip out one of the features I added for the driver-include-management.Chandler Carruth
2011-11-07Fix Linux libc++ usage. Somehow this slipped through during the port.Chandler Carruth
2011-11-07Fix 32-bit build bots and remove some casting-away-const warnings.Richard Smith
2011-11-07Colorize. (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-07Rip out CK_GetObjCProperty.John McCall
2011-11-07Constant expression evaluation: preserve subobject designator when flattening aRichard Smith
2011-11-07Rip the ObjCPropertyRef l-value kind out of IR-generation.John McCall
2011-11-07Remove duplicate word & unnecessary conditional.David Blaikie
2011-11-07Move tests to the appropriate directory to match the spec hierarchy.David Blaikie
2011-11-07Allow constexpr variables' initializers to be folded in C++11 mode. ThisRichard Smith
2011-11-06Begin lifting some of the one-off checking logic into generic helperChandler Carruth
2011-11-06Move the GCC installation detection logic down into the Generic_GCCChandler Carruth
2011-11-06Remove an old OpenSUSE hack that is no longer needed -- it is exactlyChandler Carruth
2011-11-06Remove the HasMultilib check. It was essentially useless. The driver nowChandler Carruth
2011-11-06Correcting grammar.David Blaikie
2011-11-06Use 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-06Make sure when setting AttributesAsWritten of a property that they do notArgyrios 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-06test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876.NAKAMURA Takumi
2011-11-06The version objects need to actually store the version strings; theyChandler Carruth
2011-11-06Throw the switch and move all Linux header search over to the GCCChandler Carruth
2011-11-06Add a missing triple spotted by inspecting and testing of the includeChandler Carruth
2011-11-06Unbreak gcc build.Benjamin Kramer
2011-11-06Lift the GCCVersion type into the header file and start persisting it inChandler Carruth
2011-11-06Make format string 64 bit safe.Benjamin Kramer
2011-11-06Switch some of these interfaces from std::string to StringRef and Twine.Chandler Carruth
2011-11-06test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating.NAKAMURA Takumi
2011-11-06Change the AST representation of operations on Objective-CJohn McCall
2011-11-06Take a better approach to detecting and selecting multiarch includeChandler Carruth
2011-11-06Revert r143864, as the problem I was actually looking at can be solvedChandler Carruth
2011-11-06Start pruning down the set of flags passed to CC1 for header search.Chandler Carruth