From 8edb5c2081daf48c1bff1df7bb37a3ccedddee37 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 18 Dec 2013 23:44:18 +0000 Subject: Refactor the Microsoft inheritance attribute handling so that it no longer has special treatment. Also fixes a minor bug where the attributes were being parsed as though they were GNU-style attributes when they were in fact keyword attributes. llvm-svn: 197629 --- clang/lib/AST/AttrImpl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/AST/AttrImpl.cpp') diff --git a/clang/lib/AST/AttrImpl.cpp b/clang/lib/AST/AttrImpl.cpp index 7af3c8b1626..0bf6bcd9092 100644 --- a/clang/lib/AST/AttrImpl.cpp +++ b/clang/lib/AST/AttrImpl.cpp @@ -24,6 +24,4 @@ void InheritableAttr::anchor() { } void InheritableParamAttr::anchor() { } -void MSInheritanceAttr::anchor() { } - #include "clang/AST/AttrImpl.inc" -- cgit v1.2.3