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
12 lines
154 B
C++
12 lines
154 B
C++
namespace std {
|
|
inline namespace __1 {
|
|
namespace __is_function_imp {}
|
|
}
|
|
}
|
|
|
|
namespace std {
|
|
inline namespace __1 {
|
|
typedef int size_t;
|
|
}
|
|
}
|