Skip to content
Snippets Groups Projects
  1. Jan 23, 2014
  2. Feb 07, 2013
  3. Dec 11, 2012
  4. Mar 01, 2012
  5. Jan 03, 2012
    • Douglas Gregor's avatar
      Eliminate the uglified keyword __import_module__ for importing · c13a34b6
      Douglas Gregor authored
      modules. This leaves us without an explicit syntax for importing
      modules in C/C++, because such a syntax needs to be discussed
      first. In Objective-C/Objective-C++, the @import syntax is used to
      import modules.
      
      Note that, under -fmodules, C/C++ programs can import modules via the
      #include mechanism when a module map is in place for that header. This
      allows us to work with modules in C/C++ without committing to a syntax.
      
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147467 91177308-0d34-0410-b5e6-96231b3b80d8
      c13a34b6
  6. Nov 29, 2011
  7. Nov 16, 2011
  8. Sep 15, 2011
Loading