Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue warning if weak_import attribute is added to an already | Fariborz Jahanian | 2011-06-22 | 1 | -1/+1 |
| | | | | | | declared variable and ignore it. // rdar://9538608 llvm-svn: 133654 | ||||
* | llvm-gcc treats a tentative definition with a previous | Fariborz Jahanian | 2011-06-20 | 1 | -0/+26 |
(or follow up) extern declaration with weak_import as an actual definition. make clang follows this behavior. // rdar://9538608 llvm-gcc treats an extern declaration with weak_import llvm-svn: 133450 |