Go to file
Edwin Vane 52c326ec78 Prevent nullptr_t-typed exprs from being replaced
The Use-Nullptr transform was replacing nullptr_t-typed expressions because in
the AST such expressions have an implicit NullToPointer cast around them. Now
the transform ignores these expressions.

Fixes PR15414.

llvm-svn: 177168
2013-03-15 18:10:07 +00:00
clang Revert "Remove a pointless assertion." 2013-03-15 17:12:43 +00:00
clang-tools-extra Prevent nullptr_t-typed exprs from being replaced 2013-03-15 18:10:07 +00:00
compiler-rt [libsanitizer] StopTheWorld in sanitizer_common 2013-03-15 14:37:21 +00:00
debuginfo-tests Migrate dbg-arg.ll to a C file test to be resilient to IR changes. 2013-03-13 18:46:28 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Updated link to Marshall's instructions 2013-03-14 19:00:34 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [lld] remove trailing whitespace 2013-03-14 16:09:49 +00:00
lldb <rdar://problem/13194155> 2013-03-15 17:25:04 +00:00
llvm ARM: Fix an old refacto. 2013-03-15 17:27:39 +00:00
polly tests: Properly check if asserts are available 2013-03-12 21:27:39 +00:00