diff options
| author | Anders Carlsson <andersca@mac.com> | 2009-03-28 04:17:27 +0000 |
|---|---|---|
| committer | Anders Carlsson <andersca@mac.com> | 2009-03-28 04:17:27 +0000 |
| commit | 72f307a26e85109dacc68887807734a1b72ad6a7 (patch) | |
| tree | f2f1def8ef0ff3306c86eddd940b22bbd128b5c3 /clang/lib/Sema/SemaInherit.h | |
| parent | 66918ee148dbff073d77173b3dd1d7d4cf2923b5 (diff) | |
| download | bcm5719-llvm-72f307a26e85109dacc68887807734a1b72ad6a7.tar.gz bcm5719-llvm-72f307a26e85109dacc68887807734a1b72ad6a7.zip | |
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
SemaCXX//overload-member-call.cpp
SemaCXX//overloaded-operator.cpp
SemaTemplate//instantiate-method.cpp
llvm-svn: 67912
Diffstat (limited to 'clang/lib/Sema/SemaInherit.h')
| -rw-r--r-- | clang/lib/Sema/SemaInherit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaInherit.h b/clang/lib/Sema/SemaInherit.h index a164d43e8ae..6138685b264 100644 --- a/clang/lib/Sema/SemaInherit.h +++ b/clang/lib/Sema/SemaInherit.h @@ -40,7 +40,7 @@ namespace clang { const CXXBaseSpecifier *Base; /// Class - The record decl of the class that the base is a base of. - CXXRecordDecl *Class; + const CXXRecordDecl *Class; /// SubobjectNumber - Identifies which base class subobject (of type /// @c Base->getType()) this base path element refers to. This |

