Go to file
Chad Rosier 96c755d13c C++ 5.2.10p2 has a note that mentions that, subject to all other restrictions,
a cast to the same type is allowed so long as it does not cast away constness.

Fix for PR11747. Patch by Aaron Ballman. Reviewed by Eli.

llvm-svn: 149664
2012-02-03 02:54:37 +00:00
clang C++ 5.2.10p2 has a note that mentions that, subject to all other restrictions, 2012-02-03 02:54:37 +00:00
compiler-rt AddressSanitizer: Add macro for definition/declaration of interceptors 2012-02-02 10:39:40 +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 Added some more symbols to the v2 rexport list. 2012-02-02 22:01:34 +00:00
libcxxabi corrected namespace in test 2012-02-02 22:00:52 +00:00
lld Cleanup system_error extensions. 2012-01-31 21:47:13 +00:00
lldb Adding support for an "equivalents map". This can be useful when compilers emit multiple, different names for the same actual type. In such scenarios, one of the type names can actually be found during a type lookup, while the others are just aliases. This can cause issues when trying to work with these aliased names and being unable to resolve them to an actual type (e.g. getting an SBType for the aliased name). 2012-02-03 01:41:25 +00:00
llvm Incorporate suggestions Chad, Jakob and Evan's suggestions on r149957. 2012-02-03 01:13:49 +00:00
polly ScopInfo: Simplify some isl code 2012-02-01 14:23:36 +00:00