search for: cxxmethodvector

Displaying 1 result from an estimated 1 matches for "cxxmethodvector".

2012 Mar 08
1
[LLVMdev] fix a "does not name a type" bug in VASTContext.h
.../AST/ASTContext.h index 3bdac2d..530f957 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -480,7 +480,7 @@ public: const FieldDecl *LastFD) const; // Access to the set of methods overridden by the given C++ method. - typedef CXXMethodVector::const_iterator overridden_cxx_method_iterator; + typedef CXXMethodVector::iterator overridden_cxx_method_iterator; overridden_cxx_method_iterator overridden_methods_begin(const CXXMethodDecl *Method) const; -- 1.7.0.4 -------------- next part -------------- An HTML attachment was scrubbed...