Remove an assert which triggers when a decl context in a module hits the 'has
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 12 Feb 2013 02:32:35 +0000 (02:32 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 12 Feb 2013 02:32:35 +0000 (02:32 +0000)
commita00399c94983fb424858113ca5cfab780834f184
treebb95b98da8eaed53b3654434a5797633c253e147
parent587b348504939b57d8fab810ab4483b9d1e5fe48
Remove an assert which triggers when a decl context in a module hits the 'has
lexical storage but not visible storage' case in C++. It's unclear whether we
even need the special-case handling for C++, since it seems to be working
around our not serializing a lookup table for the TU in C. But in any case,
the assertion is incorrect.

llvm-svn: 174931
clang/include/clang/AST/DeclBase.h
clang/test/Modules/Inputs/cxx-inline-namespace.h [new file with mode: 0644]
clang/test/Modules/Inputs/module.map
clang/test/Modules/cxx-inline-namespace.cpp [new file with mode: 0644]