Skip to content
  1. Mar 03, 2009
  2. Mar 02, 2009
  3. Mar 01, 2009
  4. Feb 28, 2009
  5. Feb 27, 2009
    • Ted Kremenek's avatar
      When retrieving the location of a Node, for MemberExprs use the location of the · cbcc5e83
      Ted Kremenek authored
      '.' or '->'.
      
      llvm-svn: 65651
      cbcc5e83
    • Douglas Gregor's avatar
      Create a new TypeNodes.def file that enumerates all of the types, · deaad8cc
      Douglas Gregor authored
      giving them rough classifications (normal types, never-canonical
      types, always-dependent types, abstract type representations) and
      making it far easier to make sure that we've hit all of the cases when
      decoding types. 
      
      Switched some switch() statements on the type class over to using this
      mechanism, and filtering out those things we don't care about. For
      example, CodeGen should never see always-dependent or non-canonical
      types, while debug info generation should never see always-dependent
      types. More switch() statements on the type class need to be moved 
      over to using this approach, so that we'll get warnings when we add a
      new type then fail to account for it somewhere in the compiler.
      
      As part of this, some types have been renamed:
      
        TypeOfExpr -> TypeOfExprType
        FunctionTypeProto -> FunctionProtoType
        FunctionTypeNoProto -> FunctionNoProtoType
      
      There shouldn't be any functionality change...
      
      llvm-svn: 65591
      deaad8cc
  6. Feb 26, 2009
  7. Feb 25, 2009
  8. Feb 24, 2009
  9. Feb 23, 2009
  10. Feb 22, 2009
  11. Feb 21, 2009
Loading