Go to file
Nick Lewycky f5ffcbcd0b Extend the 'noalias' attribute to function return values. This is intended to
indicate functions that allocate, such as operator new, or list::insert. The
actual definition is slightly less strict (for now).

No changes to the bitcode reader/writer, asm printer or verifier were needed.

llvm-svn: 59934
2008-11-24 03:41:24 +00:00
clang Rename Selector::getName() to Selector::getAsString(), and add 2008-11-24 03:33:13 +00:00
llvm Extend the 'noalias' attribute to function return values. This is intended to 2008-11-24 03:41:24 +00:00