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 | |
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
-rw-r--r-- | clang/include/clang/Basic/Attr.td | 13 | ||||
-rw-r--r-- | clang/lib/CodeGen/CGObjCGNU.cpp | 3 |
2 files changed, 9 insertions, 7 deletions
diff --git a/clang/include/clang/Basic/Attr.td b/clang/include/clang/Basic/Attr.td index ff1d495d670..d1a25a6f7f3 100644 --- a/clang/include/clang/Basic/Attr.td +++ b/clang/include/clang/Basic/Attr.td @@ -1,8 +1,11 @@ -//////////////////////////////////////////////////////////////////////////////// -// Note: This file is a work in progress. Please do not apply non-trivial -// updates unless you have talked to Sean Hunt <rideau3@gmail.com> prior. -// Merely adding a new attribute is a trivial update. -//////////////////////////////////////////////////////////////////////////////// +//==--- Attr.td - attribute definitions -----------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// // An attribute's subject is whatever it appertains to. In this file, it is // more accurately a list of things that an attribute can appertain to. All 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 |