summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/func-in-block.c
Commit message (Collapse)AuthorAgeFilesLines
* Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola2011-01-101-1/+1
| | | | | | | | | static const char foo[] = "foo"; static const char *bar = "bar"; the global created to hold "bar" will have it, but foo will not. llvm-svn: 123192
* Make use of __func__ in a block actually refer toFariborz Jahanian2010-08-131-0/+1
| | | | | | block's helper function. Fixes radar 7860965. llvm-svn: 110988
* Have __func__ and siblings point to block's implementation functionFariborz Jahanian2010-06-281-0/+18
name. Fixes radar 7860965. llvm-svn: 107044
OpenPOWER on IntegriCloud