Skip to content
  1. Jan 08, 2009
  2. Jan 07, 2009
  3. Jan 06, 2009
    • Fariborz Jahanian's avatar
      Couple of code gen. fixes in ObjC's colection-statement. Hard · 6e7ecc84
      Fariborz Jahanian authored
      to track down, easy to fix. This is on going.
      
      llvm-svn: 61817
      6e7ecc84
    • Douglas Gregor's avatar
      Add QualifiedDeclRefExpr, which retains additional source-location · c7acfdfe
      Douglas Gregor authored
      information for declarations that were referenced via a qualified-id,
      e.g., N::C::value. We keep track of the location of the start of the
      nested-name-specifier. Note that the difference between
      QualifiedDeclRefExpr and DeclRefExpr does have an effect on the
      semantics of function calls in two ways:
        1) The use of a qualified-id instead of an unqualified-id suppresses
           argument-dependent lookup
        2) If the name refers to a virtual function, the qualified-id
        version will call the function determined statically while the
        unqualified-id version will call the function determined dynamically
        (by looking up the appropriate function in the vtable).
      
      Neither of these features is implemented yet, but we do print out
      qualified names for QualifiedDeclRefExprs as part of the AST printing.
      
      llvm-svn: 61789
      c7acfdfe
  4. Jan 05, 2009
  5. Jan 04, 2009
  6. Dec 26, 2008
  7. Dec 22, 2008
  8. Dec 21, 2008
  9. Dec 20, 2008
  10. Dec 18, 2008
  11. Dec 17, 2008
  12. Dec 16, 2008
  13. Dec 15, 2008
  14. Dec 13, 2008
  15. Dec 12, 2008
Loading