diff options
author | Alp Toker <alp@nuanti.com> | 2013-11-25 00:40:53 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-11-25 00:40:53 +0000 |
commit | 272e9bc513cc698faa4c711f33a42fb2510d847f (patch) | |
tree | e18680d6bfe4af1b1ecb81943ab96394571e1d0e /clang/lib/CodeGen | |
parent | 8de3f11e94474e29d054058510b690516aaaf918 (diff) | |
download | bcm5719-llvm-272e9bc513cc698faa4c711f33a42fb2510d847f.tar.gz bcm5719-llvm-272e9bc513cc698faa4c711f33a42fb2510d847f.zip |
Add heading and remove leftover personal email addresses
clang's attribute support is mature by now so replace Sean's warning and email
address with a standard LLVM copyright heading.
Also remove a personal email address and credit docstring from CGObjCGNU that
shouldn't have been there.
This is in line with the LLVM developer policy introduced in r45410.
Contributors can add themselves to CREDITS.txt while active module owners are
listed in CODE_OWNERS.TXT.
llvm-svn: 195587
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGObjCGNU.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp index 5203e000797..a7ab8507014 100644 --- a/clang/lib/CodeGen/CGObjCGNU.cpp +++ b/clang/lib/CodeGen/CGObjCGNU.cpp @@ -796,8 +796,7 @@ class CGObjCGNUstep : public CGObjCGNU { } }; -/// Support for the ObjFW runtime. Support here is due to -/// Jonathan Schleifer <js@webkeks.org>, the ObjFW maintainer. +/// Support for the ObjFW runtime. class CGObjCObjFW: public CGObjCGNU { protected: /// The GCC ABI message lookup function. Returns an IMP pointing to the |