diff options
author | Sean Hunt <rideau3@gmail.com> | 2010-06-18 02:14:45 +0000 |
---|---|---|
committer | Sean Hunt <rideau3@gmail.com> | 2010-06-18 02:14:45 +0000 |
commit | 568e598bf8e89b09a4ebc8c21430e1bd1ba6d11d (patch) | |
tree | e44366115409ee8dabf140728f2a31e752fd80d4 | |
parent | f057bf78a69d37ee511430c88852a85eea19ad15 (diff) |
Rewrite comment to make my intentions slightly more clear.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106272 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/Attr.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clang/Basic/Attr.td b/include/clang/Basic/Attr.td index 2b4e5c3a4a..c4f02a0c1b 100644 --- a/include/clang/Basic/Attr.td +++ b/include/clang/Basic/Attr.td @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// -// Note: This file is a work in progress. Please update it only if you believe -// there is an obvious error; otherwise please check with Sean Hunt. He can -// be reached at rideau3@gmail.com. +// 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. //////////////////////////////////////////////////////////////////////////////// // An attribute's subject is whatever it appertains to. In this file, it is |