Skip to content
  1. Dec 02, 2009
    • Devang Patel's avatar
      Reuse existing subprogram DIE. · a605b912
      Devang Patel authored
      llvm-svn: 90281
      a605b912
    • Daniel Dunbar's avatar
      In SourceManager::isBeforeInTranslationUnit, if we are trying to compare two... · 465f4c48
      Daniel Dunbar authored
      In SourceManager::isBeforeInTranslationUnit, if we are trying to compare two source locations with no common ancestor in the include stack, determine order by assuming memory buffers preceed files, and then that FileIDs are created in order.
      
      The later assumption is patently false, but this was already broken -- this situation is conceptually impossible, my feeling is we should fix SourceManager and friends to make it impossible in practice as well. However, we need to fix PR5662 and perhaps some other things involving memory buffers first. In the short term I'm pretty sure this is reliable.
      
      Chris, Argiris, is this going to break anything that wasn't already broken?
      
      llvm-svn: 90280
      465f4c48
    • Ted Kremenek's avatar
      Added dead-stores test cases that involve the use of blocks. · 733a3e61
      Ted Kremenek authored
      llvm-svn: 90277
      733a3e61
  2. Dec 01, 2009
Loading