Go to file
Richard Smith 4a941e25f2 If a constexpr function template specialization is referenced, and then the
template is defined, and then the specialization is referenced again, don't
forget to instantiate the template on the second reference. Use the source
location of the first reference as the point of instantiation, though.

llvm-svn: 150518
2012-02-14 22:25:15 +00:00
clang If a constexpr function template specialization is referenced, and then the 2012-02-14 22:25:15 +00:00
compiler-rt [ASan] Define an internal implementation of strchr to make stack OOB tests pass on Windows 2012-02-14 19:33:04 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Provide a move(const T&) overload for C++03 mode to enable moving from rvalues. This is to support proxy references. Fixes r10858112. 2012-02-14 16:03:09 +00:00
libcxxabi __gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *think* linux (not positive), but still unimplemented on arm. 2012-02-03 20:53:52 +00:00
lld Add support for UndefinedAtom in yaml and native format. Add test cases with undefined atoms 2012-02-07 02:59:54 +00:00
lldb Remove the functionality of using 'frame variable -w' to set a watchpoint now that 'watchpoint set variable/expression' 2012-02-14 22:00:40 +00:00
llvm Silence the new -Wempty-body warning. It appeared because the next statement 2012-02-14 22:17:14 +00:00
polly ScheduleOpt: Allow to configure for which dependences to optimize 2012-02-14 14:02:48 +00:00