Latest commit 2474c7f 2 @eswick Prevent tok::objc_import from falling through
If Objective-C modules were disabled, and Logos was enabled, the objc_import token (#import) would fall through to objc_hook, and be parsed as an @hook declaration.