[llvm] r244204 - llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced in r244164. [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 02:49:18 PDT 2015
Author: chapuni
Date: Thu Aug 6 04:49:17 2015
New Revision: 244204
URL: http://llvm.org/viewvc/llvm-project?rev=244204&view=rev
Log:
llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced in r244164. [-Wdocumentation]
Modified:
llvm/trunk/lib/IR/AttributeImpl.h
Modified: llvm/trunk/lib/IR/AttributeImpl.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/AttributeImpl.h?rev=244204&r1=244203&r2=244204&view=diff
==============================================================================
--- llvm/trunk/lib/IR/AttributeImpl.h (original)
+++ llvm/trunk/lib/IR/AttributeImpl.h Thu Aug 6 04:49:17 2015
@@ -186,12 +186,12 @@ public:
}
};
+typedef std::pair<unsigned, AttributeSetNode *> IndexAttrPair;
+
//===----------------------------------------------------------------------===//
/// \class
/// \brief This class represents a set of attributes that apply to the function,
/// return type, and parameters.
-typedef std::pair<unsigned, AttributeSetNode *> IndexAttrPair;
-
class AttributeSetImpl final
: public FoldingSetNode,
private TrailingObjects<AttributeSetImpl, IndexAttrPair> {
More information about the llvm-commits
mailing list