From 568e598bf8e89b09a4ebc8c21430e1bd1ba6d11d Mon Sep 17 00:00:00 2001 From: Sean Hunt Date: Fri, 18 Jun 2010 02:14:45 +0000 Subject: [PATCH] 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 --- include/clang/Basic/Attr.td | 6 +++--- 1 file 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 prior. +// Merely adding a new attribute is a trivial update. //////////////////////////////////////////////////////////////////////////////// // An attribute's subject is whatever it appertains to. In this file, it is -- 2.40.0