Skip to content
  1. Jun 08, 2010
  2. Jun 05, 2010
  3. Jun 04, 2010
  4. Jun 03, 2010
  5. Jun 01, 2010
    • John McCall's avatar
      Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to · 75b960e5
      John McCall authored
      bring in the entire lookup table at once.
      
      Also, give ExternalSemaSource's vtable a home.  This is important because otherwise
      any reference to it will cause RTTI to be emitted, and since clang is compiled
      with -fno-rtti, that RTTI will contain unresolved references (to ExternalASTSource's
      RTTI).  So this change makes it possible to subclass ExternalSemaSource from projects
      compiled with RTTI, as long as the subclass's home is compiled with -fno-rtti.
      
      llvm-svn: 105268
      75b960e5
  6. May 30, 2010
  7. May 29, 2010
  8. May 28, 2010
  9. May 27, 2010
  10. May 26, 2010
Loading