Go to file
Douglas Gregor 62e10f0bdc Diagnose attempts to add default function arguments to a
specialization. This completes C++ [temp.expl.spec]!

llvm-svn: 83980
2009-10-13 17:02:54 +00:00
clang Diagnose attempts to add default function arguments to a 2009-10-13 17:02:54 +00:00
compiler-rt Improve doc readability. 2009-10-06 21:03:43 +00:00
llvm Copy metadata when value is RAUW'd. It is debatable whether this is the right approach for custom metadata data in general. However, right now the only custom data user, "dbg", expects this behavior while FE is constructing llvm IR with debug info. 2009-10-13 17:00:54 +00:00