diff options
author | Erich Keane <erich.keane@intel.com> | 2018-08-06 18:11:48 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2018-08-06 18:11:48 +0000 |
commit | ddffcdd07f7721e7ac0e93f14a06c865c8fdefd5 (patch) | |
tree | 2f06ba932fe004525b70bcb35282d3c2224e8f9e | |
parent | f00645944f9175ecb07975d270858cbdfd699bb3 (diff) | |
download | bcm5719-llvm-ddffcdd07f7721e7ac0e93f14a06c865c8fdefd5.tar.gz bcm5719-llvm-ddffcdd07f7721e7ac0e93f14a06c865c8fdefd5.zip |
[NFC] Remove TODO comment that no longer applies (ParsedAttr)
llvm-svn: 339039
-rw-r--r-- | clang/include/clang/Sema/ParsedAttr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/ParsedAttr.h b/clang/include/clang/Sema/ParsedAttr.h index 1c33346a251..60a51fcb421 100644 --- a/clang/include/clang/Sema/ParsedAttr.h +++ b/clang/include/clang/Sema/ParsedAttr.h @@ -102,7 +102,7 @@ using ArgsVector = llvm::SmallVector<ArgsUnion, 12U>; /// 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 { |