Go to file
Douglas Gregor 7466127a4b When providing code completions for an argument in an Objective-C
message send, e.g.,

  [[NSString alloc] initWithCString:<CC>

look up all of the possible methods and determine the preferred type
for the argument expression based on the type of the corresponding
parameter.

llvm-svn: 114379
2010-09-21 00:03:25 +00:00
clang When providing code completions for an argument in an Objective-C 2010-09-21 00:03:25 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
debuginfo-tests test case for r113843. 2010-09-14 20:29:59 +00:00
libcxx Tweak clang support for char16_t/char32_t 2010-09-16 23:27:26 +00:00
lldb Changed this breakpoint callback function to print to the stdout instead of 2010-09-20 23:51:27 +00:00
llvm Enable machine sinking critical edge splitting. e.g. 2010-09-20 22:52:00 +00:00