llvm-project/clang/test/Modules
Douglas Gregor d90c3c92d5 Take an entirely different approach to handling the "parsing" of
__import__ within the preprocessor, since the prior one foolishly
assumed that Preprocessor::Lex() was re-entrant. We now handle
__import__ at the top level (only), after macro expansion. This should
fix the buildbot failures.

llvm-svn: 138704
2011-08-27 06:37:51 +00:00
..
Inputs Introduce support for a simple module import declaration, which 2011-08-26 23:56:07 +00:00
diamond.c Introduce support for a simple module import declaration, which 2011-08-26 23:56:07 +00:00
load_failure.c Introduce support for a simple module import declaration, which 2011-08-26 23:56:07 +00:00
lookup.cpp Take an entirely different approach to handling the "parsing" of 2011-08-27 06:37:51 +00:00
lookup.m Introduce support for a simple module import declaration, which 2011-08-26 23:56:07 +00:00