Skip to content
  1. Nov 28, 2009
  2. Nov 26, 2009
  3. Nov 25, 2009
  4. Nov 24, 2009
  5. Nov 23, 2009
  6. Nov 22, 2009
  7. Nov 21, 2009
    • Fariborz Jahanian's avatar
      This patch implements objective-c's 'SEL' type as a built-in · 252ba5fb
      Fariborz Jahanian authored
      type and fixes a long-standing code gen. crash reported in
      at least two PRs and a radar. (radar 7405040 and pr5025). 
      There are couple of remaining issues that I would like for
      Ted. and Doug to look at:
      
      Ted, please look at failure in Analysis/MissingDealloc.m.
      I have temporarily added an expected-warning to make the
      test pass. This tests has a declaration of 'SEL' type which
      may not co-exist with the new changes.
      
      Doug, please look at a FIXME in PCHWriter.cpp/PCHReader.cpp.
      I think the changes which I have ifdef'ed out are correct. They
      need be considered for in a few Indexer/PCH test cases.
      
      llvm-svn: 89561
      252ba5fb
    • Alexis Hunt's avatar
      Added rudimentary C++0x attribute support. · 96d5c764
      Alexis Hunt authored
      The following attributes are currently supported in C++0x attribute
      lists (and in GNU ones as well):
       - align() - semantics believed to be conformant to n3000, except for
         redeclarations and what entities it may apply to
       - final - semantics believed to be conformant to CWG issue 817's proposed
         wording, except for redeclarations
       - noreturn - semantics believed to be conformant to n3000, except for
         redeclarations
       - carries_dependency - currently ignored (this is an optimization hint)
      
      llvm-svn: 89543
      96d5c764
    • John Thompson's avatar
  8. Nov 20, 2009
  9. Nov 19, 2009
Loading