]> granicus.if.org Git - clang/commitdiff
Note that we'll need to handle __include_macros specially in the module loader
authorDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 19:39:08 +0000 (19:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 19:39:08 +0000 (19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145514 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PPDirectives.cpp

index 9e5757f03d0657d3e909025fbea6d62a8f9b0895..e86680ef646c110678ccd5990ae10eb4bb1950a0 100644 (file)
@@ -1360,6 +1360,7 @@ void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc,
            "__import_module__ " + PathString.str().str() + ";");
     
     // Load the module.
+    // FIXME: Deal with __include_macros here.
     TheModuleLoader.loadModule(IncludeTok.getLocation(), Path);
     return;
   }