Go to file
Richard Smith 27e39b11b1 C++0x's deduced auto is illegal in typedefs.
This actually rules out too much, since it also catches typedefs for pointers to functions with trailing return types:

  typedef auto (*F)() -> int;

Fix for that (and the same issue in all abstract-declarators) to follow shortly.

llvm-svn: 126153
2011-02-21 23:18:00 +00:00
clang C++0x's deduced auto is illegal in typedefs. 2011-02-21 23:18:00 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx Change install name to libc++.1.dylib 2011-02-16 00:40:06 +00:00
lldb Add emulation methods for "TST (immediate)" and "TST (register)". 2011-02-21 21:24:49 +00:00
llvm Add SplitKit::isOriginalEndpoint and use it to force live range splitting to terminate. 2011-02-21 23:09:46 +00:00