From: Erich Keane Date: Mon, 6 Aug 2018 18:11:48 +0000 (+0000) Subject: [NFC] Remove TODO comment that no longer applies (ParsedAttr) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45f0cc56c58c3a8629f040bc1fcbc7af40781ce7;p=clang [NFC] Remove TODO comment that no longer applies (ParsedAttr) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339039 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/ParsedAttr.h b/include/clang/Sema/ParsedAttr.h index 1c33346a25..60a51fcb42 100644 --- a/include/clang/Sema/ParsedAttr.h +++ b/include/clang/Sema/ParsedAttr.h @@ -102,7 +102,7 @@ using ArgsVector = llvm::SmallVector; /// 3: __attribute__(( format(printf, 1, 2) )). ParmName/Args/NumArgs all used. /// 4: __attribute__(( aligned(16) )). ParmName is unused, Args/Num used. /// -class ParsedAttr { // TODO: This should really be called ParsedAttribute +class ParsedAttr { public: /// The style used to specify an attribute. enum Syntax {