]> granicus.if.org Git - clang/commit
Rename DeclContext::insert to DeclContext::makeDeclVisibleInContext and document...
authorDouglas Gregor <dgregor@apple.com>
Tue, 20 Jan 2009 16:54:50 +0000 (16:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 20 Jan 2009 16:54:50 +0000 (16:54 +0000)
commit40f4e69002af9623a1f959bd57b99afda186a6a7
tree6029b84009f87a489645bad524efd61aaf375f70
parent6597f985156b3a24c0a9db1e01eeec85714c4a8d
Rename DeclContext::insert to DeclContext::makeDeclVisibleInContext and document both it and DeclContext::addDecl properly

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