Re: r337005 - [NFC] Rename clang::AttributeList to clang::ParsedAttr

2018-08-06 Thread Michael Kruse via cfe-commits
; Fixed in r339039. > > -Original Message- > From: meiners...@googlemail.com [mailto:meiners...@googlemail.com] On Behalf > Of Michael Kruse > Sent: Monday, August 6, 2018 11:00 AM > To: Keane, Erich > Cc: cfe-commits > Subject: Re: r337005 - [NFC] Rename clang::Attribu

RE: r337005 - [NFC] Rename clang::AttributeList to clang::ParsedAttr

2018-08-06 Thread Keane, Erich via cfe-commits
...@googlemail.com] On Behalf Of Michael Kruse Sent: Monday, August 6, 2018 11:00 AM To: Keane, Erich Cc: cfe-commits Subject: Re: r337005 - [NFC] Rename clang::AttributeList to clang::ParsedAttr 2018-07-13 10:07 GMT-05:00 Erich Keane via cfe-commits : > -class AttributeList { // TODO: This sho

Re: r337005 - [NFC] Rename clang::AttributeList to clang::ParsedAttr

2018-08-06 Thread Michael Kruse via cfe-commits
2018-07-13 10:07 GMT-05:00 Erich Keane via cfe-commits : > -class AttributeList { // TODO: This should really be called ParsedAttribute > +class ParsedAttr { // TODO: This should really be called ParsedAttribute Should this TODO be removed/ParsedAttr really be called ParsedAttribute? Michael