]> granicus.if.org Git - clang/commit
Stop all the Decl classes poking at Redeclarable's data member directly, and make...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 10 May 2014 01:17:36 +0000 (01:17 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 10 May 2014 01:17:36 +0000 (01:17 +0000)
commitd22bd31f8270812dce75282df4890f32f798e2ed
tree16d48270fcbe3870b589984a2cfd8a5913bf8158
parente0d57a1cf3318352fa3fd7253c744f3f4e079c17
Stop all the Decl classes poking at Redeclarable's data member directly, and make getNextRedeclaration follow the pattern of its friends getPreviousDecl and getMostRecentDecl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208467 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclObjC.h
include/clang/AST/DeclTemplate.h
include/clang/AST/Redeclarable.h
lib/AST/DeclCXX.cpp
lib/AST/DeclObjC.cpp