]> granicus.if.org Git - clang/commit
rename NextDeclInScope to NextDeclInContext, since the pointer
authorChris Lattner <sabre@nondot.org>
Sat, 28 Mar 2009 06:04:26 +0000 (06:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Mar 2009 06:04:26 +0000 (06:04 +0000)
commit244a67d911d08c3757a18ad666e4a268cf3ee285
tree06d17a72762fccc8498dc053227677900699f836
parent96f4468b6b1bf69bb01c1207f716a3ffaeb4a8d3
rename NextDeclInScope to NextDeclInContext, since the pointer
points within contexts not scopes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67919 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
lib/AST/DeclBase.cpp
lib/AST/DeclSerialization.cpp