diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-08-06 09:49:17 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-08-06 09:49:17 +0000 |
commit | 47e91a8102f90a357f16a7c6f048471492f19c5a (patch) | |
tree | 56a022b3edf32c91bd0e156e4ebf7389715ff7af /lib/IR/AttributeImpl.h | |
parent | da135386a48b02596be55f9207caf144032a3d3b (diff) |
llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced in r244164. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/AttributeImpl.h')
-rw-r--r-- | lib/IR/AttributeImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/IR/AttributeImpl.h b/lib/IR/AttributeImpl.h index d5456580a67..659f9568b7c 100644 --- a/lib/IR/AttributeImpl.h +++ b/lib/IR/AttributeImpl.h @@ -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> { |