search for: lastfd

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

Did you mean: lasted
2012 Mar 08
1
[LLVMdev] fix a "does not name a type" bug in VASTContext.h
...nged, 1 insertions(+), 1 deletions(-) diff --git a/include/clang/AST/ASTContext.h b/include/clang/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 CXXMeth...