]> granicus.if.org Git - clang/commit
Take an entirely different approach to handling the "parsing" of
authorDouglas Gregor <dgregor@apple.com>
Sat, 27 Aug 2011 06:37:51 +0000 (06:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 27 Aug 2011 06:37:51 +0000 (06:37 +0000)
commit6be16fe900bdd1e5f677d23ae34fffead5bcfc77
tree7f294f558d6190ba441ff9fe78931781e5fefa57
parent72e4d0c0bffd48eb76dabffbc044ee6f19dad6f8
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138704 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/IdentifierTable.h
include/clang/Lex/Preprocessor.h
lib/Lex/Preprocessor.cpp
test/Modules/lookup.cpp