r332480 - Revert r332474: [Attr] Don't print fake MSInheritance argument

2018-05-16 Thread Joel E. Denny via cfe-commits
Author: jdenny Date: Wed May 16 08:18:27 2018 New Revision: 332480 URL: http://llvm.org/viewvc/llvm-project?rev=332480=rev Log: Revert r332474: [Attr] Don't print fake MSInheritance argument I botched the commit log attributes. Modified: cfe/trunk/include/clang/Basic/Attr.td cfe/trunk

r332474 - [Attr] Don't print fake MSInheritance argument

2018-05-16 Thread Joel E. Denny via cfe-commits
Author: jdenny Date: Wed May 16 07:51:18 2018 New Revision: 332474 URL: http://llvm.org/viewvc/llvm-project?rev=332474=rev Log: [Attr] Don't print fake MSInheritance argument This was discovered at: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20180514/228390.html Reviewed by: