]> granicus.if.org Git - clang/commit
[modules] Don't accidentally trigger deserialization from DeclContext::noload_lookup.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 7 Feb 2015 00:45:52 +0000 (00:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 7 Feb 2015 00:45:52 +0000 (00:45 +0000)
commit5184f75755f8bd517922e74b7bcbc48b7455f71f
treeb53034ac8062b903ecc53ea0ed7d03fc12b86379
parentc74f564899f9bc45cb46f1042ce0f1396a221628
[modules] Don't accidentally trigger deserialization from DeclContext::noload_lookup.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228475 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
lib/AST/DeclBase.cpp
test/Modules/Inputs/deferred-lookup/a.h [new file with mode: 0644]
test/Modules/Inputs/deferred-lookup/b.h [new file with mode: 0644]
test/Modules/Inputs/deferred-lookup/module.modulemap [new file with mode: 0644]
test/Modules/deferred-lookup.cpp [new file with mode: 0644]