From 45f0cc56c58c3a8629f040bc1fcbc7af40781ce7 Mon Sep 17 00:00:00 2001 From: Erich Keane Date: Mon, 6 Aug 2018 18:11:48 +0000 Subject: [PATCH] [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 --- include/clang/Sema/ParsedAttr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.40.0