From 47e91a8102f90a357f16a7c6f048471492f19c5a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 6 Aug 2015 09:49:17 +0000 Subject: [PATCH] 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 --- lib/IR/AttributeImpl.h | 4 ++-- 1 file 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 IndexAttrPair; + //===----------------------------------------------------------------------===// /// \class /// \brief This class represents a set of attributes that apply to the function, /// return type, and parameters. -typedef std::pair IndexAttrPair; - class AttributeSetImpl final : public FoldingSetNode, private TrailingObjects { -- 2.34.1