Go to file
Douglas Gregor d1e08648c6 Fix reference-binding when we have a reference to const volatile type;
previously, we were allowing this to bind to a temporary. Now, we
don't; add test-cases and improve diagnostics.

llvm-svn: 94831
2010-01-29 19:39:15 +00:00
clang Fix reference-binding when we have a reference to const volatile type; 2010-01-29 19:39:15 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm Improve isSafeToLoadUnconditionally to recognize that GEPs with constant 2010-01-29 19:19:08 +00:00