diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2013-12-18 23:44:18 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2013-12-18 23:44:18 +0000 |
commit | 8edb5c2081daf48c1bff1df7bb37a3ccedddee37 (patch) | |
tree | b30cc3079fbf8b9e2d68f407f077f4a3f237f1ed /clang/lib/AST/AttrImpl.cpp | |
parent | 1c09b264e3729f87810cdb3b265d4f91ebdc8724 (diff) | |
download | bcm5719-llvm-8edb5c2081daf48c1bff1df7bb37a3ccedddee37.tar.gz bcm5719-llvm-8edb5c2081daf48c1bff1df7bb37a3ccedddee37.zip |
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
Diffstat (limited to 'clang/lib/AST/AttrImpl.cpp')
-rw-r--r-- | clang/lib/AST/AttrImpl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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" |