[cfe-commits] r124298 - /cfe/trunk/include/clang/AST/Attr.h
Peter Collingbourne
peter at pcc.me.uk
Wed Jan 26 10:07:07 PST 2011
Author: pcc
Date: Wed Jan 26 12:07:07 2011
New Revision: 124298
URL: http://llvm.org/viewvc/llvm-project?rev=124298&view=rev
Log:
Remove Attr::isMerged; it is not used any more and redundant with
InheritableAttr
Modified:
cfe/trunk/include/clang/AST/Attr.h
Modified: cfe/trunk/include/clang/AST/Attr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Attr.h?rev=124298&r1=124297&r2=124298&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Attr.h (original)
+++ cfe/trunk/include/clang/AST/Attr.h Wed Jan 26 12:07:07 2011
@@ -89,10 +89,6 @@
public:
- /// \brief Whether this attribute should be merged to new
- /// declarations.
- virtual bool isMerged() const { return true; }
-
attr::Kind getKind() const {
return static_cast<attr::Kind>(AttrKind);
}
More information about the cfe-commits
mailing list