Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Treat aliases as definitions. | Rafael Espindola | 2013-10-22 | 1 | -0/+11 |
| | | | | | | | | | | | | | | This fixes pr17639. Before this patch clang would consider void foo(void) __attribute((alias("__foo"))); a declaration. It now correctly handles it as a definition. Initial patch by Alp Toker. I added support for variables. llvm-svn: 193200 | ||||
* | Fix test case for Darwin10 (which sets ssp), and move to CodeGen/ | Daniel Dunbar | 2009-08-04 | 1 | -158/+0 |
| | | | | llvm-svn: 78049 | ||||
* | PR3679: add #pragma weak test file | Ryan Flynn | 2009-08-03 | 1 | -0/+158 |
llvm-svn: 78016 |