Go to file
Rafael Espindola 7e2b7567a8 Assert that we don't RAUW a Constant with a ConstantExpr that contains it.
We already had an assert for foo->RAUW(foo), but not for something like
foo->RAUW(GEP(foo)) and would go in an infinite loop trying to apply
the replacement.

llvm-svn: 208663
2014-05-13 01:23:21 +00:00
clang Refactor to avoid explicitly listing all the different flavours of redeclarable 2014-05-13 01:15:00 +00:00
clang-tools-extra Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there. 2014-05-10 16:32:07 +00:00
compiler-rt Mark ptrace test as Linux-specific 2014-05-13 00:02:18 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
libcxxabi PR19091: Track whether we're demangling a function template specialization to 2014-05-12 18:44:13 +00:00
lld Indent continuation lines 2014-05-12 20:51:21 +00:00
lldb python: silence macro redefinition warnings 2014-05-12 06:44:01 +00:00
llvm Assert that we don't RAUW a Constant with a ConstantExpr that contains it. 2014-05-13 01:23:21 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly fix clang format 2014-05-12 20:24:26 +00:00