Skip to content
  1. Jun 11, 2010
  2. Jun 10, 2010
  3. Jun 09, 2010
  4. Jun 08, 2010
  5. Jun 05, 2010
  6. Jun 04, 2010
  7. Jun 03, 2010
  8. Jun 02, 2010
  9. 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
  10. May 30, 2010
    • Alexis Hunt's avatar
      Convert DeclNodes to use TableGen. · ed05325d
      Alexis Hunt authored
      The macros required for DeclNodes use have changed to match the use of
      StmtNodes. The FooFirst enumerator constants have been named firstFoo
      to match usage elsewhere.
      
      llvm-svn: 105165
      ed05325d
  11. May 29, 2010
  12. May 28, 2010
  13. May 27, 2010
Loading