Index: include/clang/AST/AttrIterator.h =================================================================== --- include/clang/AST/AttrIterator.h +++ include/clang/AST/AttrIterator.h @@ -39,8 +39,8 @@ namespace clang { /// AttrVec - A vector of Attr, which is how they are stored on the AST. -typedef SmallVector AttrVec; -typedef SmallVector ConstAttrVec; +typedef SmallVector AttrVec; +typedef SmallVector ConstAttrVec; /// specific_attr_iterator - Iterates over a subrange of an AttrVec, only /// providing attributes that are of a specific type.