summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/pragma-weak.c
Commit message (Collapse)AuthorAgeFilesLines
* Treat aliases as definitions.Rafael Espindola2013-10-221-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 Dunbar2009-08-041-158/+0
| | | | llvm-svn: 78049
* PR3679: add #pragma weak test fileRyan Flynn2009-08-031-0/+158
llvm-svn: 78016
OpenPOWER on IntegriCloud