Skip to content
  1. Feb 28, 2011
    • Douglas Gregor's avatar
      Unbreak CMake build · cce5c97a
      Douglas Gregor authored
      llvm-svn: 126653
      cce5c97a
    • Axel Naumann's avatar
      From Vassil Vassilev: · aa627ba7
      Axel Naumann authored
      * Add default implementations (no-op) for ExternalASTSource's pure virtual functions. There are valid use cases that can live with these defaults.
      * Move ExternalASTSource's out of line implementations into separate source file.
      * Whitespace, forward decl, #include cleanup.
      
      llvm-svn: 126648
      aa627ba7
    • Ken Dyck's avatar
      Retry r126357. Use CharUnits for the Size and DataSize calculations when · 1b4420ed
      Ken Dyck authored
      they are known to be exact multiples of the width of the char type. Add a
      test case to CodeGen/union.c that would have caught the problem with the
      previous attempt. No change in functionality intended.
      
      llvm-svn: 126628
      1b4420ed
    • Chris Lattner's avatar
      tidy up · 80d51eb0
      Chris Lattner authored
      llvm-svn: 126595
      80d51eb0
    • Douglas Gregor's avatar
      When we encounter a dependent template name within a · 6e068014
      Douglas Gregor authored
      nested-name-specifier, e.g., 
      
        T::template apply<U>::
      
      represent the dependent template name specialization as a
      DependentTemplateSpecializationType, rather than a
      TemplateSpecializationType with a dependent TemplateName.
      
      llvm-svn: 126593
      6e068014
  2. Feb 26, 2011
  3. Feb 25, 2011
  4. Feb 24, 2011
  5. Feb 22, 2011
  6. Feb 21, 2011
  7. Feb 20, 2011
  8. Feb 19, 2011
  9. Feb 18, 2011
Loading