search for: 3bdac2d

Displaying 1 result from an estimated 1 matches for "3bdac2d".

2012 Mar 08
1
[LLVMdev] fix a "does not name a type" bug in VASTContext.h
...e)> Date: Thu, 8 Mar 2012 22:11:54 +0800 Subject: [PATCH] fix a 'does not name a type' bug in VASTContext.h --- include/clang/AST/ASTContext.h | 2 +- 1 files changed, 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...