summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-weak-import.c
Commit message (Collapse)AuthorAgeFilesLines
* Issue warning if weak_import attribute is added to an alreadyFariborz Jahanian2011-06-221-1/+1
| | | | | | declared variable and ignore it. // rdar://9538608 llvm-svn: 133654
* llvm-gcc treats a tentative definition with a previousFariborz Jahanian2011-06-201-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
OpenPOWER on IntegriCloud